aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-23vty: add vty_out_uptime() print the uptime to the vtyAlexander Couzens1-0/+20
2021-09-10vty: allow flushingEric1-0/+6
2021-07-27vty: clear screen with ^LOliver Smith1-0/+17
2021-05-18vty: Introduce API vty_read_config_filepPau Espin Pedrol1-4/+8
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy1-0/+9
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-12/+12
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy1-0/+8
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy1-0/+16
2020-09-22vty: cosmetic: fix missing curly braces in vty_describe_command()Vadim Yanitskiy1-2/+4
2020-09-22vty: cosmetic: s/width/cmd_width/g in vty_describe_command()Vadim Yanitskiy1-10/+10
2020-09-22vty: cosmetic: drop redundant 'break' statementsVadim Yanitskiy1-2/+0
2019-11-30libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy1-2/+2
2019-11-30libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy1-0/+1
2019-11-21logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy1-1/+1
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy1-1/+5
2019-09-02MAXPATHLEN set if not definedRuben Undheim1-0/+5
2019-08-30fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr1-3/+3
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