aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol1-1/+1
2019-08-02Get rid of osmo_str_tolower() use inside libosmocore codePau Espin Pedrol1-11/+13
2019-07-30vty/vty.c: the command buffer can be accessed directlyVadim Yanitskiy1-7/+7
2019-07-30vty/vty.c: fix vty_read(): prevent further heap-buffer overrunVadim Yanitskiy1-0/+2
2019-07-30vty/telnet_interface.c: log connection accept() / close() eventsVadim Yanitskiy1-0/+12
2019-07-30vty/logging_vty.c: fix writing of 'print category-hex'Vadim Yanitskiy1-0/+2
2019-07-27vty/telnet_interface.c: avoid unneeded initializationVadim Yanitskiy1-1/+1
2019-07-27vty/telnet_interface.c: use DLGLOBAL logging sub-systemVadim Yanitskiy1-2/+2
2019-07-25stats_vty: Add verb to sentence for show asciidoc countersDaniel Willmann1-1/+1
2019-06-25vty: Simplify char escaping in asciidoc outputPau Espin Pedrol1-9/+4
2019-06-19vty: Remove trailing whitespace in output from show asciidocPau Espin Pedrol1-2/+2
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol1-5/+14
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol1-7/+44
2019-06-14vty: command.c: Get rid of big indentation blockPau Espin Pedrol1-30/+30
2019-06-14command.c: Improve return check condition in cmd_execut_command_real()Pau Espin Pedrol1-2/+2
2019-06-12vty: command.c: Get rid of huge indentation blockPau Espin Pedrol1-91/+94
2019-06-12cosmetic: vty: command.c: Use upper case for enum match_type value namesPau Espin Pedrol1-101/+101
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