aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2020-01-02Bump version: 1.2.0.108-c6a8-dirty → 1.3.01.3.0Pau Espin Pedrol1-1/+1
2019-11-30libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy1-2/+2
2019-11-30libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy1-0/+1
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-30/+24
2019-11-21logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy1-1/+1
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy1-1/+5
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy1-1/+1
2019-11-21logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy1-2/+1
2019-11-20logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy1-1/+0
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol1-2/+1
2019-10-11vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol1-0/+4
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-88/+113
2019-10-07vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol1-2/+6
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol1-7/+28
2019-09-02MAXPATHLEN set if not definedRuben Undheim2-0/+10
2019-08-30fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr1-3/+3
2019-08-20vty: Register logp cmd next to logging commandsPau Espin Pedrol1-2/+3
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr1-0/+41
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