Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-04 | bonding: remove primary slave last | Stephen Hemminger | |
Need to remove the primary interface last, to avoid issues with bonding driver. | |||
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-17 | initial implementation of image install | An-Cheng Huang | |
support image install on an existing Vyatta union-installed system. | |||
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 user to select round-robin mode. | Mark O'Brien | |
* bug 4647 * scripts/vyatta-bonding.pl (cherry picked from commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37) | |||
2009-07-17 | Make telnet management smarter | Stephen Hemminger | |
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46) | |||
2009-07-17 | Use sysfs for bonding device control | An-Cheng Huang | |
Bug 4511 Since loading bond module is broken in 2.6.29 or later kernel and the root cause is in sysfs/procfs which is a mess. Workaround the problem by loading bond module once and using sysfs. (cherry picked from commit 47f054cb196959bb79960f3b6c1524b4ff7d32a8) Conflicts: templates/interfaces/bonding/node.def | |||
2009-07-17 | Fix generation of syslog host targets | Stephen Hemminger | |
Bug 4494 (cherry picked from commit 7dc1c900184a629975b2e22e79c5dc44c494448e) | |||
2009-07-17 | Handle deletion of radius (or other) server | Stephen Hemminger | |
The login class manager must be called if login type is deleted. Also skip updating if no changes to that login type. (cherry picked from commit 1151679260e673f69bdb637fec7773b574f3c7b0) | |||
2009-07-17 | Change API for login modules | Stephen Hemminger | |
The login modules aren't really objects (if Perl really had objects), so just use dynamic invoke of update routine. (cherry picked from commit 37ba59896d4c9ac5c914d1901d86ed7e7d844871) | |||
2009-07-17 | Make Radius server work | Stephen Hemminger | |
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828) | |||
2009-07-02 | Fix Bug 4554 check for existing firewall ruleset fails when applying it to a ↵ | Mohit Mehta | |
zone during boot * use isActive to check if firewall ruleset has been succesfully committed * fix templates to fail inside an action field when a command fails | |||
2009-06-30 | Fix Bug 4593 zone-policy can't be deleted if zone interfaces are bridges | Mohit Mehta | |
* use new api to get active plus committed nodes | |||
2009-06-26 | make changes to work with dhcp 4.1.0 | Mohit Mehta | |
2009-06-25 | Update hooks to setup config files for installing to a Xen VM. | Bob Gilligan | |
2009-06-24 | Add optional hooks to setup config files for installing to a Xen VM. | Bob Gilligan | |
2009-06-17 | Merged from Jenner. | Bob Gilligan | |
2009-06-17 | Bugfix 4490: Wait for stability after marking partition bootable. | Bob Gilligan | |
2009-06-17 | Bugfix 4490: Mark root partition as "bootable" in the master boot record (MBR). | Bob Gilligan | |
The MBR provides a flag on each of the partitions to indicate whether it is "bootable" or not. Most BIOS implementations ignore this flag and will boot from a partition whether or not this flag is set. Some BIOS implementations, however, refuse to boot from a partition that is not marked as "bootable". This fix marks the partition that holds the root filesystem as "bootable" so that it can be booted by either type of BIOS. | |||
2009-06-01 | Change how system login update works | Stephen Hemminger | |
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update. | |||
2009-05-31 | Fix bug preventing 'vyatta' user login. | Stig Thormodsrud | |
2009-05-29 | move server,protocol to the same line in config file | Mohit Mehta | |
2009-05-27 | Print error message on failure to create group/user | Stephen Hemminger | |
Bug 4448 | |||
2009-05-21 | Don't flush out ntp.conf on boot | Stephen Hemminger | |
If we have a good ntp.conf, then it is possible to avoid restarting ntp. Currently we restart ntpd for each ntp-server configured. | |||
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2009-05-15 | Fix Bug 4395 After local-zone is set, traffic from localhost is dropped | Mohit Mehta | |
* do not block traffic sourced from and destined to localhost | |||
2009-05-06 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-05-06 | Reindent syslog script | Stephen Hemminger | |
2009-05-06 | Allow specifying 'protocols' for syslog facility | Stephen Hemminger | |
Since quagga uses local7, make it a real facility. Allow local7 for compatiablity. Bug 4263 | |||
2009-05-06 | * do silent validity check when creating zone chains and adding from zone rules | Mohit Mehta | |
2009-05-05 | Split up system login scripts | Stephen Hemminger | |
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package | |||
2009-04-27 | Replace md5 compare with a (hopefully) lighter-weight file compare. | Stig Thormodsrud | |
2009-04-27 | Avoid unnecessary writing of file if it's the same contents. | Stig Thormodsrud | |
2009-04-27 | Using perl module for move() rather than system call. | Stig Thormodsrud | |
2009-04-26 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-04-26 | Add configurable login banners. | Stig Thormodsrud | |
2009-04-24 | * add jump to local-zone-out chain in OUTPUT chain for both [ip and ip6] tables | Mohit Mehta | |
when traffic from local-zone filtered with firewall to a transit zone * fix case where `ls` spits out error when a firewall type is not set | |||
2009-04-22 | Fix Bug 4207 dns forwarding has hardcoded ethernet assumptions | Mohit Mehta | |
incorrect in assuming that nameservers can only be received via dhcp remove check to see if any eth/br interface using dhcp | |||
2009-04-22 | Allow for enterprise MIB | Justin Fletcher | |
2009-04-16 | add default-policy node for zones. can be set to drop or reject | Mohit Mehta | |
remove extraneous arguments in function calls | |||
2009-04-14 | post-install changes | An-Cheng Huang | |
* set up start-up config and /var/run. * pass writable root to postinst hook for union-specific tasks. | |||
2009-04-14 | handle default xen kernel | An-Cheng Huang | |
2009-04-13 | add read-write union install mechanism | An-Cheng Huang | |
2009-04-10 | add local-zone in|out firewall and clean-up code | Mohit Mehta | |
2009-04-10 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-04-10 | Fix file syslog target | Stephen Hemminger | |
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code. | |||
2009-04-09 | fix xen kernel handling for union install | An-Cheng Huang | |
2009-04-09 | Resolve problems with syslog.conf | Stephen Hemminger | |
Default fallback code was broken Change to blocked out region for Vyatta config. |