summaryrefslogtreecommitdiffstats
path: root/src/vty/vty.c
Commit message (Expand)AuthorAgeFilesLines
* libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy2019-11-301-2/+2
* libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy2019-11-301-0/+1
* logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy2019-11-211-1/+1
* logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy2019-11-211-1/+5
* MAXPATHLEN set if not definedRuben Undheim2019-09-021-0/+5
* fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr2019-08-301-3/+3
* vty/vty.c: the command buffer can be accessed directlyVadim Yanitskiy2019-07-301-7/+7
* vty/vty.c: fix vty_read(): prevent further heap-buffer overrunVadim Yanitskiy2019-07-301-0/+2
* vty api: add vty_out_va()Neels Hofmeyr2019-02-041-12/+19
* vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr2019-02-041-18/+0
* Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte2018-12-231-1/+2
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-231-3/+19
* vty.c: Set vty->fd to -1 after closing the FDHarald Welte2018-10-211-1/+3
* vty/vty.c: fix bug in vty_config_writeMykola Shchetinin2018-08-051-0/+2
* vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy2018-07-301-2/+0
* vty: initialize termios before using itAlexander Couzens2018-07-201-1/+1
* VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte2018-03-271-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+2
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-1/+0
* vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy2017-09-271-1/+1
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-191-0/+8
* cosmetic: clarify language in vty read errorKeith2017-09-051-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-14/+14
* update/extend doxygen documentationHarald Welte2017-06-121-1/+1
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-121-0/+10
* vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr2016-08-201-1/+1
* vty: add bind command for telnet vty lineNeels Hofmeyr2016-02-251-0/+28
* vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther2015-11-091-3/+3
* remove references to u_long type, use 'unsigned long' insteadHarald Welte2014-11-141-2/+2
* remove references to u_char type, use 'unsigned char' insteadHarald Welte2014-11-141-1/+1
* write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2014-07-011-1/+1
* vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2014-06-221-2/+3
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-1/+1
* vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther2012-09-111-1/+1
* vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther2012-08-021-1/+1
* correct inverted logic from commit f3ba8aAlexander Huemer2012-07-111-1/+1
* vty: avoid using a .data variable.Diego Elio Pettenò2012-06-301-7/+7
* add additional newline in vty welcome messageHarald Welte2012-06-161-2/+2
* VTY: safe version of printing VTY welcome messageHarald Welte2012-06-031-0/+11
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2011-11-121-3/+5
* doxygen: Add main page for all three librariesHarald Welte2011-08-301-0/+38
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-171-6/+39
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-161-4/+4
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-0/+6
* Use the app_info->name instead of the hostnameHarald Welte2010-12-241-1/+1
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+9
* [VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2010-05-251-5/+3