1. 7a35b78 libosmovty: simplify condition checking vty->fd in vty_close() by Vadim Yanitskiy · 4 years, 7 months ago
  2. 54df08e libosmovty: properly initialize vty->fd in vty_new() by Vadim Yanitskiy · 4 years, 7 months ago
  3. 02f25ea logging/vty: fix: do not close stderr in vty_close() by Vadim Yanitskiy · 4 years, 7 months ago
  4. b639b4d logging/vty: fix vty_read_file(): do not write warnings to stdin by Vadim Yanitskiy · 4 years, 7 months ago
  5. 766f77c MAXPATHLEN set if not defined by Ruben Undheim · 6 years ago
  6. f8fe48e fix: vty crash by logging during VTY_CLOSED event handling by Neels Hofmeyr · 4 years, 10 months ago
  7. 8c00f9d vty/vty.c: the command buffer can be accessed directly by Vadim Yanitskiy · 5 years ago
  8. 757dea8 vty/vty.c: fix vty_read(): prevent further heap-buffer overrun by Vadim Yanitskiy · 5 years ago
  9. c1aa178 vty api: add vty_out_va() by Neels Hofmeyr · 5 years ago
  10. 8d04f95 vty telnet: consistently never change nodes upon CTRL-C by Neels Hofmeyr · 5 years ago
  11. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 6 years ago
  12. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 6 years ago
  13. 2e0a945 vty.c: Set vty->fd to -1 after closing the FD by Harald Welte · 6 years ago
  14. 893e49e vty/vty.c: fix bug in vty_config_write by Mykola Shchetinin · 6 years ago
  15. baed917 vty/vty.c: remove dead unused tall_bsc_ctx by Vadim Yanitskiy · 6 years ago
  16. ab383e6 vty: initialize termios before using it by Alexander Couzens · 6 years ago
  17. a2501a2 VTY: Don't welcome the user to the "control" interface, if it's VTY by Harald Welte · 6 years ago
  18. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  19. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  20. 5584a14 vty/vty.c: do not bind vty context to application's one by Vadim Yanitskiy · 7 years ago
  21. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  22. 03516d6 cosmetic: clarify language in vty read error by Keith · 7 years ago
  23. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  24. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  25. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  26. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  27. 898e1d8 vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1" by Neels Hofmeyr · 8 years ago
  28. 96172f0 vty: add bind command for telnet vty line by Neels Hofmeyr · 8 years ago
  29. d56c3cb vty: Use NULL to have a null pointer instead of '\0' by Holger Hans Peter Freyther · 9 years ago
  30. 78a870e remove references to u_long type, use 'unsigned long' instead by Harald Welte · 10 years ago
  31. 7b74dda remove references to u_char type, use 'unsigned char' instead by Harald Welte · 10 years ago
  32. eb55e6a write_queue: Use EBADF instead of EBABDFD for portability by Holger Hans Peter Freyther · 10 years ago
  33. 77ab2f7 vty: Avoid use-after-free in VTY telnet interface by Daniel Willmann · 10 years ago
  34. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  35. 314c010 vty: Address compiler warning about the const qualifier by Holger Hans Peter Freyther · 12 years ago
  36. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  37. e62651f correct inverted logic from commit f3ba8a by Alexander Huemer · 12 years ago
  38. f3ba8ab vty: avoid using a .data variable. by Diego Elio Pettenò · 12 years ago
  39. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  40. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  41. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  42. f948dbc vty: Fixed vty_down_level to move down from config nodes by Andreas.Eversberg · 13 years ago
  43. d38c8b8 doxygen: Add main page for all three libraries by Harald Welte · 13 years ago
  44. 7acb30c doxygen: Add (partial) VTY API documentation by Harald Welte · 13 years ago
  45. 95b2b47 get rid of non-ANSI function declarations missing (void) by Harald Welte · 13 years ago
  46. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  47. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  48. df327f6 Use the app_info->name instead of the hostname by Harald Welte · 14 years ago
  49. 08aaded vty: Add functions to access index and node by Holger Hans Peter Freyther · 14 years ago 0.1.20
  50. 237f624 [VTY] Introduce "struct vty_app_info" for vty_init() function by Harald Welte · 14 years ago
  51. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago