summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-11-12add basic tacacs+ supportRobert Bays
2008-11-10make 'show interfaces wirelessmodem <wlm(num)> stats' work from operator modeMohit Mehta
2008-11-06rmeove ddclient script from ppp ip-up directory as we configureMohit Mehta
DDNS for an interface using the CLI
2008-10-27Allow more ethtool commandsStephen Hemminger
Bugfix 3832 Need to allow ethtool statistics for operator
2008-10-22Fix Bug 3567 Debug messages are not logged by default on upgraded systemMohit Mehta
- copy over default islavista syslog.conf during upgrade from hollywood
2008-10-16Merge branch 'hollywood' into islavistaRick Balocca
Conflicts: debian/vyatta-cfg-system.postinst.in
2008-10-15Revert "Block remote access to rpc-bind port"Stephen Hemminger
This change isn't needed. This reverts commit 25438666015dc5ea9695f5172b0f4925c3ae2d9a.
2008-10-15Block remote access to rpc-bind portStephen Hemminger
Use hosts.deny to block access to portmapper Bugfix 3767
2008-10-143.1.4vyatta/3.1.4debian/0.14hollywoodMark O'Brien
2008-10-14Bugfix: 3744Bob Gilligan
When a new member is added to a RAID group that holds the root filesystem, we need to re-install grub so that the new disk will be bootable. But this can only be done after the RAID set has completed rebuilding. Added mechanism that uses the event notification infrastructure of "mdadm" to trigger the re-installation of grub after the rebuild completes.
2008-10-13remove unused filesAn-Cheng Huang
2008-10-13remove unused filesAn-Cheng Huang
2008-10-13use epoch in package version numberAn-Cheng Huang
2008-10-13use epoch in package version numberAn-Cheng Huang
2008-10-13add ssh key blacklistsAn-Cheng Huang
2008-10-13add ssh key blacklistsAn-Cheng Huang
2008-10-10Don't allow operator to reboot systemStephen Hemminger
Remove privledge to reboot system via sudo for operator
2008-10-03Merge branch 'islavista' of git:/git/vyatta-cfg-system into islavistarbalocca
2008-10-03Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3735rbalocca
2008-10-02Fix Bug 3609 - "show tech-support" does not display open file information ↵Mohit Mehta
for operator level user - add lsof to sudoers file for use by an operator level user
2008-10-01Bugfix: 3572Bob Gilligan
In the postinstall step, change the PAM configuration for login so that the user is prompted for password even if the username entered is invalid. This prevents people from easily determining whether a username exists or not.
2008-09-17Don't need to list ifenslave twiceStephen Hemminger
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-08-30- get ddclient package for Dynamic DNSMohit Mehta
- get libio-socket-ssl-perl package for Dynamic DNS ssl updates - disable init for ddclient
2008-08-26Merge from "hollywood"rbalocca
2008-08-26Add mdadm package to support RAID-1 configurations.Bob Gilligan
2008-08-193.1.3vyatta/3.1.3debian/0.13Mark O'Brien
2008-08-06Merge from islavistaRick Balocca
2008-08-05add missing commaMohit Mehta
2008-08-06control: added ifenslave-2.6 to debian control fileMark O'Brien
2008-08-05Merge branch 'hollywood' into islavistaRick Balocca
2008-07-25Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
islavista
2008-07-30Get rid of debian build warningStephen Hemminger
Line too long
2008-07-30Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225Rick Balocca
2008-07-30Partial fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225Rick Balocca
2008-07-28Since this packages changes the bash-completion conf file, it must be ↵rbalocca
installed after bash-completion
2008-07-25add dnsmasq package to be included in the buildMohit Mehta
2008-07-233.1.2vyatta/3.1.2debian/0.12Mark O'Brien
2008-07-22The postinst was printing a '?'rbalocca
2008-07-12fix for bug 3459: make bash-completion use "builtin set".An-Cheng Huang
2008-07-09Merge branch 'hollywood' of git:/git/vyatta-cfg-system into hollywoodMark O'Brien
2008-07-07purge any old entries from sudoersStephen Hemminger
Make sure to cleanup any leftover vyatta entries
2008-07-04Modify upgrade procedure for /etc/sudoersStephen Hemminger
0) make backup of file 1) remove old glendale entries 2) put all vyatta entries in one block 3) remove vyatta entries on package removal
2008-07-01Missing -e causes sudoers problemStephen Hemminger
Missing -e on echo causes unparsable sudoers
2008-07-01get rid of extra fi from last commitStephen Hemminger
mismatch
2008-06-30Change syslogging of authorization related commandsStephen Hemminger
For sucessful sudo, just log it at info level. Capture any security failures/changes into /var/log/auth.log but skip normal CLI commands Turn off the builtin sync after each write to /var/log/messages by putting - before file name; the sync causes a disk write each time and therefore can be a performance hit during boot.
2008-06-283.1.1vyatta/3.1.1debian/0.11Mark O'Brien
2008-06-22Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg-system into ↵Auto Build
hollywood
2008-06-22Remove dependency on grub-pcAuto Build
2008-06-21Insist on vyatta-keepalivedrbalocca