summaryrefslogtreecommitdiffstats
path: root/tests/vty/vty_test.c
Commit message (Expand)AuthorAgeFilesLines
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-241-16/+0
* logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy2019-11-211-0/+4
* vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol2019-10-281-0/+20
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-111-0/+62
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-061-3/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-3/+5
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-3/+0
* vty_test: add artificial node levels for better testingNeels Hofmeyr2017-09-201-1/+119
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-201-0/+1
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-191-0/+20
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-081-4/+2
* vty: cleanup logging functionsMax2017-05-091-1/+1
* stats/test: Add tests to check VTY configurationJacob Erlbeck2015-08-221-0/+127
* vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck2015-08-221-29/+46
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-4/+17
* vty: Fix compiler warning in the testHolger Hans Peter Freyther2013-09-101-1/+2
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-0/+124
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-061-0/+52