summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-250.20.36debian/0.20.36John Southworth
2012-09-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-210.20.35debian/0.20.35James Davidson
2012-09-21Do not check disabled accounts for default passwordJames Davidson
Fixes bug 8368
2012-09-190.20.34debian/0.20.34James Davidson
2012-09-19Set hostname after updating hosts fileJames Davidson
Fixes bug 8380
2012-09-180.20.33debian/0.20.33Deepti Kulkarni
2012-09-18fix 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-180.20.32debian/0.20.32Saurabh Mohan
2012-09-18Bugfix 8359: When deleteing vti interface use tunnel interface mode ipipSaurabh Mohan
2012-09-100.20.31debian/0.20.31James Davidson
2012-09-10Update /etc/hosts when host name and domain name changesJames Davidson
2012-09-060.20.30debian/0.20.30James Davidson
2012-09-06Set system password also when resetting admin passwordJames Davidson
Fixes bug 3241
2012-09-050.20.29debian/0.20.29John Southworth
2012-09-05Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacificaJohn Southworth
2012-09-05Bugfix 8326John 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-040.20.28debian/0.20.28James Davidson
2012-09-04Configure logrotate to maintain log file ownershipJames Davidson
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240
2012-09-040.20.27debian/0.20.27John Southworth
2012-09-04Bugfix 8290John 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-30Bugfix 6967: Test if an address is already applied to an interface before ↵John Southworth
attempting to apply it
2012-08-290.20.26debian/0.20.26John Southworth
2012-08-29Force Xen installs to use ext3 without write barriersJohn 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-280.20.25debian/0.20.25John Southworth
2012-08-28Revert "Write barriers don't work on all devices, disable them"John Southworth
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de.
2012-08-280.20.24debian/0.20.24John Southworth
2012-08-28Write barriers don't work on all devices, disable themJohn Southworth
2012-08-170.20.23debian/0.20.23Stephen Hemminger
2012-08-17Allow deleting unknown userStephen Hemminger
Bug 8287 If user doesn't exist in passwd file that is fine.
2012-08-160.20.22debian/0.20.22Stephen Hemminger
2012-08-16Fix filecaps for xtablesStephen Hemminger
Use correct path /sbin/xtables-multi
2012-08-16Allow any mtu for bonding vifStephen Hemminger
Bug 8285 The commit for mtu always triggers because of incorrect variable reference, just remove it.
2012-08-150.20.21debian/0.20.21Stephen Hemminger
2012-08-15fix iptables file attributesStephen Hemminger
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2012-08-140.20.20debian/0.20.20Stephen Hemminger
2012-08-14Fix path to iptablesStephen Hemminger
Make sure permissions are corrected.
2012-08-140.20.19debian/0.20.19Stephen Hemminger
2012-08-14Add support for network device prefix tableStephen Hemminger
Bug 8279 Put prefix table in /opt/vyatta/etc/netdevice
2012-08-090.20.18debian/0.20.18Saurabh Mohan
2012-08-09Bugfix 8241: VTI Sync up the mtu range check with what the kernel module ↵Saurabh Mohan
accepts. Allow VTI mtu range check to be inline with what the kernel will accept. Also add a warning if a VTI is configured but not used. Improve the interface name range which is allowed (8259)
2012-08-030.20.17debian/0.20.17James Davidson
2012-08-03Restart rsyslog when system time-zone changesJames Davidson
Without this change the system log daemon does not notice the time-zone change and continues to timestamp logs using the previous time-zone. Fixes BZ6694
2012-06-27Minor typo in bonding helpStephen Hemminger
2012-06-220.20.16debian/0.20.16Stephen Hemminger
2012-06-22Use hash map of addresses to interfacesStephen 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-190.20.15debian/0.20.15John Southworth
2012-06-19Bugfix 8115: reset miimon on arp-montior deletionJohn Southworth