summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-09-22Bugfix 4951: Don't fail if IPv6 kernel module is not loaded.Bob Gilligan
Handle cases where IPv6 kernel module is not loaded more gracefully.
2009-09-140.15.79debian/0.15.79Robert Bays
2009-09-14allow install on old compaq smart-arrayRobert Bays
2009-09-110.15.78debian/0.15.78Mohit Mehta
2009-09-11Fix Bug 4919 "service dns" branch of configuration file missing ...Mohit Mehta
* modify code to comply with Jenner change in is_dhcp_enabled()
2009-09-110.15.77debian/0.15.77Stephen Hemminger
2009-09-11Delete vyatta users not in configurationStephen Hemminger
This implements rollback for users that were added during a previous configuration (and committed), but were never saved into configuration. Bug: 4528
2009-09-11If configuration is wrong just skip user don't dieStephen Hemminger
If configuration for one user is wrong (missing passwd, level, etc) go on and complete for rest of users.
2009-09-11Add operators to vyattaop groupStephen Hemminger
Part of bug fix for password sync (Bz 4528)
2009-09-11User group fixesStephen Hemminger
Some changes to group interface: * don't allow vyattaop the new group used for operators * check for allowed syntax * add missing continuation on syntax check
2009-09-110.15.76debian/0.15.76Stephen Hemminger
2009-09-11Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-11Invert test for livecdStephen Hemminger
Need to check for livecd only if *not* doing union install. Repair of previous bugfix.
2009-09-100.15.75debian/0.15.75Stephen Hemminger
2009-09-10Move check for livecd install to before filesystem intializationStephen Hemminger
Check for install-system failure (because of attempt to install from active system), to occur before filesystem is destroyed. Bug 1587
2009-09-090.15.74debian/0.15.74Stephen Hemminger
2009-09-09Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-09Allow null description on deviceStephen Hemminger
Bug 4918
2009-09-04Enforce syntax checking on passwordStephen Hemminger
Enforce syntax checks on encrypted password field to prevent user errors. But can't check salt field because it is optional and default config.boot doesn't use one! Bug: 4077
2009-09-040.15.72debian/0.15.72Stephen Hemminger
2009-09-04Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-04Revert "Validate encrypted password field"Stephen Hemminger
This reverts commit a0fe319ce069e15646077a635bc970b961124540.
2009-09-040.15.73debian/0.15.73Bob Gilligan
2009-09-04Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodBob Gilligan
2009-09-04Bugfix 4916, 4917: Exit correctly when vyatta user doesn't exist. Add timeout.Bob Gilligan
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a)
2009-09-030.15.71debian/0.15.71Stephen Hemminger
2009-09-03Validate encrypted password fieldStephen Hemminger
Enforce syntax checks on encrypted password field to prevent user errors. Bug: 4077
2009-08-12Don't change name of non-ethernet devicesStephen Hemminger
Don't rename wireless devices to be ethX.
2009-08-040.15.70debian/0.15.70Stephen Hemminger
2009-08-04Remove slaves before changing modeStephen Hemminger
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758
2009-08-04Fix bonding group setupStephen Hemminger
The last change broke bond-group setup.
2009-08-04BONDING: fix error messagesStephen Hemminger
Fix error messages that will only occur if template is using script incorrectly.