Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | Bugfix 5327: Don't try to save config from images with none. | Bob Gilligan | |
On image-based systems, the Vyatta configuration is mounted on /config and can be found in the disk filesystem under /boot/<image-name>/live-rw/config. | |||
2010-02-12 | 0.17.1debian/0.17.1 | Mohit Mehta | |
2010-02-12 | use more specific version before which modprobe files in vyatta-cfg r2b replaced | Mohit Mehta | |
2010-02-12 | 0.16.43debian/0.16.43 | Mohit Mehta | |
2010-02-12 | Merge branch 'kenwood' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
kenwood | |||
2010-02-12 | fix bug 5334 services start automatically on boot up post upgrade to kenwood | Mohit Mehta | |
* make vyatta-cfg-system depend on a more recent version of services whose init scripts are unlinked in it's postinst | |||
2010-02-11 | 0.16.42debian/0.16.42 | Bob Gilligan | |
2010-02-11 | Bugfix 5117: Preserve config files from previous image installation. | Bob Gilligan | |
The install-image program knows how to preserve the config files from a previous image or disk-based installation. The install-system program already knew how to preserve config files from a previous disk-based installation. This change teaches it how to preserve config files from a previous image installation. | |||
2010-02-10 | 0.16.41debian/0.16.41 | Mohit Mehta | |
2010-02-10 | Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade VC5 to VC6 | Mohit Mehta | |
* allow vyatta-cfg-system to replace disable-link-detect node.def files in previous versions of vyatta-cfg-quagga | |||
2010-02-09 | 0.16.40debian/0.16.40 | Stephen Hemminger | |
2010-02-09 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-09 | Remove IPv6 address_flush sysctl | Stephen Hemminger | |
No longer used in latest Vyatta kernel. | |||
2010-02-09 | Remove vyatta-ofr on upgrade | Stephen Hemminger | |
The upgrade process doesn't always remove old vyatta-ofr init script | |||
2010-02-08 | 0.16.39debian/0.16.39 | An-Cheng Huang | |
2010-02-08 | add dependency on vyatta-biosdevname | An-Cheng Huang | |
2010-02-08 | 0.16.38debian/0.16.38 | Bob Gilligan | |
2010-02-08 | Bugfix 5225: Include the OS version number in the grub menu entry. | Bob Gilligan | |
2010-02-05 | 0.16.37debian/0.16.37 | Bob Gilligan | |
2010-02-05 | Bugfix 5120: Use biosdevname to generate the canonical name for an interface. | Bob Gilligan | |
Network interfaces are discovered at boot time in non-deterministic order, so their names are non-deterministic. The vyatta_net_name script is responsible for ensuring that network interface names are changed to match their Vyatta config file entry when a match based on MAC address is found. With this change, when a match is not found, we use the biosdevname tool to to find the canonical name for an interface, then change the interface's name to that name. This ensures that NICs are named in a deterministic and systemmatic fashion. | |||
2010-02-05 | 0.16.36debian/0.16.36 | Stephen Hemminger | |
2010-02-05 | Force vyatta-cfg/vyatta-cfg-system version synchronization | Stephen Hemminger | |
2010-02-03 | 0.16.35debian/0.16.35 | Stephen Hemminger | |
2010-02-03 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-03 | Set system host-name and time-zone first | Stephen Hemminger | |
Bug 4754 Want correct host-name for DHCP to work right later under interfaces. Want timezone correct so that any services started that print time information have correct data. | |||
2010-02-03 | 0.16.34debian/0.16.34 | Stephen Hemminger | |
2010-02-03 | Move modprobe.d/no-copybreak from vyatta-cfg | Stephen Hemminger | |
All interface related files are in vyatta-cfg-system package. | |||
2010-02-02 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-02 | Change owner of created authorized key file | Stephen Hemminger | |
Otherwise sshd ignores it! | |||
2010-02-02 | 0.16.33debian/0.16.33 | Stephen Hemminger | |
2010-02-02 | Run login update as root | Stephen Hemminger | |
Need ability to open file of new user (to load authorized key). So move sudo to template. | |||
2010-02-02 | Bug in handling local key file | Stephen Hemminger | |
When URL was added, local file read got broken! | |||
2010-02-02 | Fix password-authentication setup in sshd | Stephen Hemminger | |
Bug 5301 Need to setup sshd_config during install to allow configure later | |||
2010-02-02 | 0.16.32debian/0.16.32 | Stephen Hemminger | |
2010-02-02 | Don't remove users home directory | Stephen Hemminger | |
If administrator makes a goof and user account gets deleted. Then keep the old data to avoid problems. | |||
2010-02-02 | Static host-name mapping changes | Stephen Hemminger | |
Fix help text (Bug 5254) and allow IPV6 static mapping (Bug 5298) | |||
2010-02-02 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-02 | Add help string for system ip neighbor | Stephen Hemminger | |
Bug 5285 | |||
2010-02-02 | Add help for system ip arp | Stephen Hemminger | |
Bug 5286 | |||
2010-01-27 | 0.16.31debian/0.16.31 | Stephen Hemminger | |
2010-01-27 | Make message clearer | Stephen Hemminger | |
But I doub that anyone will ever read it... | |||
2010-01-27 | Allow local user (non vbash) accounts | Stephen Hemminger | |
Don't purge non-vyatta users. | |||
2010-01-27 | 0.16.30debian/0.16.30 | Stephen Hemminger | |
2010-01-27 | Don't delete non-user accounts | Stephen Hemminger | |
Only mess with user accounts in the dynamic range (1000-29999); don't delete 'nobody' for example. Also, leave home directory for possible examination. | |||
2010-01-26 | 0.16.29debian/0.16.29 | Stephen Hemminger | |
2010-01-26 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-26 | Get rid of protected-users file | Stephen Hemminger | |
Instead of white-listing special system users, just go with the Debian policy that all users with uid < 1000 are system accounts | |||
2010-01-26 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-01-26 | Add additional check that new user doesn't exist in NSS | Stephen Hemminger | |
If user exists in NSS (LDAP, TACACS+) but not on local machine, then it can not be changed with CLI. useradd will fail (user exists), and usermod will fail (can't find user in passwd file). Bug 5249 | |||
2010-01-26 | Refactor user update | Stephen Hemminger | |
Split delete and update into separate functions Always update password file because the script runs as non-root user so it is unable to read shadow file to get original password value. |