Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | Bugfix 5229: Save old config info when installing on pre-existing RAID group. | Bob Gilligan | |
2010-01-26 | Bugfix 5220: Use correct path to config directory on installed image. | Bob Gilligan | |
2010-01-26 | Bugfix 5232: Correctly handle case where user doesn't want to save SSH keys | Bob Gilligan | |
2010-01-25 | Bugfix 5240: Prevent re-installation of same version on running systems | Bob Gilligan | |
Previously, it was possible in some cases to "add" a system image that would over-write the running image. This change fixes that by getting the version string of the running system from the kernel command line instead of the Vyatta version file. This string represents the actual directory name that holds the image, so is more reliable. Also previously, an attempt to "add" a system image that had the same version string as another image installed on the system (but was not the running image) would always succeed. This would completely over-write that image. Because of this destructive behavior, it deserves a confirmation question. This change prompts the user to see if they really want to do that before proceeding. | |||
2010-01-24 | Fix allow-root for telnet/ssh | Stephen Hemminger | |
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access. | |||
2010-01-20 | Set IPV6 parameters in rl-system.init | Stephen Hemminger | |
The problem is that IPV6 module is not loaded when sysctl's are interpreted during boot, and we want to allow marking IPV6 disabled. | |||
2010-01-19 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-19 | Fix typo in install-image | Stephen Hemminger | |
This could fix Bug 5151 There was a typo in script that saved old config | |||
2010-01-19 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood | Stig Thormodsrud | |
2010-01-19 | Change how IPV4/IPV6 configuration values are done | Stephen Hemminger | |
1. Move vyatta-sysctl.conf from rl-system.init to procps This makes configuration happen early (before networking) 2. Do IPV6 configuration for address_flush in rl-system.init (after IPV6 is loaded) 3. Cleanup shell code for ipv6_params: * no sudo needed in startup scripts * use cleaner iteration | |||
2010-01-19 | Restiction on filtering of udev rules | Jon Andersson | |
2010-01-18 | Fix snmp trap-source | Stephen Hemminger | |
Incorrect config level in script. | |||
2010-01-18 | Fix typo in community for trap-target | Stephen Hemminger | |
2010-01-18 | Bugfix 5220: Save config information from previous image-based install. | Bob Gilligan | |
If previous disk-based install is found, use config info from it. Otherwise look for image-based installs. If multiple image-based installs are found, let the user select which one to save the config information from. | |||
2010-01-13 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-13 | Don't allow installation to proceed if MD5 checksum errors are found. | Bob Gilligan | |
2010-01-11 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-08 | Switch from wget to curl since the latter supports more URL methods. | Bob Gilligan | |
2010-01-07 | Add support trap source address | Stephen Hemminger | |
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf | |||
2010-01-07 | Add support for trap community and port | Stephen Hemminger | |
Bug 3756 Allow setting trap communities and port values. | |||
2010-01-06 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-06 | Validate MD5 checksums on ISO file before proceeding with installation. | Bob Gilligan | |
2010-01-06 | Updates to SNMP link state trap | Stephen Hemminger | |
Bug 3811, 3806 Poll more frequently for link state traps and include more information. | |||
2010-01-05 | Change 'protocols snmp' to 'service snmp' | Stephen Hemminger | |
Bug 212 The entries in config under protocols were all routing protocols except SNMP which was an unfortunate original design choice. Config script does migration. | |||
2010-01-05 | SNMP: Merge common code for rand hex number | Stephen Hemminger | |
2010-01-05 | Cleanup SNMP config file generation | Stephen Hemminger | |
Create to temporary file first, then move. | |||
2009-12-23 | Add support for fetching ISO file based on URL. | Bob Gilligan | |
2009-12-23 | Handle default of auto | Stephen Hemminger | |
If device doesn't support speed/duplex, then speed = auto which is default is okay. | |||
2009-12-22 | Read Vyatta version from file | Stephen Hemminger | |
Part of ehancement requested in Bug 3869 Include Vyatta version in system description. | |||
2009-12-22 | Remove old init code | Stephen Hemminger | |
The code to init_snmp was no-op and no longer called. | |||
2009-12-22 | Bring device to up state when removed from bond | Stephen Hemminger | |
Bug 5061 Force device back to up state when leaving bond group. | |||
2009-12-22 | Mark banner script executable | Stephen Hemminger | |
2009-12-22 | Fix return of dhcp start client. | Stephen Hemminger | |
2009-12-21 | Don't allow setting speed/duplex if hardware doesn't support it | Stephen Hemminger | |
Bug 4994 If hardware does not have ethtool interface to allow setting speed/duplex, then do not allow user to commit change. | |||
2009-12-21 | Move interface support from vyatta-cfg to vyatta-cfg-system | Stephen Hemminger | |
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg | |||
2009-12-14 | Ignore errors from chmod/chown if ssh keys don't exist | Stephen Hemminger | |
2009-12-14 | Fix install-image to save config/keys | Stephen Hemminger | |
Bug 5151 Part of previous change caused regression in saving config information. Also mounts old config read-only to avoid any problems. | |||
2009-12-14 | Re-enable frame-buffer on console | Stephen Hemminger | |
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console. | |||
2009-12-04 | Fix load user key script | Stephen Hemminger | |
Enhanced usage of curl to handle scp://user@host/filename | |||
2009-12-04 | Rearrange the public-key configuration schema | Stephen Hemminger | |
New syntax: system login user vyatta authentication public-key user@remote type ssh-rsa | |||
2009-12-03 | Fix some file headers that cause build warnings | Stephen Hemminger | |
Debian build warnings on these files. | |||
2009-12-03 | Preserve ssh host keys in install-image | Stephen Hemminger | |
Similar to previous change to install-system | |||
2009-12-03 | Add script for loading public key | Stephen Hemminger | |
Variation on existing config file loader that is useful for loading public key. | |||
2009-12-02 | Use ext3 all the time | Stephen Hemminger | |
It avoids issues with corrupt filesystems on VM. | |||
2009-12-02 | Don't lose user customization to pam-auth | Stephen Hemminger | |
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay. | |||
2009-12-02 | Pass more info to login scripts | Stephen Hemminger | |
Pass status to login update() which might be useful to handle case when node is deleted. | |||
2009-12-01 | Save SSH keys on re-install | Stephen Hemminger | |
Bug 5045 This adds option to save original SSH host keys when doing a re-install. Also mount original partition read-only to avoid updating it. | |||
2009-12-01 | Avoid updating files on boot | Stephen Hemminger | |
If file is already correct, no need to write it. | |||
2009-12-01 | Add sync after config save | Stephen Hemminger | |
Calling sync ensure buffer cache is flushed, so that config is actually on disk. May resolve some of the regression test I/O errors. | |||
2009-11-30 | Remove Radius server on reboot | Stephen Hemminger | |
Related to Bug 5130 and 5084 |