index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vty
/
vty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"
Neels Hofmeyr
2016-08-20
1
-1
/
+1
*
vty: add bind command for telnet vty line
Neels Hofmeyr
2016-02-25
1
-0
/
+28
*
vty: Use NULL to have a null pointer instead of '\0'
Holger Hans Peter Freyther
2015-11-09
1
-3
/
+3
*
remove references to u_long type, use 'unsigned long' instead
Harald Welte
2014-11-14
1
-2
/
+2
*
remove references to u_char type, use 'unsigned char' instead
Harald Welte
2014-11-14
1
-1
/
+1
*
write_queue: Use EBADF instead of EBABDFD for portability
Holger Hans Peter Freyther
2014-07-01
1
-1
/
+1
*
vty: Avoid use-after-free in VTY telnet interface
Daniel Willmann
2014-06-22
1
-2
/
+3
*
vty: Add vty_install_default() and use for the vty nodes
Jacob Erlbeck
2013-09-08
1
-1
/
+1
*
vty: Address compiler warning about the const qualifier
Holger Hans Peter Freyther
2012-09-11
1
-1
/
+1
*
vty: Print the string using "%s", string to avoid security issues
Holger Hans Peter Freyther
2012-08-02
1
-1
/
+1
*
correct inverted logic from commit f3ba8a
Alexander Huemer
2012-07-11
1
-1
/
+1
*
vty: avoid using a .data variable.
Diego Elio Pettenò
2012-06-30
1
-7
/
+7
*
add additional newline in vty welcome message
Harald Welte
2012-06-16
1
-2
/
+2
*
VTY: safe version of printing VTY welcome message
Harald Welte
2012-06-03
1
-0
/
+11
*
doc: Fix the Doxygen section endings
Sylvain Munaut
2012-04-18
1
-1
/
+1
*
vty: Fixed vty_down_level to move down from config nodes
Andreas.Eversberg
2011-11-12
1
-3
/
+5
*
doxygen: Add main page for all three libraries
Harald Welte
2011-08-30
1
-0
/
+38
*
doxygen: Add (partial) VTY API documentation
Harald Welte
2011-08-17
1
-6
/
+39
*
get rid of non-ANSI function declarations missing (void)
Harald Welte
2011-07-16
1
-4
/
+4
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-1
/
+1
*
LOGGING: configure logging from the vty
Harald Welte
2011-02-18
1
-0
/
+6
*
Use the app_info->name instead of the hostname
Harald Welte
2010-12-24
1
-1
/
+1
*
vty: Add functions to access index and node
Holger Hans Peter Freyther
2010-09-14
1
-0
/
+9
*
[VTY] Introduce "struct vty_app_info" for vty_init() function
Harald Welte
2010-05-25
1
-5
/
+3
*
Create libosmovty as library from OpenBSC VTY functions
Harald Welte
2010-05-25
1
-0
/
+1685