summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-17Bugfix 7442: Check if running interactively before doing binding optionsJohn Southworth
2011-08-150.99.27debian/0.99.27John Southworth
2011-08-15Allow config mode completion to work when not at the end of the stringJohn Southworth
2011-08-090.99.26debian/0.99.26John Southworth
2011-08-09Fix edit level in path validation function for short commandsJohn Southworth
2011-08-030.99.25debian/0.99.25John Southworth
2011-08-03Move allowed-op.in to vyatta-op to allow allowed-op for unpriviledged users ↵John Southworth
to be generated at compile time. Remove boot time generation of unpriviledged allowed-op
2011-08-020.99.24debian/0.99.24John Southworth
2011-08-02Add support for unambiguous top level commands for unpriviledged users; ↵John Southworth
generate allowed-op short commands at boot time
2011-08-020.99.23debian/0.99.23John Southworth
2011-08-02Reorganize the bash completion and command interpreter scripts into easier ↵John Southworth
to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op
2011-08-010.99.22debian/0.99.22John Southworth
2011-08-01Fix incorrect comp_words check in previous commit. My original ↵John Southworth
implementation used config.boot instead of saved
2011-08-010.99.21debian/0.99.21John Southworth
2011-08-01Cleanup some top level completion help text and add a 'compare saved' ↵John Southworth
command so that users can check their saved config vs the working config without loading
2011-08-010.99.20debian/0.99.20John Southworth
2011-08-01Cleanup help text for compareJohn Southworth
2011-07-290.99.19debian/0.99.19Stephen Hemminger
2011-07-29Fix build on older gccStephen Hemminger
Incorrect use of #ifdef. Gcc major version is in __GNUC__
2011-07-290.99.18debian/0.99.18John Southworth
2011-07-29Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnardJohn Southworth
2011-07-29Bugfix 2823: Configuration mode command interpreter, output adjustments for ↵John Southworth
consistency
2011-07-29Fix build of config backend on Glibc 4.6Stephen Hemminger
Bug 7188 The problem is that vyatta cfg backend is using internals of c++ templates (in std::tr1) and these will change between versions of glibc. Workaround by adding necessary conditional compilation
2011-07-29Fix warning about unused function prototypeStephen Hemminger
2011-07-270.99.17debian/0.99.17Deepti Kulkarni
2011-07-27Added to make op-mode commands under force to be accessible byDeepti Kulkarni
user level operator.
2011-07-260.99.16debian/0.99.16John Southworth
2011-07-26Bugfix 7374: remove redundant calls to commit on bootJohn Southworth
2011-07-250.99.15debian/0.99.15John Southworth
2011-07-25Bugfix 7362: Make some adjustments to previous patch per An-Cheng's suggestionsJohn Southworth
2011-07-230.99.14debian/0.99.14John Southworth
2011-07-23Oops, should have been false by default.John Southworth
2011-07-230.99.13debian/0.99.13John Southworth
2011-07-23Bugfix 7362: Make reset_paths reset to root level when resolving varrefsJohn Southworth
2011-07-200.99.12debian/0.99.12John Southworth
2011-07-20Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ↵John Southworth
ensure the proper environment for the commands exists (cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa)
2011-07-150.99.11debian/0.99.11Deepti Kulkarni
2011-07-15filter run-parts messages is no longer required.Deepti Kulkarni
2011-07-150.99.10debian/0.99.10John Southworth
2011-07-15Bugfix 7331: better fix for the bugJohn Southworth
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd)
2011-07-15Don't allow users to set migration commentsJohn Southworth
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb)
2011-07-15Bugfix 7331: Napa timeframe fix for config migration commment bug. Will ↵John Southworth
investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a)
2011-07-070.99.9debian/0.99.9Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-07-050.99.8debian/0.99.8John Southworth
2011-07-05Move the is_uniq_address function to Interface.pmJohn Southworth
2011-07-010.99.7debian/0.99.7John Southworth
2011-07-01Add another check for out_stream now all refrences are validated before ↵John Southworth
writing to it
2011-06-30Bugfix 7259: check that out_stream is not null before attempting to write to itJohn Southworth
2011-06-30Bugfix 7224: check nodes immediate children for changes when the node its ↵John Southworth
self is unchanged. If a child has changed run the commit check for the node