aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/vty.c
AgeCommit message (Expand)AuthorFilesLines
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