Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on automatic escaping, second turns off. Will support unquoted, single quoted and
double quoted forms of text strings.
|
|
this fixes a bug where the negation character in nat/firewall/wlb
commands required user escaping.
|
|
|
|
testing, removed generated files from project.
|
|
This reverts commit 402da0491b06f6c837f7fe8d28aa8605423928bf.
|
|
|
|
in vbash shell without requiring quotes on string. only applies to set/delete commands in vbash shell. Behavior is now much closer to juniper shell behavior with special characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
debian/changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and allowed op/cfg/pipe commands, i.e., no more hard-coded policies in bash.
|
|
|
|
|
|
|
|
otherwise => "full").
|
|
|
|
* do not restart completion after a "connector" or a '`'.
* only allow simple commands and "pipe" in "full" mode.
* add mechanism to limit allowed pipe commands.
* remove unnecessary command checks (non-interactive and same command).
|
|
|
|
* support "root-level" programmable completion in restricted modes.
|
|
|
|
|
|
* remove bash-builtins, bash-doc, and bashdb builds.
* add .gitignore.
|
|
|
|
|