Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-19 | Set hostname after updating hosts file | James Davidson | |
Fixes bug 8380 | |||
2012-09-18 | fix for 8372 - Unclear which user ID the changed administrator password ↵ | Deepti Kulkarni | |
applies to fix for 8350 - Install allows installation with empty password | |||
2012-09-10 | Update /etc/hosts when host name and domain name changes | James Davidson | |
2012-09-06 | Set system password also when resetting admin password | James Davidson | |
Fixes bug 3241 | |||
2012-09-05 | Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacifica | John Southworth | |
2012-09-05 | Bugfix 8326 | John Southworth | |
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error. | |||
2012-09-04 | Configure logrotate to maintain log file ownership | James Davidson | |
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240 | |||
2012-09-04 | Bugfix 8290 | John Southworth | |
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install. | |||
2012-08-30 | Bugfix 6967: Test if an address is already applied to an interface before ↵ | John Southworth | |
attempting to apply it | |||
2012-08-29 | Force Xen installs to use ext3 without write barriers | John Southworth | |
In oxnard our Xen images used ext3 without write barriers. This patch is a workaround for bug 8303. The goal of this patch is to provide a workable solution that is no worse than our previous behavior until Xenserver has the write barrier fix available in Xen integrated. | |||
2012-08-28 | Revert "Write barriers don't work on all devices, disable them" | John Southworth | |
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de. | |||
2012-08-28 | Write barriers don't work on all devices, disable them | John Southworth | |
2012-06-22 | Use hash map of addresses to interfaces | Stephen Hemminger | |
Other part of fix for Bz 8171 Create a hash of address => interfaces in configuration and use it during address commit check. Remove unused creation of list of current addresses. This might speed boot with large number of interfaces. Since the hash is made once per interface rather than multiple times, it might be faster because of that as well. | |||
2012-06-12 | Allow USB console in Grub setup | Stephen Hemminger | |
Bug 7724 | |||
2012-05-16 | Change default to No when not enough space to save config | James Davidson | |
During an image add, the default used to be to not save the current configuration and continue with adding the image. Now the default is to not continue. Fixes bug 7964. | |||
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-05-07 | Turn on vrrp snmp traps by default | John Southworth | |
2012-04-18 | Use rsyslog to trigger log rotation | James Davidson | |
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807. | |||
2012-04-11 | Return success on stop if telnetd service is not running | James Davidson | |
Fixes Bug 5511. | |||
2012-04-09 | Replace intf->carrier() check with intf->running() | Stephen Hemminger | |
Bug 8006 The "carrier" method in Interface.pm is superseded by the more robust running() method. | |||
2012-04-04 | Fix minor perlcritc warning in vrrp-state | Stephen Hemminger | |
Code before strictures. | |||
2012-03-01 | forgot to use io::prompt | John Southworth | |
2012-03-01 | Bugfix 7555: Allow users to import keys when using loadkey | John Southworth | |
2012-02-29 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2012-02-29 | Bugfix 7555: allow users to import ssh keys when running add system image | John Southworth | |
2012-02-21 | Cleanup interface statistic clear files on reboot | Stephen Hemminger | |
clear interface statistics creates a file /var/run/vyatta/XXXX.stats that is used to adjust values. Since this data is meaningless after reboot, remove it. | |||
2012-02-21 | Fix server property option | Stephen Hemminger | |
Bug 7623 Patch provided by Stig. | |||
2012-02-21 | Remove reference to init-floppy | Stephen Hemminger | |
Bug 7608 | |||
2012-02-21 | Fix spelling errors in install image | Stephen Hemminger | |
Bug 7544 Found several misspellings in the install prompts. | |||
2012-02-18 | Bug #7787: Allow using custom command line arguments in transition | Daniil Baturin | |
scripts. | |||
2012-02-17 | snmp: add missing newline to config file | Stephen Hemminger | |
Need newline after agentx | |||
2012-02-10 | Fix typo in last SNMP change. | Stephen Hemminger | |
2012-02-06 | snmp: enable agentx | Stephen Hemminger | |
Llpd uses agentx snmp API to talk to snmpd This allows system description from SNMP to be retrieved by lldpd. | |||
2012-01-24 | Fix missing error (missing lecho) in install-system | Stephen Hemminger | |
Some statements were copy/pasted over from install-image. install-system does not use lecho, that is only used in install-image | |||
2012-01-20 | Make disk label if necessary | Stephen Hemminger | |
Bug 7732 Restore installation section that makes disk label. | |||
2012-01-16 | Fix check for pseudo-ethernet overlap | Stephen Hemminger | |
Bug 7726 Incorrect variable name (from cut-paste) | |||
2012-01-05 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2012-01-03 | Bugfix 7689: change vrrp auth_type detection 'simple' to 'plaintext-password' | John Southworth | |
2012-01-03 | install-system: use sfdisk to find drive size | Stephen Hemminger | |
Better than using parted which requires more parsing. | |||
2012-01-03 | install: use sfdisk to get disk size | Stephen Hemminger | |
sfdisk is simpler, and safer for getting disk size. It doesn't require as much screen scraping and doesn't need disk label. | |||
2012-01-03 | Check for conflict between pseudo-ethernet and bonding,bridging | Stephen Hemminger | |
Don't allow configuring bonding or bridging if pseudo-ethernet is in use. | |||
2011-12-30 | bridge: check for VRRP | Stephen Hemminger | |
Do not allow interface with VRRP defined to be added to a bridge. | |||
2011-12-30 | bonding: do not allow interface with VRRP to be enslaved | Stephen Hemminger | |
Add missing check to prevent adding interface with VRRP defined to be add to a bond-group. | |||
2011-12-28 | Move vrrp input filter creation to keepalived for faster transitions | John Southworth | |
2011-12-27 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-27 | Move vrrp vmac sysctls to interface initialization in keepalived | John Southworth | |
2011-12-21 | interfaces: don't add config for missing devices | Stephen Hemminger | |
If device disappears or is renamed between the time udev script is run, and the vyatta-router script is run; then don't add an entry to the config file. | |||
2011-12-20 | Extra grat. arps are not needed for vmac interfaces | John Southworth | |
2011-12-14 | Verify user defined mac addresses are not VRRP mac addresses | John Southworth | |
2011-12-12 | Add filtering to transition scripts for vmac interfaces; Make transition ↵ | John Southworth | |
script able to detect if the interface is a vmac interface before applying the vmac specific changes |