index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vty
/
telnet_interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vty/telnet_interface.c: log connection accept() / close() events
Vadim Yanitskiy
2019-07-30
1
-0
/
+12
*
vty/telnet_interface.c: avoid unneeded initialization
Vadim Yanitskiy
2019-07-27
1
-1
/
+1
*
vty/telnet_interface.c: use DLGLOBAL logging sub-system
Vadim Yanitskiy
2019-07-27
1
-2
/
+2
*
add vty_is_active()
Neels Hofmeyr
2019-05-03
1
-0
/
+10
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-8
/
+8
*
vty: Make TCP port configurable and introduce telnet_init_default
Holger Hans Peter Freyther
2018-12-23
1
-0
/
+12
*
vty: The telnet interface is TCP only. Fix the comments
Holger Hans Peter Freyther
2018-12-22
1
-2
/
+2
*
vty: adjust telnet log
Max
2018-10-24
1
-1
/
+1
*
telnet_interface: avoid double-close of fd()
Harald Welte
2018-10-21
1
-1
/
+1
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-1
/
+4
*
[doc] Don't add libosmovty bits to libosmocore groups
Harald Welte
2017-10-16
1
-7
/
+5
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-3
/
+4
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-5
/
+5
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-0
/
+6
*
telnet_interface: Handle osmo_fd_register() eror return code
Harald Welte
2016-11-26
1
-1
/
+6
*
log telnet bind address and port
Neels Hofmeyr
2016-09-23
1
-1
/
+8
*
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
/
+1
*
vty: Make vty_event dispatch signals and use it in the testcase
Holger Hans Peter Freyther
2013-10-10
1
-1
/
+13
*
VTY: safe version of printing VTY welcome message
Harald Welte
2012-06-03
1
-19
/
+0
*
doc: Fix the Doxygen section endings
Sylvain Munaut
2012-04-18
1
-1
/
+1
*
vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...
Sylvain Munaut
2012-03-01
1
-35
/
+22
*
vty/telnet_interface: Add telnet_exit function
Andreas.Eversberg
2011-11-12
1
-0
/
+12
*
doxygen: split VTY configuration in multiple files
Harald Welte
2011-08-17
1
-1
/
+1
*
doxygen: Add (partial) VTY API documentation
Harald Welte
2011-08-17
1
-1
/
+14
*
telnet_interface: if we don't check for the return value, don't use ret
Harald Welte
2011-07-16
1
-5
/
+4
*
telnet_interface: get rid of 'const' warning
Harald Welte
2011-07-16
1
-1
/
+1
*
vty: print actual application name rather than always OpenBSC on connect
Harald Welte
2011-05-22
1
-3
/
+9
*
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
2011-05-07
1
-9
/
+9
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-3
/
+3
*
vty: Fix typo testing return value of bind
Sylvain Munaut
2011-01-03
1
-1
/
+1
*
vty: Use the copyright string from the app_info.
Holger Hans Peter Freyther
2010-09-11
1
-3
/
+6
*
Create libosmovty as library from OpenBSC VTY functions
Harald Welte
2010-05-25
1
-0
/
+203