summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Collapse)Author
2008-08-28remove ! and $ from vbash processing as these are handled by command scripts.slioch
2008-08-28Handle double and single quote within a command argument. First quote turns ↵slioch
on automatic escaping, second turns off. Will support unquoted, single quoted and double quoted forms of text strings.
2008-08-27disable shell interpretation of ![num] when entering configure commands. ↵slioch
this fixes a bug where the negation character in nat/firewall/wlb commands required user escaping.
2008-07-25skipping whitespace at beginning of command when matching set|delete.root
2008-07-25additional special characters to trap, added back free() after additional ↵root
testing, removed generated files from project.
2008-07-24Revert "missing a free from last merge."root
This reverts commit 402da0491b06f6c837f7fe8d28aa8605423928bf.
2008-07-24missing a free from last merge.root
2008-07-24fix for bug 1283. Or partial fix. Now handle and escape special characters ↵root
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.
2007-11-14patched with "debian_patches" in bash_3.1dfsg-8.diff.gzAn-Cheng Huang
2007-11-12initial import from bash_3.1dfsg.orig.tar.gzAn-Cheng Huang