summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-10add value character restrictionAn-Cheng Huang
2010-06-10fix for bug 5679.Michael Larson
2010-06-09cleanup and fix cases to handle activated deleted multinodes correctly. simpl...Michael Larson
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-05add commit hook directory.Michael Larson
2010-06-04fix for deactivated root node that is deleted and then committed.Michael Larson
2010-06-03fixed break in regression on action failures. will revisit compilier warning ...Michael Larson
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-02fix for compilier warnings in commit2.cMichael Larson
2010-06-01Remove unnecessary return statementsStephen Hemminger
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-31add constness to parse_defAn-Cheng Huang
2010-05-28added hook at completion of commit process.Michael Larson
2010-05-28remove unnecessary memset callsAn-Cheng Huang
2010-05-28always zero vtw_def struct before parsing templateAn-Cheng Huang
2010-05-28Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg into larkspurStephen Hemminger
2010-05-28Fix compiler warnings about overriding constStephen Hemminger
2010-05-28fix bad comparison in multiple-type checkMichael Larson
2010-05-27include needed headerAn-Cheng Huang
2010-05-26fix for multiple type support in cli for the following case:Michael Larson
2010-05-21don't count current node towards limit if it already matches a node in the co...Michael Larson
2010-05-21Rename sysfs to net_setStephen Hemminger
2010-05-21Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspurStephen Hemminger
2010-05-21Add command to get/set sysfs filesStephen Hemminger
2010-05-20fixed seg violation on commit due to extended multiple types support in valst...Michael Larson
2010-05-20fixed error message on multinode limit exceeded--refer to parent node name, n...Michael Larson
2010-05-20fix for bug 5618. needed to extend valstruct to maintain multiple types rathe...Michael Larson
2010-05-19modified tag limit == 1. Now when set this node will only allow a single inst...Michael Larson
2010-05-06additional fixAn-Cheng Huang
2010-05-06fix parsing error in node.def--seen with boolean default values.Michael Larson
2010-05-05boot loader support now added. various bug fixes and some small rework.Michael Larson
2010-05-04initial working version of activate and deactivate: load,save,show,commit sup...Michael Larson
2010-04-22support for PARENT reference in priority statements. Example:Michael Larson
2010-04-15Multiple (i.e. one or two) datatypes can now be supported on a node.def type ...Michael Larson
2010-04-13fix for bug 2176.Michael Larson
2010-03-29changed double quotes to single quotes on in commit actions.Michael Larson
2010-03-26fix for bug 5300Michael Larson
2010-03-12Print node name before the warning message.Stig Thormodsrud
2010-02-15fixed problem with sibling environment variable flag. Also addedMichael Larson
2009-12-01remove .changes file after work was done by commitMichael Larson
2009-11-10preserve node.val order for term multinodes. fix for bug 5103Michael Larson
2009-11-05Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodBob Gilligan
2009-11-05Allow inline comments in config template fields.Bob Gilligan
2009-11-02fix for missing priority value on embedded multinode. bug behavior was more l...slioch
2009-10-23dismantle old priority file parsing and node matching code. removedslioch
2009-10-22activate priority values from node.def. priority file is now no longer used a...slioch