summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
...
* vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr2019-02-041-1/+10
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-041-3/+21
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-041-1/+1
* Bump version: 0.12.0.128-8dfde → 1.0.0Harald Welte2019-01-191-1/+1
* Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte2018-12-231-1/+2
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-232-3/+31
* vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther2018-12-221-2/+2
* make 'show rate-counters' show group indexStefan Sperling2018-10-291-1/+1
* stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2018-10-292-3/+1
* vty: adjust telnet logMax2018-10-241-1/+1
* vty.c: Set vty->fd to -1 after closing the FDHarald Welte2018-10-211-1/+3
* telnet_interface: avoid double-close of fd()Harald Welte2018-10-211-1/+1
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-011-0/+8
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-9/+9
* vty: omit HIDDEN from vty referenceNeels Hofmeyr2018-09-241-2/+2
* vty list: fix deprecation/hidden bit logicNeels Hofmeyr2018-09-241-2/+1
* vty reference: fix deprecation bit evaluationNeels Hofmeyr2018-09-241-2/+2
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+24
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-20/+57
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-131-7/+23
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-131-12/+22
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-131-6/+61
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-071-7/+4
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-271-2/+8
* vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol2018-08-201-1/+1
* vty/vty.c: fix bug in vty_config_writeMykola Shchetinin2018-08-051-0/+2
* vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy2018-07-301-2/+0
* ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens2018-07-291-1/+1
* Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0Pau Espin Pedrol2018-07-271-1/+1
* logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol2018-07-251-7/+1
* stats_vty: Add asciidoc sections between the different countersDaniel Willmann2018-07-241-0/+3
* vty: initialize termios before using itAlexander Couzens2018-07-201-1/+1
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-111-20/+43
* vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()Neels Hofmeyr2018-07-091-8/+1
* vty/command.c: talloc from tall_vty_cmd_ctx, not NULLNeels Hofmeyr2018-07-091-3/+3
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-091-0/+21
* vty: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* remove unused argument from pad_append_ctr() helper functionStefan Sperling2018-05-251-7/+7
* Add a 'show rate-counters' VTY command.Stefan Sperling2018-05-241-0/+17
* introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling2018-05-241-0/+136
* Bump version: 0.10.2.284-bc47-dirty → 0.11.0Pau Espin Pedrol2018-05-031-1/+1
* vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr2018-03-281-1/+11
* VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte2018-03-271-1/+1
* ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling2018-02-261-4/+8
* ensure that osmo_fsm vty commands are only installed onceStefan Sperling2018-02-231-0/+12
* talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte2018-02-141-3/+3
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr2018-01-191-0/+27
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-0/+19
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+21