aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty
AgeCommit message (Expand)AuthorFilesLines
2010-04-30[vty] Free the matched at the end of the routine.Holger Hans Peter Freyther1-4/+0
2010-04-30[vty] Plug memory leak on auto completion.Holger Hans Peter Freyther1-1/+3
2010-04-30[vty] Allow to create a buffer in a given context.Holger Hans Peter Freyther2-4/+4
2010-04-30[vty] Move some allocations into the context of the vty.Holger Hans Peter Freyther1-5/+5
2010-04-30[vty] Remove FIXME as it appears to do the right thing.Holger Hans Peter Freyther1-2/+1
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Fix navigation in the vty hierachy (make exit work)Holger Hans Peter Freyther1-0/+3
2010-04-05nat: Fix navigation inside the config structure (fix exit)Holger Hans Peter Freyther1-0/+9
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-1/+1
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-2/+3
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther4-30/+36
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-2/+3
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte4-4/+4
2010-02-08[nat] Add VTY support to the BSC nat applicationHolger Hans Peter Freyther1-0/+8
2009-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte3-26/+32
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
2009-08-12vty/command: Use CONFIGFILE_MASK as mask in chmod and not as mode.Stefan Schmidt1-1/+1
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-10vty: Make the argument constHolger Hans Peter Freyther1-1/+1
2009-08-08the actual config file code (not just config files)Harald Welte2-89/+47
2009-08-07introduce new GSMNET node for the GSM networkHarald Welte1-2/+10
2009-08-07add support for reading of configuration file to VTYHarald Welte2-5/+49
2009-08-07ensure vty code uses talloc_strdup() rather than regular strdupHarald Welte1-22/+15
2009-08-07use one talloc context for entire vty codeHarald Welte4-40/+21
2009-08-07switch vty implementation over to tallocHarald Welte4-88/+138
2009-08-06don't define zencrypt function if VTY_CRYPT is not definedHarald Welte1-0/+2
2009-08-06re-enable config file handling of vty layerHarald Welte1-9/+4
2009-07-29vty/command.c: Fix compile warning by including gsm_subsriber.hHolger Hans Peter Freyther1-0/+1
2009-06-26add FIXME about memory leak every time we close telnetHarald Welte1-0/+3
2009-06-10move openbsc into its own subdirectoryHarald Welte5-0/+5701