aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/command.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-3211/+0
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte1-12/+11
2010-05-16VTY: remove dead codeHarald Welte1-168/+1
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte1-47/+2
2010-05-12Ensure all 'view' commands are availalbe from 'enable' tooHarald Welte1-0/+7
2010-05-12NS: Add support for persistent NS-VC configurationHarald Welte1-0/+1
2010-05-04[gpprs] Add VTY node for SGSNHarald Welte1-0/+1
2010-05-04gbproxy: add VTY nodeHarald Welte1-0/+1
2010-05-01VTY: ensure all cmd_elements are declared 'static'Harald Welte1-5/+5
2010-04-07[mgcp] Fix navigation in the vty hierachy (make exit work)Holger Hans Peter Freyther1-0/+3
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
2009-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte1-21/+23
2009-08-12vty/command: Use CONFIGFILE_MASK as mask in chmod and not as mode.Stefan Schmidt1-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 Welte1-58/+46
2009-08-07introduce new GSMNET node for the GSM networkHarald Welte1-2/+10
2009-08-07add support for reading of configuration file to VTYHarald Welte1-3/+2
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 Welte1-15/+8
2009-08-07switch vty implementation over to tallocHarald Welte1-47/+61
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-10move openbsc into its own subdirectoryHarald Welte1-0/+3416