aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/vty.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-17[vty] ensure we mark fd in writefd once we vty_out() somethingHarald Welte1-0/+2
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-1/+1
the various constructors get called in a non-obvious, linker determined order, which makes certain objects disappear from the talloc report. This change moves the talloc context creation into a new talloc_ctx.c file
2009-08-10vty: Avoid implicit declaration warning and check result codeHolger Hans Peter Freyther1-3/+8
2009-08-10vty: Fix format string issueHolger Hans Peter Freyther1-1/+1
2009-08-08the actual config file code (not just config files)Harald Welte1-31/+1
this was missing from commit a08a9acdb6bff0ee4fdf0f58b78b6525017a1f9f
2009-08-07add support for reading of configuration file to VTYHarald Welte1-2/+47
2009-08-07use one talloc context for entire vty codeHarald Welte1-3/+4
2009-08-07switch vty implementation over to tallocHarald Welte1-25/+41
2009-06-26add FIXME about memory leak every time we close telnetHarald Welte1-0/+3
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+1634