summaryrefslogtreecommitdiffstats
path: root/src/vty/telnet_interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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