aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/vty.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-30vty/vty.c: the command buffer can be accessed directlyVadim Yanitskiy1-7/+7
2019-07-30vty/vty.c: fix vty_read(): prevent further heap-buffer overrunVadim Yanitskiy1-0/+2
2019-02-04vty api: add vty_out_va()Neels Hofmeyr1-12/+19
2019-02-04vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr1-18/+0
2018-12-23Fix VTY documentation error introduced in "bind" VTY port changeHarald Welte1-1/+2
2018-12-23vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther1-3/+19
2018-10-21vty.c: Set vty->fd to -1 after closing the FDHarald Welte1-1/+3
2018-08-05vty/vty.c: fix bug in vty_config_writeMykola Shchetinin1-0/+2
2018-07-30vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy1-2/+0
2018-07-20vty: initialize termios before using itAlexander Couzens1-1/+1
2018-03-27VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte1-1/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+2
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-1/+0
2017-09-27vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy1-1/+1
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr1-0/+8
2017-09-05cosmetic: clarify language in vty read errorKeith1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-14/+14
2017-06-12update/extend doxygen documentationHarald Welte1-1/+1
2017-06-12Update doxygen main page for libosmo{core,gsm,vty}Harald Welte1-0/+10
2016-08-20vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr1-1/+1
2016-02-25vty: add bind command for telnet vty lineNeels Hofmeyr1-0/+28
2015-11-09vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther1-3/+3
2014-11-14remove references to u_long type, use 'unsigned long' insteadHarald Welte1-2/+2
2014-11-14remove references to u_char type, use 'unsigned char' insteadHarald Welte1-1/+1
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther1-1/+1
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann1-2/+3
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-1/+1
2012-09-11vty: Address compiler warning about the const qualifierHolger Hans Peter Freyther1-1/+1
2012-08-02vty: Print the string using "%s", string to avoid security issuesHolger Hans Peter Freyther1-1/+1
2012-07-11correct inverted logic from commit f3ba8aAlexander Huemer1-1/+1
2012-06-30vty: avoid using a .data variable.Diego Elio Pettenò1-7/+7
2012-06-16add additional newline in vty welcome message0.4.3Harald Welte1-2/+2
2012-06-03VTY: safe version of printing VTY welcome messageHarald Welte1-0/+11
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg1-3/+5
2011-08-30doxygen: Add main page for all three librariesHarald Welte1-0/+38
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte1-6/+39
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte1-4/+4
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-0/+6
2010-12-24Use the app_info->name instead of the hostnameHarald Welte1-1/+1
2010-09-14vty: Add functions to access index and node0.1.20Holger Hans Peter Freyther1-0/+9
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte1-5/+3
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+1685