Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-06 | 0.99.43debian/0.99.43 | John Southworth | |
2011-10-06 | Fix typo in error message | John Southworth | |
2011-10-06 | 0.99.42debian/0.99.42 | 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 | 0.99.41debian/0.99.41 | John Southworth | |
2011-10-06 | Fix up completions for commit and compare | John Southworth | |
2011-10-05 | 0.99.40debian/0.99.40 | John Southworth | |
2011-10-05 | Add comments to document the changes in completion script | John Southworth | |
2011-10-05 | 0.99.39debian/0.99.39 | John Southworth | |
2011-10-05 | Pass through the completion parameters to functions that need them | John Southworth | |
2011-10-05 | 0.99.38debian/0.99.38 | 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 | 0.99.37debian/0.99.37 | John Southworth | |
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 | 0.99.36debian/0.99.36 | John Southworth | |
2011-10-04 | Fix the handling of tag nodes in config mode completions | John Southworth | |
2011-10-04 | 0.99.35debian/0.99.35 | 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 | 0.99.34debian/0.99.34 | John Southworth | |
2011-10-04 | Fix some help text, add discard and confirm completion functions, fix ↵ | John Southworth | |
comment completion validation | |||
2011-10-04 | 0.99.33debian/0.99.33 | John Southworth | |
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 | 0.99.32debian/0.99.32 | John Southworth | |
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 | 0.99.31debian/0.99.31 | John Southworth | |
2011-10-03 | Prevent config mode completions from getting stuck when backspacing over them | John Southworth | |
2011-09-02 | 0.99.30debian/0.99.30 | John Southworth | |
2011-09-02 | Fix problems when using negative values | John Southworth | |
2011-08-18 | 0.99.29debian/0.99.29 | John Southworth | |
2011-08-18 | Don't eval the commands just run them; simplify the command wrapper functions | John Southworth | |
2011-08-17 | 0.99.28debian/0.99.28 | John Southworth | |
2011-08-17 | Bugfix 7442: Check if running interactively before doing binding options | John Southworth | |
2011-08-15 | 0.99.27debian/0.99.27 | John Southworth | |
2011-08-15 | Allow config mode completion to work when not at the end of the string | John Southworth | |
2011-08-09 | 0.99.26debian/0.99.26 | John Southworth | |
2011-08-09 | Fix edit level in path validation function for short commands | John Southworth | |
2011-08-03 | 0.99.25debian/0.99.25 | 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 | 0.99.24debian/0.99.24 | John Southworth | |
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 | 0.99.23debian/0.99.23 | John Southworth | |
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 | 0.99.22debian/0.99.22 | John Southworth | |
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 | 0.99.21debian/0.99.21 | John Southworth | |
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 | 0.99.20debian/0.99.20 | John Southworth | |