summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2023-02-17Debian: T5003: Upgrade base system to Debian 12 "Bookworm"1.4.0Christian Breunig
2019-03-21T1310: use FQDN as hostname in config promptChristian Poessinger
2016-01-244.1-3+vyos2+current2debian/4.1-3+vyos2+current2lithiumKim Hagen
2015-06-154.1-3+vyos2+lithium3debian/4.1-3+vyos2+lithium3Alex Harpin
2015-06-15vyatta-bash: update dh_gencontrol with new development build flagAlex Harpin
2014-12-144.1-3+vyos2+lithium2debian/4.1-3+vyos2+lithium2Alex Harpin
2014-11-304.1-3+vyos2+lithium1debian/4.1-3+vyos2+lithium1Alex Harpin
2014-11-304.1-3+vyos1+helium5debian/4.1-3+vyos1+helium5heliumAlex Harpin
2014-09-264.1-3+vyos1+helium4debian/4.1-3+vyos1+helium4Daniil Baturin
2014-09-254.1-3+vyos1+helium3debian/4.1-3+vyos1+helium3Daniil Baturin
2014-08-174.1-3+vyos1+helium2debian/4.1-3+vyos1+helium2Daniil Baturin
2014-08-17Update maintainer address.Daniil Baturin
2014-02-154.1-3+vyos1+helium1vyos/1.1.0-beta1debian/4.1-3+vyos1+helium1Daniil Baturin
2013-11-174.1-3-vyatta11+hydrogen1debian/4.1-3-vyatta11+hydrogen1Daniil Baturin
2012-10-134.1-3-vyatta11+daisy1vyatta/VC6.6R1/i386vyatta/VC6.6R1/amd64debian/4.1-3-vyatta11+daisy1daisyJohn Southworth
2012-10-124.1-3-vyatta11debian/4.1-3-vyatta11John Southworth
2012-03-034.1-3-vyatta10debian/4.1-3-vyatta10Deepti Kulkarni
2011-09-094.1-3-vyatta9debian/4.1-3-vyatta9John Southworth
2011-08-014.1-3-vyatta8debian/4.1-3-vyatta8John Southworth
2011-07-294.1-3-vyatta7debian/4.1-3-vyatta7John Southworth
2011-07-264.1-3-vyatta6debian/4.1-3-vyatta6John Southworth
2011-07-074.1-3-vyatta5debian/4.1-3-vyatta5Deepti Kulkarni
2011-04-234.1-3-vyatta4debian/4.1-3-vyatta4John Southworth
2010-12-284.1-3-vyatta3debian/4.1-3-vyatta3An-Cheng Huang
2010-11-304.1-3-vyatta2debian/4.1-3-vyatta2Stephen Hemminger
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-06-183.2-4-vyatta-3debian/3.2-4-vyatta-3Stephen 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-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-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-07Package now depends on audit libraryStephen Hemminger
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.
2010-03-103.1dfsg-8-vyatta-16debian/3.1dfsg-8-vyatta-16Stephen Hemminger
2010-03-10Add installation/removal scripts for vbashStephen Hemminger
Need to update /etc/shells so commands (like newrole), think vbash is a valid shell.
2010-03-10Update FSF addressStephen Hemminger
Fixes lintian warning about old FSF address.
2010-02-173.1dfsg-8-vyatta-15debian/3.1dfsg-8-vyatta-15An-Cheng Huang
2009-06-023.1dfsg-8-vyatta-14debian/3.1dfsg-8-vyatta-14Bob Gilligan
2009-05-293.1dfsg-8-vyatta-13debian/3.1dfsg-8-vyatta-13An-Cheng Huang