index
:
vyatta-op.git
circinus
crux
current
daisy
equuleus
glendale
helium
hollister
hollywood
hydrogen
islavista
jenner
kenwood
larkspur
lithium
master
mendocino
napa
oxnard
oxnard-op-mode-revamp
pacifica
sagitta
upstream
Vyatta bash completion for operational commands (mirror of https://github.com/vyos/vyatta-op.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
functions
/
interpreter
/
vyatta-op-run
Age
Commit message (
Expand
)
Author
2024-01-17
op-mode: T4038: Remove legacy `vyatta-image-tools.pl`
erkin
2019-09-07
T1604: run bash builtin "set" as-is in _vyatta_op_run
jjakob
2012-08-16
Fix handling of single quote character (') when parsing command
James Davidson
2012-04-11
Bugfix 8013: Fix space at end of line in command conversion
John Southworth
2012-02-14
escape escape characters so they aren't evaluated during command processing
John Southworth
2012-02-13
Bugfix 7774: fix quoted string variable expression
John Southworth
2012-01-05
Send interpreter errors to stderr
John Southworth
2011-11-15
Fix case where node.tag was sent to script instead of the actual argument
John Southworth
2011-10-21
Don't show an error message when we can't turn echo on (this is the case with...
John Southworth
2011-10-20
Workaround for bug 7570, turning echo on manually when running a templated co...
John Southworth
2011-10-11
Fix ambiguous error text so that it doesn't show node.def, generate the compl...
John Southworth
2011-09-07
Fix some problems with the completion scripts
John Southworth
2011-08-30
Only generate directory names for path expansions, node.def is never a valid ...
John Southworth
2011-08-30
Fix user defined wildcards such as in 'clear ip bgp *' and fix an error messa...
John Southworth
2011-08-08
Add handler for top level unprivledged command expansion in node conversion f...
John Southworth
2011-08-02
Add support for unambiguous top level commands for unpriviledged users
John Southworth
2011-08-02
Fix paging problem with short top level show commmand
John Southworth
2011-08-02
Reorganize the bash completion and command interpreter scripts into easier to...
John Southworth