summaryrefslogtreecommitdiffstats
path: root/src/vty/telnet_interface.c
Commit message (Expand)AuthorAgeFilesLines
* vty/telnet_interface.c: log connection accept() / close() eventsVadim Yanitskiy2019-07-301-0/+12
* vty/telnet_interface.c: avoid unneeded initializationVadim Yanitskiy2019-07-271-1/+1
* vty/telnet_interface.c: use DLGLOBAL logging sub-systemVadim Yanitskiy2019-07-271-2/+2
* add vty_is_active()Neels Hofmeyr2019-05-031-0/+10
* select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2019-03-211-8/+8
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-231-0/+12
* vty: The telnet interface is TCP only. Fix the commentsHolger Hans Peter Freyther2018-12-221-2/+2
* vty: adjust telnet logMax2018-10-241-1/+1
* telnet_interface: avoid double-close of fd()Harald Welte2018-10-211-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+4
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-161-7/+5
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-5/+5
* update/extend doxygen documentationHarald Welte2017-06-121-0/+6
* telnet_interface: Handle osmo_fd_register() eror return codeHarald Welte2016-11-261-1/+6
* log telnet bind address and portNeels Hofmeyr2016-09-231-1/+8
* 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/+1
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-1/+13
* VTY: safe version of printing VTY welcome messageHarald Welte2012-06-031-19/+0
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2012-03-011-35/+22
* vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg2011-11-121-0/+12
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-171-1/+1
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-171-1/+14
* telnet_interface: if we don't check for the return value, don't use retHarald Welte2011-07-161-5/+4
* telnet_interface: get rid of 'const' warningHarald Welte2011-07-161-1/+1
* vty: print actual application name rather than always OpenBSC on connectHarald Welte2011-05-221-3/+9
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-9/+9
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* vty: Fix typo testing return value of bindSylvain Munaut2011-01-031-1/+1
* vty: Use the copyright string from the app_info.Holger Hans Peter Freyther2010-09-111-3/+6
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+203