summaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
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
* 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
* 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: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr2018-03-281-1/+11
* vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr2017-12-101-0/+4
* VTY reference: use node names as section namesNeels Hofmeyr2017-12-101-0/+1
* VTY reference: do not list empty nodesNeels Hofmeyr2017-12-101-0/+2
* vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr2017-12-101-0/+45
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+6
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-11-101-1/+1
* Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr2017-11-011-1/+1
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-10-241-1/+1
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-13/+29
* vty: derive node name from prompt, use as XML idsNeels Hofmeyr2017-09-231-1/+46
* vty: use internal node id for xml idsNeels Hofmeyr2017-09-231-1/+1
* comment: describe indent_cmp()Neels Hofmeyr2017-09-201-0/+4
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-201-7/+32
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-191-24/+192
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-081-26/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+2
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-13/+13
* vty/command.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* update/extend doxygen documentationHarald Welte2017-06-121-1/+2
* vty: OSMO_ASSERT() if two identical commands are installedHarald Welte2017-01-071-0/+19
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-1/+1
* add vty call show asciidoc: generate a documentation for countersAlexander Couzens2016-06-141-0/+53
* vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte2015-11-121-15/+4
* fix FSF address in sources/headersJaroslav Škarvada2015-11-121-2/+2
* vty: Change API to have node installation be done by intHolger Hans Peter Freyther2015-08-051-4/+4
* vty: Check with the application before writing the configHolger Hans Peter Freyther2014-12-041-0/+9
* vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck2013-09-111-5/+25
* vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck2013-09-101-1/+1
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-4/+14
* vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck2013-09-081-22/+35
* vty: Rename is_config() to is_config_child()Jacob Erlbeck2013-09-081-3/+3
* vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther2013-07-031-0/+3
* VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte2013-02-121-0/+3
* vty/command.c: Cosmetic cleanupHarald Welte2013-02-121-82/+81
* vty: Do better filtering of arguments, optional args particularlySylvain Munaut2013-01-031-208/+143
* vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther2012-07-251-0/+148
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-46/+130
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-171-1/+1