Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-21 | Fix a few config completion mistakes: help text was no longer being paged ↵ | John Southworth | |
(this differed from op mode). Fix the Invalid top level command help text | |||
2011-10-18 | Fix broken completion for copy and rename second parameter | John Southworth | |
2011-10-17 | Make directory completions, if it is the first word of a run completion, ↵ | John Southworth | |
work so that users can easily find scripts they may be trying to run. | |||
2011-10-11 | Fix completions for fields that have more than one word | John Southworth | |
* Make the compreply filter not sort a list that contains only one element. This can cause some problems because some elements contain multiple words, interface descriptions for instance. * Fix typo in function name | |||
2011-10-06 | quote individual elements for the validation string | John Southworth | |
2011-10-06 | Fix typo in error message | John Southworth | |
2011-10-06 | Bugfix 6747: use bash conditional expressions instead of posix test ↵ | John Southworth | |
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant | |||
2011-10-06 | Fix up completions for commit and compare | John Southworth | |
2011-10-05 | Add comments to document the changes in completion script | John Southworth | |
2011-10-05 | Pass through the completion parameters to functions that need them | John Southworth | |
2011-10-05 | fix stuck completion on non-lastword | John Southworth | |
2011-10-05 | Make non-lastword completions more fluid by using the current prefix and ↵ | John Southworth | |
word provided by bash | |||
2011-10-04 | warn user of invalid top level command, this will tell the user when the try ↵ | John Southworth | |
to complete on a non-vyatta command, after hitting space, normal completion will continue to work for non-vyatta commands | |||
2011-10-04 | Fix the handling of tag nodes in config mode completions | John Southworth | |
2011-10-04 | Fix exit help text to make it clear that you can exit without discrarding. | John Southworth | |
2011-10-04 | Fix compare completion when comparing to the saved config | John Southworth | |
2011-10-04 | Fix some help text, add discard and confirm completion functions, fix ↵ | John Southworth | |
comment completion validation | |||
2011-10-04 | Fix completions for confirm, discard, exit, copy, rename, load, save, merge, ↵ | John Southworth | |
and loadkey to be consistent with the rest of the system | |||
2011-10-04 | Clear vyatta_cfg_comp_help when starting a new completion otherwise the ↵ | John Southworth | |
Detailed Information section from the previous completion will be retained on this completion | |||
2011-10-04 | Make show, set, delete, and run completions in configuration mode work ↵ | John Southworth | |
similarly to op mode, other top level commands still need work | |||
2011-10-03 | Prevent config mode completions from getting stuck when backspacing over them | John Southworth | |
2011-08-17 | Bugfix 7442: Check if running interactively before doing binding options | John Southworth | |
2011-08-15 | Allow config mode completion to work when not at the end of the string | John Southworth | |
2011-08-03 | Move allowed-op.in to vyatta-op to allow allowed-op for unpriviledged users ↵ | John Southworth | |
to be generated at compile time. Remove boot time generation of unpriviledged allowed-op | |||
2011-08-02 | Add support for unambiguous top level commands for unpriviledged users; ↵ | John Southworth | |
generate allowed-op short commands at boot time | |||
2011-08-02 | Reorganize the bash completion and command interpreter scripts into easier ↵ | John Southworth | |
to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op | |||
2011-08-01 | Fix incorrect comp_words check in previous commit. My original ↵ | John Southworth | |
implementation used config.boot instead of saved | |||
2011-08-01 | Cleanup some top level completion help text and add a 'compare saved' ↵ | John Southworth | |
command so that users can check their saved config vs the working config without loading | |||
2011-08-01 | Cleanup help text for compare | John Southworth | |
2011-07-29 | Bugfix 2823: Configuration mode command interpreter, output adjustments for ↵ | John Southworth | |
consistency | |||
2011-07-27 | Added to make op-mode commands under force to be accessible by | Deepti Kulkarni | |
user level operator. | |||
2011-07-20 | Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ↵ | John Southworth | |
ensure the proper environment for the commands exists (cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa) | |||
2011-07-15 | filter run-parts messages is no longer required. | Deepti Kulkarni | |
2011-07-15 | Bugfix 7331: better fix for the bug | John Southworth | |
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd) | |||
2011-07-15 | Don't allow users to set migration comments | John Southworth | |
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb) | |||
2011-07-15 | Bugfix 7331: Napa timeframe fix for config migration commment bug. Will ↵ | John Southworth | |
investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a) | |||
2011-06-15 | Bugfix 6767: Syslog any errors from rmmod instead of writing to log file. | Bob Gilligan | |
Also rotate the config related log files under /var/log/vyatta so that they don't fill up the root filesystem. | |||
2011-06-13 | part of bug fix 7178 - suppress the non-required messages. | Deepti Kulkarni | |
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-16 | rectify conditional code | Mohit Mehta | |
2011-05-14 | raise max number of inodes for config tmpfs mount | An-Cheng Huang | |
2011-05-11 | Fix Bug 7012 make /config available with init-floppy | Mohit Mehta | |
2011-05-10 | clean up when committing no changes | An-Cheng Huang | |
(cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492) | |||
2011-05-06 | fix typo in help text | Michael Larson | |
2011-02-16 | fix for bug 6754 | An-Cheng Huang | |
* force all command-line words to be non-options. | |||
2011-01-24 | Fix 6727: should have a friendlier message on rollback error. | Stig Thormodsrud | |
(cherry picked from commit e973b4d3ab1067525b4439a34598308d17065233) | |||
2011-01-20 | Fix 6669: help strings for confirm and commit-confirm are not very clear | Stig Thormodsrud | |
(cherry picked from commit 77d6d68d7674009b98722173a66e6b5d6cc188d1) | |||
2011-01-20 | fix for bug 6690 | An-Cheng Huang | |
* return to top level before saving (to be consistent with load). (cherry picked from commit bc0c9107d5f5cda86646b8162950938e52a2333f) | |||
2011-01-11 | Fix 6671: commit-confirm checks if there is any configuraion change after ↵ | Stig Thormodsrud | |
confirm is requested (cherry picked from commit 2b9bd473a6341d5d2681e59120a4e689a52b25c5) | |||
2011-01-05 | Fix completion of IPv6 address | Stephen Hemminger | |
By default bash completion considers ':' as seperator between tokens when doing completion. But the list of characters is configurable. (cherry picked from commit a7fcaabddafd970790abd99cd9afed0625aac49b) |