summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-02rename pam-radius to pam_radius.cfgStephen Hemminger
Use a reasonable suffix for file type
2009-11-02Reset PAM configuration on bootStephen Hemminger
Bug 5084 Need to remove radius (and any other) PAM customizations on reboot.
2009-11-02Don't want/need --package option to pam-auth-updateStephen Hemminger
2009-11-02use top-level pid for progress indicatorAn-Cheng Huang
2009-11-010.15.95debian/0.15.95Stig Thormodsrud
2009-11-01Using Interface.pm infrastructure to detect vif on eth|bond interface.Stig Thormodsrud
2009-11-01Fix 'show vrrp summary' showing last vip 1stStig Thormodsrud
2009-11-01Fix interface carrier status.Stig Thormodsrud
2009-11-01Add priority for bonding vrrp nodes.Stig Thormodsrud
2009-11-01Convert keepalived to use Interface infrastructure.Stig Thormodsrud
2009-10-31Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodStig Thormodsrud
2009-10-310.15.94debian/0.15.94slioch
2009-10-31added missed vrrp priorities.slioch
2009-10-31Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodStig Thormodsrud
2009-10-31Add VRRP capability to bonding interfaces and vifs of bonding interfaces.David S. Madole
2009-10-30add unified install-imageAn-Cheng Huang
2009-10-300.15.93debian/0.15.93Stephen Hemminger
2009-10-30radius: add missing spaceStephen Hemminger
2009-10-30radius-server: shutup debconf dialogStephen Hemminger
Found better way to get rid of debconf warning by forcing non interactive.
2009-10-30Shut up debconf when installing pam radiusStephen Hemminger
Just get rid of silly debconf warnings when doing pam-auth-update
2009-10-29radius client: try first password only if not firstStephen Hemminger
2009-10-290.15.92debian/0.15.92Stephen Hemminger
2009-10-29Dont start radvd on bootStephen Hemminger
Bug 4975
2009-10-270.15.91debian/0.15.91Stephen Hemminger
2009-10-27Use pam-auth-update to configure radiusStephen Hemminger
This keeps radius from fighting with tacacs+
2009-10-22Fix description of vif bondingStephen Hemminger
Other half of Bug 5014
2009-10-210.15.90debian/0.15.90slioch
2009-10-21move priority after tag nodes.slioch
2009-10-200.15.89debian/0.15.89slioch
2009-10-20move priority after multi tagsslioch
2009-10-200.15.88debian/0.15.88slioch
2009-10-15partial fix for bug 4903.slioch
2009-10-140.15.87debian/0.15.87An-Cheng Huang
2009-10-14update .merge-branch-excludeAn-Cheng Huang
2009-10-14add .merge-branch-excludeAn-Cheng Huang
2009-10-130.15.86debian/0.15.86Stephen Hemminger
2009-10-13limit xen dom0 memory to 512megRobert Bays
(cherry picked from commit c93e5328faa74a79d219ce96d95417ba1adbfb8f)
2009-10-050.15.85debian/0.15.85An-Cheng Huang
2009-10-05add override mechanism for protected usersAn-Cheng Huang
2009-10-020.15.84debian/0.15.84Mohit Mehta
2009-10-02use pattern instead of execMohit Mehta
2009-10-010.15.83debian/0.15.83Stephen Hemminger
2009-10-01Mount floppy with safer optionsStephen Hemminger
Change how floppy is mounted to avoid updates and possible security issues: noatime - don't update last access time (avoids writing to floppy) noexec - don't allow running programs off floppy nosuid - block setuid programs nodev - no device special files allowed
2009-09-240.15.82debian/0.15.82Bob Gilligan
2009-09-24Bugfix 4951: Add configuration parameter to blacklist the IPv6 module.Bob Gilligan
2009-09-23Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-230.15.81debian/0.15.81Bob Gilligan
2009-09-23Bugfix 4892: Add a config parameter to disable IPv6Bob Gilligan
Added the parameter "system ipv6 disable". If set, the module parameter "disable_ipv6=1" will be passed to the IPv6 module. This inhibits assignment of IPv6 addresses on any interfaces, effectively preventing any IPv6 communication. But it leaves the IPv6 module loaded so that applications that depend upon its existence will not fail.
2009-09-23Cleanup all vbash usersStephen Hemminger
This is an alternative version of the rollback for unsaved vyatta user changes. Instead of identifying users by group, assume all users whose login shell is vbash must exist in configuration.
2009-09-220.15.80debian/0.15.80Bob Gilligan