summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-10performance optimization on commit. On successful commits (i.e. no failures) ...slioch
2009-10-09commit post-processing performance optimizationAn-Cheng Huang
2009-10-05 escape value slash in leaf value--followon fix to suppression of leaf value ...Michael Larson
2009-10-05remove old source commit head. likely no longer works well given correspondin...Michael Larson
2009-10-02Update function prototypesStephen Hemminger
2009-10-02add missing prototypesStephen Hemminger
2009-10-02Fix warning from missing returnStephen Hemminger
2009-10-02 fix for bug 4969. on leaf nodes scan for '/' and don't make these values ...Michael Larson
2009-09-11add support for value tags on term multinodes. used in debugging output and a...Michael Larson
2009-09-10 add leaf values to path data structures. will show in disgnostic output f...Michael Larson
2009-09-09 Priority file generator. This program will iterate over the complete t...Michael Larson
2009-09-04added data path to environment during commit. value key is "NODE_DATA_PATH". ...slioch
2009-07-14fix for bug 4255. commit check was not being called on active node that had d...slioch
2009-07-06fix for ptr magic on 64 bit system. looks like double ptr was getting the mis...slioch
2009-07-06fix for bug 4669. Revert string back to value for terminating multinodes.slioch
2009-07-06updated perl api for new cli to support working node representation. not yet ...slioch
2009-06-26The SYNTAX and COMMIT tags will be executed before an actions (UPDATE,slioch
2009-06-24Commit check now behaves like IslaVista.slioch
2009-06-19fix -a option for displaying actions when commit or syntax check is present i...slioch
2009-06-09additional fix for bug 4212. root dirs needed to be reversed on del event. pa...slioch
2009-06-05fix for bug 4444.slioch
2009-06-03added support for first and last sibling environment variable: "ENV_SIBLING_P...slioch
2009-06-01fix for bug 4451. preserve empty values on leaf nodes.slioch
2009-05-28fix for bug 4212 and bug 4434.slioch
2009-05-01fix for bug 4338. update was being called on active nodes that containedslioch
2009-04-11wild cards are now supported on terminating nodes in the priority file:slioch
2009-04-08added syslog entries for debug statements.slioch
2009-04-06Handle commit failure processing within priority group correctly. Processing ...slioch
2009-04-01orphaned parent supportslioch
2009-03-31change noop to active for env variable--this is more consistent with the acti...slioch
2009-03-30added noop state to commit_action env variable to make scripts happy.slioch
2009-03-30only set env varible for commit action on directly deleted set nodes and do n...slioch
2009-03-30propagate commit failure error to commit return status.slioch
2009-03-25bug in logic when implementing additional show command--was causing commit fa...slioch
2009-03-23skip comment fields in priority file. a comment field is defined by the first...slioch
2009-03-23added command to view set of actions and nodes applied to system in order. Th...slioch
2009-03-11Fix compiler warnings in unionfsStephen Hemminger
2009-03-11Fix compiler warnings in commit2Stephen Hemminger
2009-03-11Fix warnings from redefining TRUEStephen Hemminger
2009-03-10buggy file exist test--thanx stig for test case to repro. fixes vpn_smoke reg...slioch
2009-03-09added action and location of error to syslog on commit. error message string ...slioch
2009-03-09fix for qos-walkthrough. manage def file during commit--should handle general...slioch
2009-03-04limit unescape command to embedded multinodes--fixes problem in qos-walkthrou...slioch
2009-03-04modified environment variable setting for action on nodes.slioch
2009-03-03fixed -o option on commit. modified empty multinode behavior so action is NOT...slioch
2009-03-02added fix for nested priority and deletion failure. also priorities should no...slioch
2009-03-02fixed preservation of def file when committing configuration. default leafsslioch
2009-02-27fixed node walk for delete of nodes--error introduced when adding ordering in...slioch
2009-02-27Added environment variable that can be accessed in executing node.def script ...slioch
2009-02-26new option added to commit to disable partial commit behavior. This allows theslioch