summaryrefslogtreecommitdiff
path: root/functions/interpreter
AgeCommit message (Collapse)Author
2011-09-07Fix some problems with the completion scriptsJohn 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-30Only generate directory names for path expansions, node.def is never a valid ↵John Southworth
completion unless part of a filename which is handled differently
2011-08-30Fix user defined wildcards such as in 'clear ip bgp *' and fix an error ↵John Southworth
message to be consistent
2011-08-08Add handler for top level unprivledged command expansion in node conversion ↵John Southworth
function
2011-08-03Generate 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-02Add support for unambiguous top level commands for unpriviledged usersJohn Southworth
2011-08-02Fix paging problem with short top level show commmandJohn Southworth
2011-08-02Reorganize 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