Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | Make ping feel like all the other system commands | John Southworth | |
2012-03-13 | Bugfix 7527: Don't override VYATTA_PAGER value if it was previously set | John Southworth | |
2011-12-09 | Fix a few completion problems | John Southworth | |
1. Bug 7674: adjust shopt such that nullglob won't change non-comps that have special formatting. 2. Fix problem with default completion not working properly when using the same string i.e. 'sh sh' for 'show shutdown' couldn't complete 'shutdown' until 'sh shu' was typed. | |||
2011-11-01 | Bugfix 7603: add reset top level to allowed list for operator users | John Southworth | |
2011-10-27 | Cleanup background monitor sessions on logout | John Southworth | |
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601) | |||
2011-10-27 | Update operator level user top level commands to reflect changes in the ↵ | John Southworth | |
command structure (cherry picked from commit 55b60fa024e3a19e8e8cddeb218db3a1291efdff) | |||
2011-10-17 | Make directory completions, if it is the first word of the completion, work ↵ | John Southworth | |
so that users can easily find scripts they may be trying to run. | |||
2011-10-11 | Fix ambiguous error text so that it doesn't show node.def, generate the ↵ | John Southworth | |
completions using compgen -d | |||
2011-10-07 | Fix completions for templates using custom completion functions (currently ↵ | John Southworth | |
image tools) | |||
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 | Make operational mode completion when the user enters an unknown prefix on a ↵ | John Southworth | |
tag node consistent with configuration mode | |||
2011-10-06 | fix help text printing when the command is runnable | John Southworth | |
2011-10-06 | Fix: first word completions; empty completions on tag nodes, if there is a ↵ | John Southworth | |
tag node there should always be at least a non-comp so that the help text will be displayed; invalid completions in the middle of the string | |||
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 | Fix a bug in op mode handling of non sticking completions, we want the help ↵ | John Southworth | |
text if the current completion is empty for consistency | |||
2011-10-04 | Fix top level completions when there are already words on the line | John Southworth | |
2011-10-04 | Alert users when they have entered a completion that doesn't match. | John Southworth | |
2011-10-03 | Make completion properly handle non-last-word completions | John Southworth | |
2011-10-03 | Make completions not get stuck when backspacing over a character in the last ↵ | John Southworth | |
word, so the only compreply now contains the current word but is not equal to the current word | |||
2011-09-30 | Stop completions from getting stuck on nodes when backspacing to them | John Southworth | |
2011-09-30 | Always attempt to set the node path, this gives us a chance to fail on ↵ | John Southworth | |
invalid or ambiguous commands with out waiting for the user to hit tab twice | |||
2011-09-30 | Fix output of invalid and ambiguous error messages | John Southworth | |
2011-09-30 | Fix typo in previous commit | John Southworth | |
2011-09-30 | Add some useful debugging to the comps script, it can be enabled on the fly ↵ | John Southworth | |
via an environment variable | |||
2011-09-30 | Fix problem with recovering from invalid completion | John Southworth | |
2011-09-30 | fix handleing of invalid commands when there is an the parent node is runnable | John Southworth | |
2011-09-30 | Reformat vyatta-op script, there were two indentation styles, changed from ↵ | John Southworth | |
tabs to spaces | |||
2011-09-30 | Inform users of invalid or ambiguous commands at completion time | John Southworth | |
2011-09-30 | If there are no completions then always show the non-completions, this gets ↵ | John Southworth | |
rid of the empty tab completions | |||
2011-09-07 | Fix some problems with the completion scripts | John Southworth | |
1. we don't need to call compopt -o filenames explicitly anymore the bash-completion scripts from the debian package do this more intelligently. 2. Restore shopts before running the command so that if the command is terminated with ctrl-c they will be set properly. | |||
2011-08-31 | Fix completion for user wildcards | John Southworth | |
2011-08-17 | Bugfix 7442: Check if running interactively before doing binding options | John Southworth | |
2011-08-09 | Silence another keybinding error when running from config mode | John Southworth | |
2011-08-03 | Generate unpriviledged allowed-op at compile time. Add script to allow admin ↵ | John Southworth | |
user to regenerate it if needed. Fix ambiguous command message. | |||
2011-08-02 | Add support for unambiguous top level commands for unpriviledged users | John Southworth | |
2011-08-02 | Reorganize the bash completion and command interpreter scripts into easier ↵ | John Southworth | |
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here | |||
2011-08-01 | Only show operator users the top level commands they are allowed to execute ↵ | John Southworth | |
in tab complete | |||
2011-07-29 | Bugfix 2823: Operational mode command interpreter | John Southworth | |
2011-07-27 | Bugfix 7380: fix pager exceptions regex. | John Southworth | |
2011-07-26 | Bugfix 5611: Fix a typo in the shell level check | John Southworth | |
2011-07-26 | Bugfix 5611: Set prompt for operator level users to be similar to other vendors | John Southworth | |
2011-07-12 | silence warnings when sourcing this script non-interactively | John Southworth | |
(cherry picked from commit 751b30e1bb85e541352cc563a7caf18bca46ffaa) | |||
2011-06-28 | Don't guide disk-install files to /config as it doesn't exist. fix file ↵ | John Southworth | |
detection for disk-install | |||
2011-06-28 | Add a disk-install uri for old disk based installs in image tools | John Southworth | |
2011-05-13 | Only show directories in top level completion because installed systems have ↵ | John Southworth | |
more in their /boot directories | |||
2011-04-23 | Initial addition of image op mode tools | John Southworth | |
2011-01-17 | fix for bug 6476. | Michael Larson | |
2010-12-14 | provide default filename completion | An-Cheng Huang | |
2010-12-01 | Add default command completion | Stephen Hemminger | |
This fixes the case of $se<TAB> |