aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/telnet_interface.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17[telnet] Remove unused variables from the telnet interfaceHolger Hans Peter Freyther1-1/+0
These became unused when the interface was switched to use the vty module. It is about time to remove these.
2009-08-20[cleanup] Remove old and dead code from the telnet_interface.cHolger Hans Peter Freyther1-47/+0
2009-08-07telnet: deal gracefully with vty being closed by vty layerHarald Welte1-0/+12
also: ignore vty's that are not terminals (e.g. VTY_FILE)
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-2/+1
2009-06-22fix various talloc / dynamic bts/trx related bugsHarald Welte1-1/+1
Prior to this patch, nanobts was not able to operate after recent changes
2009-06-20introduce talloc all over OpenBSCHarald Welte1-1/+7
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+236