Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-19 | 0.17.70debian/0.17.70 | Bob Gilligan | |
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-19 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-19 | Convert VRRP to new CLI help style | Stephen Hemminger | |
Use val_help: for help strings | |||
2010-07-19 | Convert VRRP preempt to bool | Stephen Hemminger | |
This value can only be "true" or "false"; it should be bool type. | |||
2010-07-19 | fix typo, val_help, etc. | An-Cheng Huang | |
2010-07-19 | Convert syslog commands to new CLI help style | Stephen Hemminger | |
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-19 | Revise static-host-mapping | Stephen Hemminger | |
Use ipv4,ipv6 for host mapping address which uses internal CLI syntax check. Revise help text to match CLI standard | |||
2010-07-19 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-19 | 0.17.69debian/0.17.69 | Stephen Hemminger | |
2010-07-19 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-19 | fix typo | An-Cheng Huang | |
2010-07-19 | Fix old invalid email addresses in changelog | Stephen Hemminger | |
2010-07-19 | Convert public-keys help to new format | Stephen Hemminger | |
2010-07-19 | Convert tunnel parameters to new help format | Stephen Hemminger | |
2010-07-19 | Loopback address node cleanup | Stephen Hemminger | |
Use ipv4net,ipv6net to handle the two address possibilities | |||
2010-07-19 | bonding vif val_help | Stephen Hemminger | |
2010-07-19 | Use val_help: for Ethernet interface parameters | Stephen Hemminger | |
More consistency fixes. | |||
2010-07-19 | Fix language in help text for loadkey | Stephen Hemminger | |
2010-07-19 | Use val_help in zone-policy | Stephen Hemminger | |
2010-07-19 | Bridge parameter node update | Stephen Hemminger | |
Do syntax range checking on bridge STP parameters. Note: kernel allows much bigger values (and IOS checking is more strict). | |||
2010-07-19 | Use val_help: for interface MTU nodes | Stephen Hemminger | |
2010-07-19 | Covert bonding mode to val_help | Stephen Hemminger | |
2010-07-16 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-07-16 | 0.17.68debian/0.17.68 | Stephen Hemminger | |
2010-07-16 | Use val_help: for address nodes | Stephen Hemminger | |
Use common format for address nodes | |||
2010-07-16 | Add syntax validation for bridge STP parameters | Stephen Hemminger | |
The syntax range for bridge STP values was missing or incorrect. Bug 5864 | |||
2010-07-14 | 0.17.67debian/0.17.67 | Bob Gilligan | |
2010-07-14 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspur | Bob Gilligan | |
2010-07-14 | 0.17.66debian/0.17.66 | Stephen Hemminger | |
2010-07-14 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-14 | 0.17.65debian/0.17.65 | Bob Gilligan | |
2010-07-14 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-14 | Bugfix 5845, 5557: Install vyatta-update-grub.pl in /opt/vyatta/sbin. | Bob Gilligan | |
2010-07-14 | Enable putting core files /var/core | Stephen Hemminger | |
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission. | |||
2010-07-14 | Bugfix 5557: Properly update initrd symlink. | Bob Gilligan | |
2010-07-14 | 0.17.64debian/0.17.64 | 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 | 0.17.63debian/0.17.63 | Stephen Hemminger | |
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 | 0.17.62debian/0.17.62 | Stephen Hemminger | |
2010-07-06 | Allow incorrect user to be deleted | Stephen Hemminger | |
Avoid password checks on delete. Bug 5418 | |||
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-06 | 0.17.61debian/0.17.61 | Deepti Kulkarni | |