Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-22 | add val_help mechanism | An-Cheng Huang | |
2010-06-03 | Fix 1452: Add warning prompt to save configuration when exiting ↵ | Stig Thormodsrud | |
configuration mode. | |||
2010-06-02 | Fix missing help text | Stephen Hemminger | |
Bug 5506 Missing help line for loadkey | |||
2010-05-14 | POC implementation of unified enumeration mechanism | An-Cheng Huang | |
* use "enumeration" template field for both CLI completion and GUI2 enumeration support. * CLI completion now uses enumeration if it exists. * add "existing-interfaces" script as an example. | |||
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-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-04-13 | fix for bug 2176. | Michael Larson | |
Embedded leaf nodes can now be supported in the cli structure. In additional an arbritrary limit can be set on the number of multinode values allowed. Format in the node.def is: tag: [u32] or multi: [u32] For the special case of a leaf node the value for u32 is 1. In this case the operation applied to the node is to replace the node with the set value. This generates a delete of the old tree structure from the embedded leaf and a set of the new tree structure from the embedded leaf. | |||
2010-02-18 | Fix completion format for loadkey | Stephen Hemminger | |
Need extra newline | |||
2010-02-17 | Add filename completion for keyfile | Stephen Hemminger | |
2010-02-16 | Add completion for loadkey | Stephen Hemminger | |
2009-12-04 | Add alias wrapper for vyatta-load-user-key | Stephen Hemminger | |
Similar to existing load config. | |||
2009-10-19 | add sudo back to save command, and add check to save script that validates ↵ | slioch | |
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to. | |||
2009-10-15 | modify group ownership on save command | slioch | |
2009-06-05 | fix for bug 4505 merge is now called merge. | slioch | |
2009-06-04 | Bugfix 4235: Improve help text. | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Code cleanup. | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Add help for "copy" and "rename" commands. | Bob Gilligan | |
2009-05-28 | Bugfix 4235: Add help text for "load" and "save" commands in config mode. | Bob Gilligan | |
2009-05-21 | added load-merge command to configuration mode | slioch | |
2009-03-09 | Block shutdown in configure mode | Stephen Hemminger | |
2009-02-18 | fix for bug 4138: reset *glob after completion | An-Cheng Huang | |
2009-02-09 | Fix Bug 3385 in completion script, thus, also fixing Bug 4120 | Mohit Mehta | |
2008-10-30 | Set history timestamp at start of shell | Stephen Hemminger | |
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now | |||
2008-10-24 | Expand shell history | Stephen Hemminger | |
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc | |||
2008-08-28 | Allow use of aufs | Stephen Hemminger | |
Use $UNIONFS environment variable | |||
2008-07-30 | mark vyatta-cfg as bash not sh script | Stephen Hemminger | |
This gets rid of a build error from lintian | |||
2008-06-30 | add help string for "copy" and "rename" | An-Cheng Huang | |
2008-06-30 | fix for bug 3400. user vyatta needed modification to discard command. | Michael Larson | |
2008-06-25 | fixed non-root user access for discard. also moved help string. | Michael Larson | |
2008-06-18 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-06-18 | fix for bug 2622: add "copy" and "rename" commands for configuration mode. | An-Cheng Huang | |
2008-06-17 | fix for bug 110. added discard command to configure mode. This command ↵ | Michael Larson | |
deletes local changes and keeps the user in configure mode. | |||
2008-06-11 | Block reboot from config mode. | Stig Thormodsrud | |
2008-04-29 | partial fix for bug 3216: display escaped edit path correctly. | An-Cheng Huang | |
2008-03-20 | handle <> completion correctly | An-Cheng Huang | |
2008-03-20 | fix for bug 3037: shell completion | An-Cheng Huang | |
2008-03-12 | handle "<*>" allowed values | An-Cheng Huang | |
2008-03-10 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-02-01 | update config completion for "$VAR()" | An-Cheng Huang | |
2008-02-01 | fix for bug 2616: implement "up" and "top" in configure mode. | An-Cheng Huang | |
2008-02-01 | fix for bug 2614: allow "edit" operation on non-existent nodes. | 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-28 | skip spaces immediately after field names | An-Cheng Huang | |
2008-01-24 | add "official" support for "comp_help" and "allowed" in config template | An-Cheng Huang | |
parser (ignored by backend). | |||
2007-12-13 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | Tom Grennan | |
2007-12-13 | support aufs and unionfs | Tom Grennan | |
2007-12-12 | add completion/help for pipe commands | An-Cheng Huang | |