aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol1-5/+5
2019-06-11vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-84/+87
2019-06-01vty/command.c: cosmetic: add missing curly bracketsVadim Yanitskiy1-2/+4
2019-05-27tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+5
2019-05-07Bump version: 1.0.1.143-cc72c → 1.1.01.1.0Pau Espin Pedrol1-1/+1
2019-05-03add vty_is_active()Neels Hofmeyr1-0/+10
2019-04-11add osmo_str_startswith()Neels Hofmeyr1-11/+1
2019-04-11vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()Vadim Yanitskiy1-1/+1
2019-04-11vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heapVadim Yanitskiy1-43/+15
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte1-8/+8
2019-03-19vty/tdef_vty.c: drop redundant comparisonVadim Yanitskiy1-1/+1
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr1-9/+22
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2-1/+374
2019-02-04vty api: add vty_out_va()Neels Hofmeyr1-12/+19
2019-02-04vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr1-18/+0
2019-02-04vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr1-1/+10
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr1-3/+21
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr1-1/+1
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte1-1/+1
2018-12-23Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte1-1/+2
2018-12-23vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2-3/+31
2018-12-22vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther1-2/+2
2018-10-29make 'show rate-counters' show group indexStefan Sperling1-1/+1
2018-10-29stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2-3/+1
2018-10-24vty: adjust telnet logMax1-1/+1
2018-10-21vty.c: Set vty->fd to -1 after closing the FDHarald Welte1-1/+3
2018-10-21telnet_interface: avoid double-close of fd()Harald Welte1-1/+1
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr1-0/+8
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte1-9/+9
2018-09-24vty: omit HIDDEN from vty referenceNeels Hofmeyr1-2/+2
2018-09-24vty list: fix deprecation/hidden bit logicNeels Hofmeyr1-2/+1
2018-09-24vty reference: fix deprecation bit evaluationNeels Hofmeyr1-2/+2
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+24
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-20/+57
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr1-7/+23
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr1-12/+22
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr1-6/+61
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr1-7/+4
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr1-2/+8
2018-08-20vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol1-1/+1
2018-08-05vty/vty.c: fix bug in vty_config_writeMykola Shchetinin1-0/+2
2018-07-30vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy1-2/+0
2018-07-29ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens1-1/+1
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
2018-07-25logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol1-7/+1
2018-07-24stats_vty: Add asciidoc sections between the different countersDaniel Willmann1-0/+3
2018-07-20vty: initialize termios before using itAlexander Couzens1-1/+1
2018-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr1-20/+43
2018-07-09vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()Neels Hofmeyr1-8/+1
2018-07-09vty/command.c: talloc from tall_vty_cmd_ctx, not NULLNeels Hofmeyr1-3/+3