Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | remove low-level config dir usage | An-Cheng Huang | |
* "--path" option was using config dir directly. * remove "--path" since it is unused. | |||
2010-08-16 | remove low-level config dir usage | An-Cheng Huang | |
2010-08-02 | use listEffectiveNodes() from new API | An-Cheng Huang | |
2010-08-02 | Bugfix 5964: Eliminate unnecessary version check. | Bob Gilligan | |
2010-08-02 | new API change | An-Cheng Huang | |
* return of isActive() was inverted in original API. | |||
2010-07-30 | Merge branch 'mendocino' of git.vyatta.com:/git/vyatta-cfg-system into mendocino | An-Cheng Huang | |
2010-07-30 | add comments and missing function | An-Cheng Huang | |
2010-07-30 | new API changes | An-Cheng Huang | |
2010-07-28 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
mendocino | |||
2010-07-28 | Bugfix 5711: Don't allow special characters in image names. | Bob Gilligan | |
2010-07-27 | Bugfix 5929: Preserve SSH host keys during image installation. | Bob Gilligan | |
(cherry picked from commit 71b716b7f5e5df1dd4ea6e8a16c7f987381cab8c) | |||
2010-07-22 | More fixes to standalone password reset | Stephen Hemminger | |
Previous changes introduced lots of typos. | |||
2010-07-22 | remove unused options | An-Cheng Huang | |
* high-level operations should not access CLI implementation details. | |||
2010-07-21 | Make standalone password recovery more robust | Stephen Hemminger | |
Add checks to see if Vyatta configuration even exists and might be missing pieces needed to recover. Add ability to recover totally missing account, if the config file is intact. | |||
2010-07-19 | Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks if available | Bob Gilligan | |
The /boot directory is populated with vmlinuz and initrd.img files whose names are suffixed with the kernel version string. A vmlinuz and initrd.img symlink points to the "current" version of each file. It is simpler to have the grub.cfg file use the symlink, since then the kernel to boot can be changed by just adjusting the symlinks. | |||
2010-07-14 | Bugfix 5557: Properly update initrd symlink. | Bob Gilligan | |
2010-07-14 | Select kernel to boot based on current running kernel type. | Bob Gilligan | |
2010-07-13 | Revert "Move vyatta-update-grub.pl to the vyatta-base package." | Bob Gilligan | |
This reverts commit 19cf46d14ba266887278d3f06d0ce791218c9469. | |||
2010-07-13 | Move vyatta-update-grub.pl to the vyatta-base package. | Bob Gilligan | |
This is necessary so that it can be used by full-upgrade. | |||
2010-07-13 | Bugfix 5557: Add script to help update grub after full upgrade. | Bob Gilligan | |
2010-07-08 | Fix install-system if not saving old image config | Stephen Hemminger | |
If old image config is not being saved, the filesystem (/mnt/tmp) which caused next step (mkfs) to fail. | |||
2010-07-06 | Change user name validation | Stephen Hemminger | |
Do username validation in perl script. This allows for checking for what is allowed, versus what is recommended. For compatiablity we allow things like upper case user names which but this is not recommended so these names produce a warning. | |||
2010-07-06 | Don't need explict sync in init-floppy | Stephen Hemminger | |
The sync call was added to try and workaround floppy bug, but it didn't do anything so remove it. File is already saved with fsync. | |||
2010-07-02 | Corrected the fix for bug 5408. | Deepti Kulkarni | |
2010-07-01 | Update failover-mechanism sync-group CLI path and add | Mohit Mehta | |
comments to indicate ctsync also calls this script | |||
2010-07-01 | Fix 5675: clearing vrrp master for an interface group removes sync-group config | Stig Thormodsrud | |
from keepalived.conf | |||
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 | |