summaryrefslogtreecommitdiffstats
path: root/src/vty/vty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+1685