Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-17 | Add hostname package dependencymaster | Sven-Thorsten Dietrich | |
2012-10-12 | 4.1-3-vyatta11debian/4.1-3-vyatta11 | John Southworth | |
2012-10-12 | new branch | John Southworth | |
2012-03-03 | 4.1-3-vyatta10debian/4.1-3-vyatta10 | Deepti Kulkarni | |
2012-03-03 | new branch | Deepti Kulkarni | |
2011-09-09 | 4.1-3-vyatta9debian/4.1-3-vyatta9 | John Southworth | |
2011-09-09 | Enable global bash logout script | John Southworth | |
2011-08-01 | 4.1-3-vyatta8debian/4.1-3-vyatta8 | John Southworth | |
2011-08-01 | Make restricted mode 'Invalid command' message match non restricted mode | John Southworth | |
2011-07-29 | 4.1-3-vyatta7debian/4.1-3-vyatta7 | John Southworth | |
2011-07-29 | Bugfix 2823: change output of invalid commands so that they will integrate ↵ | John Southworth | |
into our system seamlessly | |||
2011-07-26 | 4.1-3-vyatta6debian/4.1-3-vyatta6 | John Southworth | |
2011-07-26 | Bugfix 6828: Make bash print a friendly message when exiting configuration ↵ | John Southworth | |
mode with ctrl+d | |||
2011-07-07 | 4.1-3-vyatta5debian/4.1-3-vyatta5 | Deepti Kulkarni | |
2011-07-07 | new branch | Deepti Kulkarni | |
2011-04-23 | 4.1-3-vyatta4debian/4.1-3-vyatta4 | John Southworth | |
2011-04-23 | bugfix 6569: Put patch for vyatta restricted mode and first word COMPSPECS ↵ | John Southworth | |
back into pcomplete.c. | |||
2010-12-28 | 4.1-3-vyatta3debian/4.1-3-vyatta3 | An-Cheng Huang | |
2010-12-28 | new branch | An-Cheng Huang | |
2010-11-30 | 4.1-3-vyatta2debian/4.1-3-vyatta2 | Stephen Hemminger | |
2010-11-30 | Remove Vyatta mods to allow empty command completion | Stephen Hemminger | |
Newer versions of bash supports completing on empty command line. No Vyatta changes are necessary. | |||
2010-10-11 | 4.1-3-vyatta1debian/4.1-3-vyatta1 | Stephen Hemminger | |
2010-10-11 | Update to bash-4.1 | Stephen Hemminger | |
2010-09-08 | 3.2-4-vyatta-8debian/3.2-4-vyatta-8 | An-Cheng Huang | |
2010-09-08 | fix for bug 6159 | An-Cheng Huang | |
* divert bash_completion.sh so that completion scripts are only sourced once. * also move /bin/sh diversion here (from ISO build). | |||
2010-09-02 | 3.2-4-vyatta-7debian/3.2-4-vyatta-7 | An-Cheng Huang | |
2010-08-27 | 3.2-4-vyatta-6debian/3.2-4-vyatta-6 | An-Cheng Huang | |
2010-08-27 | fix squeeze build issues | An-Cheng Huang | |
2010-07-22 | 3.2-4-vyatta-5debian/3.2-4-vyatta-5 | An-Cheng Huang | |
2010-07-02 | 3.2-4-vyatta-4debian/3.2-4-vyatta-4 | Stephen Hemminger | |
2010-07-02 | Fix null reference in command logging | Stephen Hemminger | |
When doing command completion, the sub-process is not a command so it has no information, therefore don't log it. | |||
2010-06-18 | 3.2-4-vyatta-3debian/3.2-4-vyatta-3 | Stephen Hemminger | |
2010-06-18 | Merge branch 'larkspur' of vm:git/vyatta-bash into larkspur | Stephen Hemminger | |
2010-06-18 | Shell command logging support | Stephen Hemminger | |
Log command exit to message queue for use by command logging daemons. | |||
2010-06-18 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-bash into larkspur | Stephen Hemminger | |
2010-06-17 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-bash into larkspur | Stephen Hemminger | |
2010-06-17 | 3.2-4-vyatta-2debian/3.2-4-vyatta-2 | Stephen Hemminger | |
2010-06-17 | Remove AUDIT_SHELL option | Stephen Hemminger | |
The concept of logging shell commands through audit subsystem is not useful because it is too hard to configure, requires special privledges, doesn't handle background commands, and is missing the necessary information... | |||
2010-06-17 | Remove AUDIT_SHELL option | Stephen Hemminger | |
The concept of logging shell commands through audit subsystem is not useful because it is too hard to configure, requires special privledges, doesn't handle background commands, and is missing the necessary information... | |||
2010-04-09 | 3.2-4-vyatta-1debian/3.2-4-vyatta-1 | Stephen Hemminger | |
2010-04-09 | Integrate bash 3.2 version | Stephen Hemminger | |
This is merge of current Debian stable (Lenny) version of Bash with Vyatta changes. | |||
2010-04-09 | Fix command auditing to work right | Stephen Hemminger | |
The command auditing patch had a number of issues: * was looking at shell_input_line rather than what user entered * reopened audit file descriptor on each command * left audit_fd dangling in child * looked up tty on each command It still does getcwd() on each command but that probably can't be helped. | |||
2010-04-09 | Auditing is on for vbash | Stephen Hemminger | |
Rather than using original patch which did auditing for shell named aubash, we use it for vbash. | |||
2010-04-09 | Don't remove vbash from /etc/shells during upgrade | Stephen Hemminger | |
This postrm script is clone of bash.postrm | |||
2010-04-07 | 3.1dfsg-8-vyatta-17debian/3.1dfsg-8-vyatta-17 | Stephen Hemminger | |
2010-04-07 | Rerun autoreconf to regenerate configure | Stephen Hemminger | |
Need to pick up new audit option. | |||
2010-04-07 | Package now depends on audit library | Stephen Hemminger | |
2010-04-06 | Turn on auditing for Vyatta bash | Stephen Hemminger | |
The original patch turned on auditing iff shell was named aubash and user was root. We change that to be always on if shell if vbash. | |||
2010-04-05 | Fix spelling error warning | Stephen Hemminger | |
2010-04-05 | Add auditing support to bash | Stephen Hemminger | |
This is based on earlier (unaccepted) patch to add auditing support which wasd done by Steve Grubb at Redhat. This patch depends on audit 1.4 to provide a logging function. The resulting audit message looks like this: time->Tue Jan 30 18:23:45 2007 type=USER_CMD msg=audit(1170199425.793:143): user pid=22862 uid=0 auid=0 subj=system_u:system_r:unconfined_t:s0-s0:c0.c1023 msg='cwd=2F726F6F742F7465737420646972 cmd=6C73202D6C (terminal=tty1 res=success)' Which translates to: type=USER_CMD msg=audit(01/30/2007 18:23:45.793:143) : user pid=22862 uid=root auid=root subj=system_u:system_r:unconfined_t:s0-s0:c0.c1023 msg='cwd=/root/test dir cmd=ls -l (terminal=tty1 res=success)' This patch causes bash to log all command line arguments when the shell is started as aubash or "bash --audit". The preferred methos is to make a symlink frp, bash to aubash and then add aubash to /etc/shells. Then you can change root's shell to aubash. |