Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-15 | 0.17.74+larkspur8debian/0.17.74+larkspur8larkspur | Stephen Hemminger | |
2010-12-15 | Allow telnet and ssh to start before routing protocols | Stephen Hemminger | |
Bug 6474 Use priority 500 which is after login, syslog, etc. (cherry picked from commit 870ede43b405449c709c83b5c1be2b94b9673168) | |||
2010-09-18 | 0.17.74+larkspur7vyatta/VC6.1-2010.10.16/i386debian/0.17.74+larkspur7 | Bob Gilligan | |
2010-09-18 | Bugfix 6210: Fix up case where login section is missing from config file. | Bob Gilligan | |
2010-09-17 | 0.17.74+larkspur6debian/0.17.74+larkspur6 | Bob Gilligan | |
2010-09-17 | Bugfix 6210: Fix parsing of config file | Bob Gilligan | |
Previous commit "More fixes to standalone password reset" incorrectly parsed fields in the Vyatta config file. | |||
2010-08-01 | 0.17.74+larkspur5vyatta/VC6.1-2010.08.20/i386debian/0.17.74+larkspur5 | Stig Thormodsrud | |
2010-08-01 | Add vrrp parameters to transition script. | Stig Thormodsrud | |
2010-07-27 | 0.17.74+larkspur4debian/0.17.74+larkspur4 | Bob Gilligan | |
2010-07-27 | Bugfix 5929: Preserve SSH host keys during image installation. | Bob Gilligan | |
2010-07-25 | 0.17.74+larkspur3vyatta/VC6.1-2010.07.28.Beta/i386debian/0.17.74+larkspur3 | Stephen Hemminger | |
2010-07-25 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-25 | Fix typo in last change | Stephen Hemminger | |
2010-07-23 | 0.17.74+larkspur2debian/0.17.74+larkspur2 | Stephen Hemminger | |
2010-07-23 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-23 | Change ranges for bridge parameters | Stephen Hemminger | |
Bug 5901 | |||
2010-07-22 | 0.17.74+larkspur1debian/0.17.74+larkspur1 | An-Cheng Huang | |
2010-07-22 | 0.17.74debian/0.17.74 | Stephen Hemminger | |
2010-07-22 | More fixes to standalone password reset | Stephen Hemminger | |
Previous changes introduced lots of typos. | |||
2010-07-22 | 0.17.73debian/0.17.73 | An-Cheng Huang | |
2010-07-22 | remove unused options | An-Cheng Huang | |
* high-level operations should not access CLI implementation details. | |||
2010-07-21 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
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-21 | 0.17.72debian/0.17.72 | Stephen Hemminger | |
2010-07-21 | Move input interface over to Qos package | Stephen Hemminger | |
The input interface needs to be in QoS package since the delete action needs to refer to scripts in QoS package. | |||
2010-07-21 | 0.17.71debian/0.17.71 | Stephen Hemminger | |
2010-07-21 | Fix completion on multi-type node | Stephen Hemminger | |
Workaround for bug 5887 | |||
2010-07-21 | Add completion for text fields with limited values | Stephen Hemminger | |
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values | |||
2010-07-21 | Fix formatting of static-host mapping val help | Stephen Hemminger | |
2010-07-21 | Fix help completion text | Stephen Hemminger | |
Use ipv4net when Address/prefix expected Use ipv4 where Address expected | |||
2010-07-20 | Add proxy-arp over bonding | Stephen Hemminger | |
Bug 5674 | |||
2010-07-20 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-20 | Use expression to validate VRRP password | Stephen Hemminger | |
Use CLI regex to check VRRP password rather than having to escape out to shell. | |||
2010-07-20 | Use val_help: for interface name help | Stephen Hemminger | |
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here. | |||
2010-07-20 | Use pgrep to count number of matching processes | Stephen Hemminger | |
pgrep has simple flag to do what the ps | wc -l was doing. | |||
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 | |