aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25vty: Simplify char escaping in asciidoc outputPau Espin Pedrol1-9/+4
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-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
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-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr1-20/+43
2018-07-09vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()Neels Hofmeyr1-8/+1
2018-07-09vty/command.c: talloc from tall_vty_cmd_ctx, not NULLNeels Hofmeyr1-3/+3
2018-06-09vty: Don't dump deprecated commands in XML exportHarald Welte1-2/+4
2018-03-28vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr1-1/+11
2017-12-10vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr1-0/+4
2017-12-10VTY reference: use node names as section namesNeels Hofmeyr1-0/+1
2017-12-10VTY reference: do not list empty nodesNeels Hofmeyr1-0/+2
2017-12-10vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr1-0/+45
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+6
2017-11-10vty: Fix bad use of vector_slot()Pau Espin Pedrol1-1/+1
2017-11-01Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr1-1/+1
2017-10-24vty: Fix bad use of vector_slot()Pau Espin Pedrol1-1/+1
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-13/+29
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-1/+46
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr1-7/+32
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr1-24/+192
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr1-26/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+2
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-13/+13
2017-06-13vty/command.c: drop useless assignmentVadim Yanitskiy1-1/+1
2017-06-12update/extend doxygen documentationHarald Welte1-1/+2
2017-01-07vty: OSMO_ASSERT() if two identical commands are installedHarald Welte1-0/+19
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr1-1/+1
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens1-0/+53
2015-11-12vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte1-15/+4
2015-11-12fix FSF address in sources/headersJaroslav Škarvada1-2/+2
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-4/+4
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+9
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
2013-09-10vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck1-1/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-4/+14