1. 67d84d2 vty: fix vty->index for implicit go_parent_node by Neels Hofmeyr · 1 year, 2 months ago
  2. cc9b699 vty: show bug in implicit go_parent_node by Neels Hofmeyr · 1 year, 2 months ago
  3. 0aa84cf libosmocore: Transition to use of 'telnet_init_default' by arehbein · 1 year, 5 months ago
  4. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  5. c3b904a vty: Allow using hex representations in cmd numeric ranges by Pau Espin Pedrol · 4 years ago
  6. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  7. ce73dda tests/vty: fix use of GNU 'missing =' extension in designator by Vadim Yanitskiy · 2 years, 7 months ago
  8. 72b9088 vty: introduce the expert mode and a command to enable it by Vadim Yanitskiy · 3 years, 8 months ago
  9. a5218ea command: add library command attribute for libosmo-abis by Philipp Maier · 3 years, 9 months ago
  10. ef4c597 vty/command: restrict the use of '.', '!', and '@' as flags by Vadim Yanitskiy · 3 years, 9 months ago
  11. 7e1a78f vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT} by Vadim Yanitskiy · 3 years, 9 months ago
  12. 9a28d3c tests/vty: verify 'show vty-attributes' / 'list' commands by Vadim Yanitskiy · 3 years, 9 months ago
  13. f94355d vty: check for reserved flags in application specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  14. 024e195 vty: check for duplicate flags in application specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  15. 68c2e73 tests: do not ignore stderr of vty_test, also match it by Vadim Yanitskiy · 3 years, 9 months ago
  16. a184701 vty: Don't match negative values on purely positive ranges by Pau Espin Pedrol · 4 years ago
  17. 9fdc871 vty: Allow 64 bit values in numeric ranges if system supports it by Pau Espin Pedrol · 3 years, 11 months ago
  18. d92be9a tests: vty: Extend test to do some numeric range validations by Pau Espin Pedrol · 3 years, 11 months ago
  19. d31de23 vty: track parent nodes also for telnet sessions by Neels Hofmeyr · 4 years, 8 months ago
  20. 4abda9e logging/vty: fix: actually ignore deprecated logging commands by Vadim Yanitskiy · 4 years, 7 months ago
  21. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  22. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  23. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  24. 14aadd5 vty: tests: Verify incomplete optional parameters are passed to vty funcs by Pau Espin Pedrol · 5 years ago
  25. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  26. 8c9befe vty_transcript_test.vty: add choice auto-complete tests by Vadim Yanitskiy · 5 years ago
  27. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  28. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  29. faa49e2 add generic vty_transcript_test.c, vty_transcript_test.vty by Neels Hofmeyr · 5 years ago
  30. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  31. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  32. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  33. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  34. b022c86 vty_test: add artificial node levels for better testing by Neels Hofmeyr · 7 years ago
  35. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  36. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  37. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  38. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  39. be37fb7 stats/test: Add tests to check VTY configuration by Jacob Erlbeck · 9 years ago
  40. ca6602f vty/test: Refactor vty creation/deletion into separate functions by Jacob Erlbeck · 9 years ago
  41. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  42. 2c9168c vty: Make vty_event dispatch signals and use it in the testcase by Holger Hans Peter Freyther · 11 years ago
  43. 6ef71b0 vty: Fix compiler warning in the test by Holger Hans Peter Freyther · 11 years ago
  44. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  45. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  46. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago