aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-21vty: Fix left shifting out of range on signed variableHarald Welte1-1/+1
2020-11-17vty/command: add 'hidden only' VTY reference generation modeVadim Yanitskiy1-1/+9
2020-10-25vty/command: fix: restrict the expert mode to the current sessionVadim Yanitskiy1-17/+38
2020-10-23vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASKVadim Yanitskiy1-1/+1
2020-10-23vty/command: introduce vty_dump_xml_ref_mode()Vadim Yanitskiy1-1/+39
2020-10-21vty/command: make some 'struct cmd_element' pointers constVadim Yanitskiy1-13/+9
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy1-10/+35
2020-10-12vty: Fix left shifting out of range on signed variablePau Espin Pedrol1-3/+3
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+6
2020-10-07vty: fix vty_dump_element(): do not print empty <attributes>Vadim Yanitskiy1-1/+5
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy1-0/+5
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy1-6/+48
2020-10-07vty/command: print attribute flags in the output of 'list'Vadim Yanitskiy1-2/+79
2020-10-07vty/command: introduce a command to list attributesVadim Yanitskiy1-0/+97
2020-10-06command: add library command attribute for libosmo-sccpPhilipp Maier1-0/+3
2020-10-06vty/command: introduce API for the library specific attributesVadim Yanitskiy1-3/+48
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-41/+41
2020-10-06vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappersVadim Yanitskiy1-0/+18
2020-10-06vty/command: add global command attribute CMD_ATTR_NODE_EXITVadim Yanitskiy1-0/+1
2020-09-28vty/command: reflect global attributes in the XML referenceVadim Yanitskiy1-0/+26
2020-09-20vty: print program specific attributes in the XML referenceVadim Yanitskiy1-1/+26
2020-08-18vty/command: cosmetic: swap i and j in vty_dump_element()Vadim Yanitskiy1-6/+6
2020-08-18vty/command: fix switch / case coding style in vty_go_parent()Vadim Yanitskiy1-15/+15
2020-08-15vty/command: cosmetic: fix formatting of config_help_cmdVadim Yanitskiy1-14/+15
2020-08-15vty/command: cosmetic: simplify conditions in in config_list_cmdVadim Yanitskiy1-4/+8
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol1-0/+3
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol1-6/+22
2020-05-18enable vty xml dumping to stdoutNeels Hofmeyr1-25/+60
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-30/+24
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol1-2/+1
2019-10-11vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol1-0/+4
2019-10-07vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol1-2/+6
2019-09-02MAXPATHLEN set if not definedRuben Undheim1-0/+5
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