aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty/vty_test.c
AgeCommit message (Expand)AuthorFilesLines
5 daystests: do not copy *.cfg files to the build directoryVadim Yanitskiy1-1/+11
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-4/+4
2022-09-15vty: Allow using hex representations in cmd numeric rangesPau Espin Pedrol1-0/+67
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-11-17tests/vty: fix use of GNU 'missing =' extension in designatorVadim Yanitskiy1-3/+3
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy1-0/+7
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy1-0/+3
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy1-0/+18
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol1-1/+1
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol1-3/+3
2020-07-30tests: vty: Extend test to do some numeric range validationsPau Espin Pedrol1-0/+33
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-16/+0
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy1-0/+4
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol1-0/+20
2018-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr1-0/+62
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-3/+7
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-3/+5
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-3/+0
2017-09-20vty_test: add artificial node levels for better testingNeels Hofmeyr1-1/+119
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr1-0/+1
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr1-0/+20
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr1-4/+2
2017-05-09vty: cleanup logging functionsMax1-1/+1
2015-08-22stats/test: Add tests to check VTY configurationJacob Erlbeck1-0/+127
2015-08-22vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck1-29/+46
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-4/+17
2013-09-10vty: Fix compiler warning in the testHolger Hans Peter Freyther1-1/+2
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-0/+124
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck1-0/+52