summaryrefslogtreecommitdiff
path: root/src/cli_new.c
AgeCommit message (Expand)Author
2010-07-28add cstore-specific header fileAn-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang
2010-07-21fix for bug 5882.Michael Larson
2010-07-19more cleanup to new help impl.Michael Larson
2010-07-19modified handling of status return codes for child process.Michael Larson
2010-07-19modified syntax and commit checks now applied during commit.Michael Larson
2010-06-28return false for invalid value instead of exitingAn-Cheng Huang
2010-06-10add value character restrictionAn-Cheng Huang
2010-06-08fix for bug 5667. Moved the location of the deactivate check.Michael Larson
2010-06-08fix for bug 5213An-Cheng Huang
2010-06-02simplify output initAn-Cheng Huang
2010-06-02Additional fix to cli_new.c on arg.Michael Larson
2010-06-02more fixes for compilier warnings.Michael Larson
2010-06-01bug fix for 5646. Suppress variable replacement if deactivated for disabled n...Michael Larson
2010-05-31fix for bug 5649. Need to initialize val_types for value comparison to ERROR_...Michael Larson
2010-05-28fix bad comparison in multiple-type checkMichael Larson
2010-05-26fix for multiple type support in cli for the following case:Michael Larson
2010-05-20fixed seg violation on commit due to extended multiple types support in valst...Michael Larson
2010-05-20fix for bug 5618. needed to extend valstruct to maintain multiple types rathe...Michael Larson
2010-04-15Multiple (i.e. one or two) datatypes can now be supported on a node.def type ...Michael Larson
2008-11-13Simplify the debug codeStephen Hemminger
2008-10-28Fix 3505: cli crash on delete of ipv6net static route.Stig Thormodsrud
2008-09-04Fix build warningsStephen Hemminger
2008-07-29Turn my_wrappers into macrosStephen Hemminger
2008-07-29Avoid needless calls to system()Stephen Hemminger
2008-07-29Add annotation to cli functionsStephen Hemminger
2008-07-29type_to_name returns immutable stringStephen Hemminger
2008-07-29Fix 3505: cli crashes on ipv6net type.Stig Thormodsrud
2008-07-07fix for bug 3216. added no escape option to push path for environmental path ...Michael Larson
2008-06-30fix for bug 3403: allocate correct amount of memory for multi-valued nodes.An-Cheng Huang
2008-04-16modified fix for 2525--fixes problem introduced with last fix (bug 3163)Michael Larson
2008-04-15revert fix for 2525 until delete on commit warnings are resolved.Michael Larson
2008-04-10alternate fix for 2525--force directory evaluation upstream.Michael Larson
2008-02-26fix for bug 2868: return failure for invalid values.An-Cheng Huang
2008-02-01fix for bug 2211: "commit:expression:" checks are not evaluated atAn-Cheng Huang
2008-01-30don't check escaped '$' in string expansionAn-Cheng Huang
2008-01-30change variable reference marker from "$(" to "$VAR(".An-Cheng Huang
2007-12-18Reorganized things a bit in a value subtraction algorithm.alex
2007-12-14fix for bug 2479: when commit cannot obtain the config lock, it will retryAn-Cheng Huang
2007-12-13put pid in config lock fileAn-Cheng Huang
2007-12-11Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-11Bug #2509alex
2007-12-06get rid of compiler warningAn-Cheng Huang
2007-11-09* fix for bug 2338: for values of "multi:" nodes, input ordering is nowAn-Cheng Huang
2007-11-09* fix for bug 2472: return empty string when directory references don'tAn-Cheng Huang
2007-11-08* output error message if set/delete/commit fails.An-Cheng Huang
2007-11-06fix for bug 2273: cli parser was overwriting "type help" with "node help".An-Cheng Huang
2007-11-02* fix cli backend memory leak.An-Cheng Huang
2007-11-01fix cli backend bug: syntax checking for leaf value nodes involvingAn-Cheng Huang
2007-10-30add configuration change notification.An-Cheng Huang