Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-17 | 0.17.89debian/0.17.89 | An-Cheng Huang | |
2010-08-17 | update help text to use val_help | An-Cheng Huang | |
2010-08-17 | 0.17.88debian/0.17.88 | Stephen Hemminger | |
2010-08-17 | Don't delete existing root password | Stephen Hemminger | |
For upgrade, don't touch root password. For new installation, root password is reset during build-iso Bug 6066 | |||
2010-08-17 | 0.17.87debian/0.17.87 | Stig Thormodsrud | |
2010-08-17 | Add vrrp parameters to transition script. | Stig Thormodsrud | |
(cherry picked from commit 1b22d1bbcf8146736d9f69d1edb57a36e55f6fdc) | |||
2010-08-16 | 0.17.86debian/0.17.86 | An-Cheng Huang | |
2010-08-16 | remove more low-level config dir usages | An-Cheng Huang | |
2010-08-16 | 0.17.85debian/0.17.85 | An-Cheng Huang | |
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 | 0.17.84debian/0.17.84 | An-Cheng Huang | |
2010-08-16 | remove low-level config dir usage | An-Cheng Huang | |
2010-08-12 | 0.17.83debian/0.17.83 | An-Cheng Huang | |
2010-08-12 | remove "node.val" usages | An-Cheng Huang | |
* use new cli-shell-api instead | |||
2010-08-02 | 0.17.82debian/0.17.82 | An-Cheng Huang | |
2010-08-02 | use listEffectiveNodes() from new API | An-Cheng Huang | |
2010-08-02 | 0.17.81debian/0.17.81 | Bob Gilligan | |
2010-08-02 | Bugfix 5964: Eliminate unnecessary version check. | Bob Gilligan | |
2010-08-02 | 0.17.80debian/0.17.80 | An-Cheng Huang | |
2010-08-02 | new API change | An-Cheng Huang | |
* return of isActive() was inverted in original API. | |||
2010-07-30 | 0.17.79debian/0.17.79 | An-Cheng Huang | |
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 | 0.17.77debian/0.17.77 | An-Cheng Huang | |
2010-07-30 | new API changes | An-Cheng Huang | |
2010-07-28 | 0.17.78debian/0.17.78 | Bob Gilligan | |
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 | 0.17.76debian/0.17.76 | Bob Gilligan | |
2010-07-27 | Bugfix 5929: Preserve SSH host keys during image installation. | Bob Gilligan | |
(cherry picked from commit 71b716b7f5e5df1dd4ea6e8a16c7f987381cab8c) | |||
2010-07-28 | Fix typo in last change | Stephen Hemminger | |
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96) | |||
2010-07-28 | Change ranges for bridge parameters | Stephen Hemminger | |
Bug 5901 (cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09) | |||
2010-07-22 | 0.17.75debian/0.17.75 | 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. |