summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Collapse)Author
2008-02-14fix for bug 2832: limit expansion checking to appropriate commands.An-Cheng Huang
2008-02-13fix for bug 2604: shell accepts '!' by defaultAn-Cheng Huang
2007-12-07code reorgAn-Cheng Huang
2007-12-05restrict allowed operational commands in "full" mode.An-Cheng Huang
2007-11-29sanitize command line in full restricted modeAn-Cheng Huang
2007-11-29restricted modes:An-Cheng Huang
* 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).
2007-11-14* add restricted modes ("output" and "full").An-Cheng Huang
* support "root-level" programmable completion in restricted modes.
2007-11-12initial import from bash_3.1dfsg.orig.tar.gzAn-Cheng Huang