summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-02-26handle seg violation if an empty line is found in the priority file.slioch
2009-02-25cosmetic changes, and better to not leave interfaces root node under default ...slioch
2009-02-25harvesting dead code.slioch
2009-02-25nested priority case under interfaces need mkdir with -p option to setslioch
2009-02-24replace unionfs synchronization code with piecewise copy. this should fix mos...slioch
2009-02-17added additional debug output and fixed dumping of trans nodes to screen. add...slioch
2009-02-17added dump transaction support to write to stdout rather than redirected /tmp...slioch
2009-02-17added generic commit failed message on any portion of the configuration faili...slioch
2009-01-26expose new cli functions in cfg library.slioch
2008-12-23alter return check for dirctory copy on successful completion of node process...slioch
2008-12-15removed tmp file that shouldn't have been committed.slioch
2008-12-15initial checkin of new commit code--building but does not replace original co...slioch
2008-11-13Simplify the debug codeStephen Hemminger
2008-10-28Fix 3505: cli crash on delete of ipv6net static route.Stig Thormodsrud
2008-10-07fix for regression bug 3758. added additional check requiring opening and clo...slioch
2008-10-06fix for bug 3666. strip off leading and trailing quote from default text valu...slioch
2008-09-04Handle special files in aufsStephen Hemminger
2008-09-04Fix build warningsStephen Hemminger
2008-08-27strip off whitespace in default value parsed from node.def file--fixes proble...slioch
2008-07-29Optimize deleteStephen Hemminger
2008-07-29Optimize commitStephen Hemminger
2008-07-29Turn my_wrappers into macrosStephen Hemminger
2008-07-29Avoid overhead of systemStephen Hemminger
2008-07-29Avoid needless calls to system()Stephen Hemminger
2008-07-29Add missing includeStephen Hemminger
2008-07-29Add annotation to cli functionsStephen Hemminger
2008-07-29type_to_name returns immutable stringStephen Hemminger