summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-17Add hostname package dependencymasterSven-Thorsten Dietrich
2012-10-124.1-3-vyatta11debian/4.1-3-vyatta11John Southworth
2012-10-12new branchJohn Southworth
2012-03-034.1-3-vyatta10debian/4.1-3-vyatta10Deepti Kulkarni
2012-03-03new branchDeepti Kulkarni
2011-09-094.1-3-vyatta9debian/4.1-3-vyatta9John Southworth
2011-09-09Enable global bash logout scriptJohn Southworth
2011-08-014.1-3-vyatta8debian/4.1-3-vyatta8John Southworth
2011-08-01Make restricted mode 'Invalid command' message match non restricted modeJohn Southworth
2011-07-294.1-3-vyatta7debian/4.1-3-vyatta7John Southworth
2011-07-29Bugfix 2823: change output of invalid commands so that they will integrate ↵John Southworth
into our system seamlessly
2011-07-264.1-3-vyatta6debian/4.1-3-vyatta6John Southworth
2011-07-26Bugfix 6828: Make bash print a friendly message when exiting configuration ↵John Southworth
mode with ctrl+d
2011-07-074.1-3-vyatta5debian/4.1-3-vyatta5Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-04-234.1-3-vyatta4debian/4.1-3-vyatta4John Southworth
2011-04-23bugfix 6569: Put patch for vyatta restricted mode and first word COMPSPECS ↵John Southworth
back into pcomplete.c.
2010-12-284.1-3-vyatta3debian/4.1-3-vyatta3An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-11-304.1-3-vyatta2debian/4.1-3-vyatta2Stephen Hemminger
2010-11-30Remove Vyatta mods to allow empty command completionStephen Hemminger
Newer versions of bash supports completing on empty command line. No Vyatta changes are necessary.
2010-10-114.1-3-vyatta1debian/4.1-3-vyatta1Stephen Hemminger
2010-10-11Update to bash-4.1Stephen Hemminger
2010-09-083.2-4-vyatta-8debian/3.2-4-vyatta-8An-Cheng Huang
2010-09-08fix for bug 6159An-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-023.2-4-vyatta-7debian/3.2-4-vyatta-7An-Cheng Huang
2010-08-273.2-4-vyatta-6debian/3.2-4-vyatta-6An-Cheng Huang
2010-08-27fix squeeze build issuesAn-Cheng Huang
2010-07-223.2-4-vyatta-5debian/3.2-4-vyatta-5An-Cheng Huang
2010-07-023.2-4-vyatta-4debian/3.2-4-vyatta-4Stephen Hemminger
2010-07-02Fix null reference in command loggingStephen Hemminger
When doing command completion, the sub-process is not a command so it has no information, therefore don't log it.
2010-06-183.2-4-vyatta-3debian/3.2-4-vyatta-3Stephen Hemminger
2010-06-18Merge branch 'larkspur' of vm:git/vyatta-bash into larkspurStephen Hemminger
2010-06-18Shell command logging supportStephen Hemminger
Log command exit to message queue for use by command logging daemons.
2010-06-18Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-bash into larkspurStephen Hemminger
2010-06-17Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-bash into larkspurStephen Hemminger
2010-06-173.2-4-vyatta-2debian/3.2-4-vyatta-2Stephen Hemminger
2010-06-17Remove AUDIT_SHELL optionStephen 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-17Remove AUDIT_SHELL optionStephen 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-093.2-4-vyatta-1debian/3.2-4-vyatta-1Stephen Hemminger
2010-04-09Integrate bash 3.2 versionStephen Hemminger
This is merge of current Debian stable (Lenny) version of Bash with Vyatta changes.
2010-04-09Fix command auditing to work rightStephen 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-09Auditing is on for vbashStephen Hemminger
Rather than using original patch which did auditing for shell named aubash, we use it for vbash.
2010-04-09Don't remove vbash from /etc/shells during upgradeStephen Hemminger
This postrm script is clone of bash.postrm
2010-04-073.1dfsg-8-vyatta-17debian/3.1dfsg-8-vyatta-17Stephen Hemminger
2010-04-07Rerun autoreconf to regenerate configureStephen Hemminger
Need to pick up new audit option.
2010-04-07Package now depends on audit libraryStephen Hemminger
2010-04-06Turn on auditing for Vyatta bashStephen 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-05Fix spelling error warningStephen Hemminger
2010-04-05Add auditing support to bashStephen 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.