Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-11 | 0.15.78debian/0.15.78 | Mohit Mehta | |
2009-09-11 | Fix Bug 4919 "service dns" branch of configuration file missing ... | Mohit Mehta | |
* modify code to comply with Jenner change in is_dhcp_enabled() | |||
2009-09-11 | 0.15.77debian/0.15.77 | Stephen Hemminger | |
2009-09-11 | Delete vyatta users not in configuration | Stephen 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-11 | If configuration is wrong just skip user don't die | Stephen Hemminger | |
If configuration for one user is wrong (missing passwd, level, etc) go on and complete for rest of users. | |||
2009-09-11 | Add operators to vyattaop group | Stephen Hemminger | |
Part of bug fix for password sync (Bz 4528) | |||
2009-09-11 | User group fixes | Stephen 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-11 | 0.15.76debian/0.15.76 | Stephen Hemminger | |
2009-09-11 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2009-09-11 | Invert test for livecd | Stephen Hemminger | |
Need to check for livecd only if *not* doing union install. Repair of previous bugfix. | |||
2009-09-10 | 0.15.75debian/0.15.75 | Stephen Hemminger | |
2009-09-10 | Move check for livecd install to before filesystem intialization | Stephen Hemminger | |
Check for install-system failure (because of attempt to install from active system), to occur before filesystem is destroyed. Bug 1587 | |||
2009-09-09 | 0.15.74debian/0.15.74 | Stephen Hemminger | |
2009-09-09 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2009-09-09 | Allow null description on device | Stephen Hemminger | |
Bug 4918 | |||
2009-09-04 | Enforce syntax checking on password | Stephen 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-04 | 0.15.72debian/0.15.72 | Stephen Hemminger | |
2009-09-04 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2009-09-04 | Revert "Validate encrypted password field" | Stephen Hemminger | |
This reverts commit a0fe319ce069e15646077a635bc970b961124540. | |||
2009-09-04 | 0.15.73debian/0.15.73 | Bob Gilligan | |
2009-09-04 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood | Bob Gilligan | |
2009-09-04 | Bugfix 4916, 4917: Exit correctly when vyatta user doesn't exist. Add timeout. | Bob Gilligan | |
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a) | |||
2009-09-03 | 0.15.71debian/0.15.71 | Stephen Hemminger | |
2009-09-03 | Validate encrypted password field | Stephen Hemminger | |
Enforce syntax checks on encrypted password field to prevent user errors. Bug: 4077 | |||
2009-08-12 | Don't change name of non-ethernet devices | Stephen Hemminger | |
Don't rename wireless devices to be ethX. | |||
2009-08-04 | 0.15.70debian/0.15.70 | Stephen Hemminger | |
2009-08-04 | Remove slaves before changing mode | Stephen Hemminger | |
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758 | |||
2009-08-04 | Fix bonding group setup | Stephen Hemminger | |
The last change broke bond-group setup. | |||
2009-08-04 | BONDING: fix error messages | Stephen Hemminger | |
Fix error messages that will only occur if template is using script incorrectly. | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-08-04 | bonding: remove primary slave last | Stephen Hemminger | |
Need to remove the primary interface last, to avoid issues with bonding driver. | |||
2009-08-04 | Bonding: load module with MII monitor enabled | Stephen Hemminger | |
Unless miimon parameter is set, bonding device won't watch for link changes (which makes it useless for any backup modes). | |||
2009-07-30 | 0.15.69debian/0.15.69 | Stig Thormodsrud | |
2009-07-30 | Fix 4766: can't set login banners "Can't locate Vyatta/Login/Banner.pm" | Stig Thormodsrud | |
2009-07-30 | Fix uninitialized variable. | Stig Thormodsrud | |
2009-07-30 | 0.15.68debian/0.15.68 | Bob Gilligan | |
2009-07-30 | Bugfix 4700: Move processing to "end" field so that param modifications are ↵ | Bob Gilligan | |
handled. In order to correctly handle cases where parameters are changed after a repository configuration has been set up, we need to do the work in an "end" field instead of a "create" field. The "create" field is only executed when the node itself is created, not when nodes below it are modified. (cherry picked from commit e500a9e4494649e0ecb523d36b28452f2e9dd326) | |||
2009-07-30 | 0.15.67debian/0.15.67 | Bob Gilligan | |
2009-07-30 | Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are | Stig Thormodsrud | |
replaced with Debian branding during full-upgrade to Jenner (cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac) | |||
2009-07-27 | 0.15.66debian/0.15.66 | An-Cheng Huang | |
2009-07-27 | fix undefined array ref | An-Cheng Huang | |
(this shows up when loading a start-up config that has root password defined right after install) | |||
2009-07-17 | 0.15.65debian/0.15.65 | An-Cheng Huang | |
2009-07-17 | initial implementation of image install | An-Cheng Huang | |
support image install on an existing Vyatta union-installed system. | |||
2009-07-17 | Fix descriptions with meta-characters | Stephen Hemminger | |
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433) | |||
2009-07-17 | Allow round-robin to be selected | Stephen Hemminger | |
Simpler version of bug 4647 fix. (cherry picked from commit 9f4e8c1deba76ef81878551040f16180baaf23be) | |||
2009-07-17 | Revert "Allow user to select round-robin mode." | Stephen Hemminger | |
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37. Use proper perl (ie. undefined) rather than a a sentinel value! (cherry picked from commit 7c681e2a62388ead8ad2e74a76ff1b0ae386f78f) | |||
2009-07-17 | Allow disable of bonding interface with VIF | Stephen Hemminger | |
bug 4694 No reason to block disabling bonding interface with VIF Kernel handles it fine. (cherry picked from commit 3c76bd6b12dd211075d1dd689a2772c534ec7abe) | |||
2009-07-17 | Block creating vif until after slaves present | Stephen Hemminger | |
Workaround for bonding VLAN_CHALLENGED bug 4694 (cherry picked from commit ca8bff3d63074c52cf9b532eeec3a6a4cfe76722) | |||
2009-07-17 | Allow user to select round-robin mode. | Mark O'Brien | |
* bug 4647 * scripts/vyatta-bonding.pl (cherry picked from commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37) |