Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | Bugfix 6767: Move log files from /tmp to /var/log/vyatta. | Bob Gilligan | |
2010-11-30 | Propgate error code from my_commit in command wrapper | Stephen Hemminger | |
2010-11-24 | Use exec to get proper exit status | Stephen Hemminger | |
No need to save exit code and then call exit. Use 'exec' to get tail recursion style optimization of shell functions. Also, rename the log file for commit for /tmp/bar to something we might actually want to tell customers about. | |||
2010-11-23 | Add COMMIT_VIA environment variable. | Stig Thormodsrud | |
2010-11-16 | remove error flag now that error locations will be exposed by default. | Michael Larson | |
2010-11-09 | modify formatting options for GUI client on -x option. Set option on GUI ↵ | Michael Larson | |
invoked commit. | |||
2010-10-01 | add commit wrapper hook that allows errors with location to be written to ↵ | root | |
stdout. | |||
2010-08-26 | switch vyatta-cfg-cmd-wrapper to new config output implementation. | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-11 | extension to cmd wrapper. | Michael Larson | |
2010-05-14 | initial checkin of comment feature for cli. | Michael Larson | |
/* to create a comment */ > comment [PATH-TO-NODE] "my comments" /* to delete a comment */ > comment [PATH-TO-NODE] "" | |||
2010-05-05 | boot loader support now added. various bug fixes and some small rework. | Michael Larson | |
2010-03-05 | add cmd-wrapper move command (for app-mode) | An-Cheng Huang | |
2009-07-28 | alter rename rule option to work for firewall and nat rules | Mohit Mehta | |
2009-07-08 | load requires additional environment variables | An-Cheng Huang | |
2009-06-30 | add option for renaming firewall rules to cmd-wrapper script | Mohit Mehta | |
2009-05-21 | add "discard" command to cmd wrapper | An-Cheng Huang | |
2009-05-01 | add "load" support in vyatta-cfg-cmd-wrapper | An-Cheng Huang | |
2009-04-21 | Add some debug files to help diagnose boot issue with new cli ordering. | Stig Thormodsrud | |
These should be removed before release. | |||
2009-04-20 | add env override for default session id | An-Cheng Huang | |
2009-04-06 | add "save" command to cfg-cmd-wrapper | An-Cheng Huang | |
2008-03-17 | Bugfix: 2885 | Bob 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-10 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-02-20 | add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool. | An-Cheng Huang | |