summaryrefslogtreecommitdiff
path: root/src/cli_new.c
AgeCommit message (Expand)Author
2012-07-11Minor code cleanupStephen Hemminger
2012-07-11Don't leak file descriptors to actionStephen Hemminger
2012-05-25Partial bugfix 8111John Southworth
2011-07-29Fix warning about unused function prototypeStephen Hemminger
2011-07-01Add another check for out_stream now all refrences are validated before writi...John Southworth
2011-06-30Bugfix 7259: check that out_stream is not null before attempting to write to itJohn Southworth
2011-06-17Comment out unused functionsStephen Hemminger
2011-06-10Adjust the number of characters we print when creating an offset to the buffe...John Southworth
2011-06-09Bugfix 7153: Initialize buffer before reading into itJohn Southworth
2011-05-14close pipe fd before returningAn-Cheng Huang
2011-05-14minor changesAn-Cheng Huang
2011-05-12fix for bug 6771An-Cheng Huang
2011-05-10preliminary implementation of new commitAn-Cheng Huang
2011-02-28add config template abstractionAn-Cheng Huang
2011-02-22clean up dead code etc. etc. etc.An-Cheng Huang
2011-01-11use the old interface rather than call unlink directly.Michael Larson
2011-01-11re-enable concurrent configuration commit locking.Michael Larson
2011-01-04workaround for bug 5388An-Cheng Huang
2010-12-08need to check if process terminated normally before checking return code status.Michael Larson
2010-12-07Allow _errloc_ to be place on any line in output, not restricted to first line.Michael Larson
2010-12-06handle case for non-commit client with latest error location changes.Michael Larson
2010-12-02update to errloc. changed reader so that stderr/stdout is printed as it is re...Michael Larson
2010-11-29add limit check on stdout capture (8192 characters).Michael Larson
2010-11-29fix for duplicate messages on some system commands.Michael Larson
2010-11-24implementation of err location support for commit process. commit failures wi...Michael Larson
2010-11-24use exit code 1 to ease init script usageAn-Cheng Huang
2010-11-12remove extra process layer--required before this command is expanded to handl...Michael Larson
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