Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | fix for bug 5408. | Deepti Kulkarni | |
2010-07-01 | Revert "fix for bug 5408." | Deepti Kulkarni | |
This reverts commit 5110c9f3af7f4d2f4b9f8c14a073a1fd70d852ac. | |||
2010-07-01 | fix for bug 5408. | root | |
2010-06-21 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspur | Michael Larson | |
2010-06-21 | fix for bug 5663 | Michael Larson | |
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-06-09 | * perltidy vyatta-keepalived.pl | Mohit Mehta | |
2010-06-09 | * make vrrp work with conntrack-sync | Mohit Mehta | |
2010-06-07 | Add skip option to vyatta-interfaces | Stephen Hemminger | |
Used to skip the existing interface name when doing mirror/redirect | |||
2010-05-30 | Using "send dhcp6.oro" is no longer required in config file. | Bob Gilligan | |
2010-06-04 | Fix use of bareword file handles | Stephen Hemminger | |
Rather than using BAREWORD file handles, use 3 arg open and local variable. | |||
2010-06-03 | move list functions to vrrp perl module so other scripts can use it as well | Mohit Mehta | |
2010-05-29 | Fix 5521: Cannot Delete vif with vrrp configured. | Stig Thormodsrud | |
2010-05-26 | Move DHCPv6 client configuration to this package and restructre parameters. | Bob Gilligan | |
2010-05-24 | Don't enable PAM Radius by default | Stephen Hemminger | |
The pam-config mechanism will insert Radius pam module if it is in /usr/share/pam-configs. Therefore hold off installing file until Radius really needed. | |||
2010-05-14 | Fix syntax of default listen address | Stephen Hemminger | |
Despite documentation, udp6: is not a valid listen address, need to use udp6:161 | |||
2010-05-14 | Change SNMP community handling | Stephen Hemminger | |
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf | |||
2010-05-12 | Allow configuring/restricting SNMP listen address | Stephen Hemminger | |
Add: service snmp listen-address AAAA [port NNN] | |||
2010-05-12 | Better version of SNMP IPv6 support | Stephen Hemminger | |
Need to use different syntax for community values on IPv6 versus IPv4 | |||
2010-05-12 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-12 | Show progress bar when copying filesystem | Stephen Hemminger | |
Better to show real progress than simple spinning wheel. | |||
2010-05-07 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-07 | Preserve file attributes of root files | Stephen Hemminger | |
Want to preserve labels and other attributes | |||
2010-05-07 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-07 | Preserve file capablities and attributes during install-system | Stephen Hemminger | |
2010-05-03 | Add code to check digital signature of image files. | Bob Gilligan | |
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature. | |||
2010-04-30 | Allow user to name system images when installing them. | Bob Gilligan | |
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string. | |||
2010-04-14 | For Bug 5625 Not ready for DNSSEC implementation | Mohit Mehta | |
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list | |||
2010-04-09 | increase xen hypervisor heap size | An-Cheng Huang | |
2010-04-05 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-04-05 | Ignore errors from ethtool when setting speed/duplex | Stephen Hemminger | |
Many virtual devices don't implement speed/duplex, so just ignore any errors. | |||
2010-04-05 | Use 3 arg open to create pipe | Stephen Hemminger | |
Safer from user doing nasty things with command args. | |||
2010-04-05 | Use 3 arg open | Stephen Hemminger | |
This fixes perlcritic warning because of using 2 arg open. The other form puts pipe as method. | |||
2010-04-02 | Fail gracefully if path is unknown | Stephen Hemminger | |
If device is ppp but not in Vyatta config, the configuration path will be undefined. So have script give reasonable error rather than perl undefined variable message. | |||
2010-03-30 | Improve wording of config info save dialog. | Bob Gilligan | |
2010-03-24 | run snmpd as user snmp | An-Cheng Huang | |
2010-03-24 | Fix Bug 5487 http redirect url address placed on the router gets blocked by | Mohit Mehta | |
local-zone's firewall when using Zone Based Firewall * changed local zones INPUT and OUTPUT chain rules to allow all local-zone traffic on the loopback interface rather than using address 127.0.0.1 which was too restrictive and blocked certain traffic initiated from and going to local-zone itself. This is compliant with the Zone Concept and similar to what's done for other transient zones as well where rules are interface based | |||
2010-03-18 | Bugfix 5449: Maintain "console affinity" when adding a new image. | Bob Gilligan | |
2010-03-17 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-03-17 | Handle devices that do not report ethtool | Stephen Hemminger | |
Some devices might not report ethtool settings, but still allow ethtool configuration of speed/duplex. Bug 5466 | |||
2010-03-15 | Remove Radius Server config file on reboot | Stephen Hemminger | |
The radius server config file needs to be removed. It gets rebuilt later in config process. | |||
2010-03-12 | Make /var/run/vyatta and /var/log/vyatta | Stephen Hemminger | |
Other scripts depend on these directories | |||
2010-03-12 | Run partition editor with script flag to avoid prompting user | Stephen Hemminger | |
Bug 5443 When running on HyperV, install-system appeared to hang because although hda existed, it had no information so parted was prompting for retry. Use the -s flag (never prompt) at all the places in install-system/install-image where we don't want to have user interaction. | |||
2010-03-10 | Fix case of VGA_LOGO option | Stephen Hemminger | |
2010-03-10 | Disable SELinux during password reset | Stephen Hemminger | |
2010-03-09 | Bugfix 5424: Allow image with same version to be added to disk-based install | Bob Gilligan | |
2010-03-08 | Use more reliable method for determining system version. | Bob Gilligan | |
2010-03-08 | Bugfix 5416: determine system version from version of vyatta-version package | Bob Gilligan | |
2010-03-08 | Bugfix 5360: Get name of image from correct source. | Bob Gilligan | |
The name of a system image is supposed to match the Vyatta version string. Previously, the install-image script determined the name of the image being installed by parsing a field in the Vyatta version file on the image being installed. But the format of that file has changed, and may change again the future, so it is not a good source of the Vyatta version string. The most accurate way to determine the Vyatta version string is to look up the debian package version string associated with the vyatta-version package on the image being installed. This changes the install-image script to get the system image name that way. (cherry picked from commit e1864411c77e688b1b67de40441550b1f1eba055) | |||
2010-03-08 | Bugfix 5414: Use correct install root reference when copying back SSH keys. | Bob Gilligan | |