summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-07-07fix for bug 3216. added no escape option to push path for environmental path ↵Michael Larson
variable. note this is appied to all c code access to the edit env variable.
2008-07-01Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-07-01fix for bug 3377.Michael Larson
2008-06-30fix for bug 3403: allocate correct amount of memory for multi-valued nodes.An-Cheng Huang
2008-04-22create def file to mark configuration nodes that are created by default, ↵Michael Larson
rather than a node with a default value created by a user. partial fix for bug 1219. Allows system to differentiate between active def nodes versus user created nodes with def values.
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-15reverse sort order on deleteMichael Larson
2008-04-14modified node ordering code.Michael Larson
2008-04-14partial revert of priority support--will reapply after additional changes.Michael Larson
2008-04-13temp removal of free--possible corruption.Michael Larson
2008-04-11support for node priority. higher value in node.def is higher priority.Michael Larson
2008-04-10partial fix for bug 2181: add new template field "priority".An-Cheng Huang
2008-04-10alternate fix for 2525--force directory evaluation upstream.Michael Larson
2008-04-10Revert "fix for bug 2525"Michael Larson
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67.
2008-04-09fix for bug 2525Michael Larson
2008-04-04fix for bug 2549.Michael Larson
2008-04-04Merge branch 'glendale' into hollywoodrbalocca
2008-04-03fix for bug 3097: correctly detect deleted tagAn-Cheng Huang
2008-04-03fix for bug 2507Michael Larson
2008-04-03code cleanup (remove some evil copy-and-paste instances).An-Cheng Huang
2008-03-31fix for bug 2675: correctly detect newly created config nodes.An-Cheng Huang
2008-03-18Bugfix: 2986Bob Gilligan
Fix typo in arguments to "mount" command.
2008-03-17Bugfix: 2885Bob Gilligan
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem.
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Glendale release is licensed under GPL version 2.
2008-02-26fix for bug 2749: add u32 range checkAn-Cheng Huang
2008-02-26fix for bug 2868: return failure for invalid values.An-Cheng Huang
2008-02-19add template validation tool, check_tmplAn-Cheng Huang
2008-02-19exit after encountering parse error when handling default values.An-Cheng Huang
2008-02-06make parse error message more usefulAn-Cheng Huang
2008-02-05allow empty line after "tag:"An-Cheng Huang
2008-02-01fix for bug 2211: "commit:expression:" checks are not evaluated atAn-Cheng Huang
"set" time.
2008-02-01fix for bug 2258: setting an existing node doesn't cause error.An-Cheng Huang
2008-01-30allow certain operators in initial stateAn-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
2008-01-29allow non-txt values in initial state (for default).An-Cheng Huang
2008-01-28* don't require backslash line-continuation in expressions.An-Cheng Huang
* make comment terminate the previous field. * add standalone test.
2008-01-28handle empty actionAn-Cheng Huang
2008-01-28skip spaces immediately after field namesAn-Cheng Huang
2008-01-24allow non-indented line continuationAn-Cheng Huang
2008-01-24add "official" support for "comp_help" and "allowed" in config templateAn-Cheng Huang
parser (ignored by backend).
2008-01-24rewrite lexical analyzer to support simplified templates.An-Cheng Huang
2007-12-18Reorganized things a bit in a value subtraction algorithm.alex
2007-12-17Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgalex
2007-12-17Fixed commit after partial deletion of the multivalue.alex
2007-12-14fix for bug 2479: when commit cannot obtain the config lock, it will retryAn-Cheng Huang
a fixed number of times and then check if the lock owner is still alive. if not, the orphaned lock is cleaned up so that the later commit can proceed as usual.
2007-12-13Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-13put pid in config lock fileAn-Cheng Huang
2007-12-13support aufs and unionfsTom Grennan