| Commit message (Expand) | Author | Age | Files | Lines |
* | MAXPATHLEN set if not defined | Ruben Undheim | 2019-09-02 | 1 | -0/+5 |
* | fix: vty crash by logging during VTY_CLOSED event handling | Neels Hofmeyr | 2019-08-30 | 1 | -3/+3 |
* | vty/vty.c: the command buffer can be accessed directly | Vadim Yanitskiy | 2019-07-30 | 1 | -7/+7 |
* | vty/vty.c: fix vty_read(): prevent further heap-buffer overrun | Vadim Yanitskiy | 2019-07-30 | 1 | -0/+2 |
* | vty api: add vty_out_va() | Neels Hofmeyr | 2019-02-04 | 1 | -12/+19 |
* | vty telnet: consistently never change nodes upon CTRL-C | Neels Hofmeyr | 2019-02-04 | 1 | -18/+0 |
* | Fix VTY documentation error introduced in "bind" VTY port change | Harald Welte | 2018-12-23 | 1 | -1/+2 |
* | vty: Make TCP port configurable and introduce telnet_init_default | Holger Hans Peter Freyther | 2018-12-23 | 1 | -3/+19 |
* | vty.c: Set vty->fd to -1 after closing the FD | Harald Welte | 2018-10-21 | 1 | -1/+3 |
* | vty/vty.c: fix bug in vty_config_write | Mykola Shchetinin | 2018-08-05 | 1 | -0/+2 |
* | vty/vty.c: remove dead unused tall_bsc_ctx | Vadim Yanitskiy | 2018-07-30 | 1 | -2/+0 |
* | vty: initialize termios before using it | Alexander Couzens | 2018-07-20 | 1 | -1/+1 |
* | VTY: Don't welcome the user to the "control" interface, if it's VTY | Harald Welte | 2018-03-27 | 1 | -1/+1 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -1/+2 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 1 | -1/+0 |
* | vty/vty.c: do not bind vty context to application's one | Vadim Yanitskiy | 2017-09-27 | 1 | -1/+1 |
* | VTY: implicit node exit by de-indenting, not parent lookup | Neels Hofmeyr | 2017-09-19 | 1 | -0/+8 |
* | cosmetic: clarify language in vty read error | Keith | 2017-09-05 | 1 | -1/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -2/+1 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -14/+14 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -1/+1 |
* | Update doxygen main page for libosmo{core,gsm,vty} | Harald Welte | 2017-06-12 | 1 | -0/+10 |
* | vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1" | Neels Hofmeyr | 2016-08-20 | 1 | -1/+1 |
* | vty: add bind command for telnet vty line | Neels Hofmeyr | 2016-02-25 | 1 | -0/+28 |
* | vty: Use NULL to have a null pointer instead of '\0' | Holger Hans Peter Freyther | 2015-11-09 | 1 | -3/+3 |
* | remove references to u_long type, use 'unsigned long' instead | Harald Welte | 2014-11-14 | 1 | -2/+2 |
* | remove references to u_char type, use 'unsigned char' instead | Harald Welte | 2014-11-14 | 1 | -1/+1 |
* | write_queue: Use EBADF instead of EBABDFD for portability | Holger Hans Peter Freyther | 2014-07-01 | 1 | -1/+1 |
* | vty: Avoid use-after-free in VTY telnet interface | Daniel Willmann | 2014-06-22 | 1 | -2/+3 |
* | vty: Add vty_install_default() and use for the vty nodes | Jacob Erlbeck | 2013-09-08 | 1 | -1/+1 |
* | vty: Address compiler warning about the const qualifier | Holger Hans Peter Freyther | 2012-09-11 | 1 | -1/+1 |
* | vty: Print the string using "%s", string to avoid security issues | Holger Hans Peter Freyther | 2012-08-02 | 1 | -1/+1 |
* | correct inverted logic from commit f3ba8a | Alexander Huemer | 2012-07-11 | 1 | -1/+1 |
* | vty: avoid using a .data variable. | Diego Elio Pettenò | 2012-06-30 | 1 | -7/+7 |
* | add additional newline in vty welcome message | Harald Welte | 2012-06-16 | 1 | -2/+2 |
* | VTY: safe version of printing VTY welcome message | Harald Welte | 2012-06-03 | 1 | -0/+11 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | vty: Fixed vty_down_level to move down from config nodes | Andreas.Eversberg | 2011-11-12 | 1 | -3/+5 |
* | doxygen: Add main page for all three libraries | Harald Welte | 2011-08-30 | 1 | -0/+38 |
* | doxygen: Add (partial) VTY API documentation | Harald Welte | 2011-08-17 | 1 | -6/+39 |
* | get rid of non-ANSI function declarations missing (void) | Harald Welte | 2011-07-16 | 1 | -4/+4 |
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -1/+1 |
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -0/+6 |
* | Use the app_info->name instead of the hostname | Harald Welte | 2010-12-24 | 1 | -1/+1 |
* | vty: Add functions to access index and node | Holger Hans Peter Freyther | 2010-09-14 | 1 | -0/+9 |
* | [VTY] Introduce "struct vty_app_info" for vty_init() function | Harald Welte | 2010-05-25 | 1 | -5/+3 |
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+1685 |