Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-14 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-03 | Fix 3086: VRRP only allows up to 20 virtual IPs | Stig Thormodsrud | |
2008-03-31 | Add vrrp vip addresses to watchlink exclude file. | Stig Thormodsrud | |
2008-03-21 | Fix Bug 3027 Unable to configure SNMP community client address | Mohit Mehta | |
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net> | |||
2008-03-12 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values | |||
2008-03-11 | Fix 2695 GRE tunnel doesn't work with "key" | Stig Thormodsrud | |
- Include key on tunnel creation. - Prevent user from changing encap/key after creation. - Only allow key on GRE encap. | |||
2008-03-10 | fix for bug 2083: add radius authentication support. | An-Cheng Huang | |
2008-03-07 | Fix Bug 2707 Missing from Glendale | Mohit Mehta | |
- system syslog file name not accepted anymore until facility or archive is specified | |||
2008-03-07 | Improve the package repository template | rbalocca | |
2008-03-07 | Revert "Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )" | rbalocca | |
This reverts commit 550307379748dd440986510d9a6a423881d48169. | |||
2008-03-07 | Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 ) | rbalocca | |
2008-03-03 | allow numbers in hostname | Stephen Hemminger | |
Last commit blocked names like "test1", proper expression from RFC 952 is: <hname> ::= <name>*["."<name>] <name> ::= <let>[*[<let-or-digit-or-hyphen>]<let-or-digit>] | |||
2008-03-03 | don't allow illegal hostnames | Stephen Hemminger | |
Be more restrictive on hostnames to conform with RFC 952. Host name can't begin or end with a minus sign. | |||
2008-02-28 | fix ssh allow-root template | Stephen Hemminger | |
Bugfix: 2909 1. Change name so telnet and ssh syntax are similar 2. Fix to always return true so update suceeds 3. No need to delete entry on removal of ssh service | |||
2008-02-26 | add option to disable root login over ssh | Stephen Hemminger | |
See: https://bugzilla.vyatta.com/show_bug.cgi?id=2798 and https://bugzilla.vyatta.com/show_bug.cgi?id=2806 | |||
2008-02-26 | Fix 2877: Bridge group can not be assiged to vif sub interfaceZ | Stig Thormodsrud | |
2008-02-21 | fix for bug 2764: rename user level | An-Cheng Huang | |
2008-02-19 | fix for bug 2855: change help text | An-Cheng Huang | |
2008-02-15 | Fix syntax error in "interface bridge <> priority". | Stig Thormodsrud | |
2008-02-14 | Fix 2819 Plain-text authentication should be identified as such. | Stig Thormodsrud | |
2008-02-11 | allow empty full-name | An-Cheng Huang | |
2008-02-11 | prevent ':' in full name (separator in passwd) | An-Cheng Huang | |
2008-02-11 | Updated syslog help with severity information. | Mark O'Brien | |
2008-02-06 | template cleanup and fix for bug 2785: update /etc/mailname with hostname. | An-Cheng Huang | |
2008-02-05 | fix for bug 2768: add "dynamic" keyword to server entry. | An-Cheng Huang | |
2008-02-04 | revise the password check | An-Cheng Huang | |
2008-02-04 | add commit check for user password | An-Cheng Huang | |
2008-02-01 | - Fix 2745: bridge-group cost - syntax error | Stig Thormodsrud | |
- Fix 2746: bridge-group priority - syntax error - Add comp_help strings - Change bridge-group to a transaction node | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-30 | clean up temp file in delete fail case | An-Cheng Huang | |
2008-01-25 | add a few missing help strings | Stig Thormodsrud | |
2008-01-24 | update tunnel help strings with defaults | Stig Thormodsrud | |
2008-01-23 | fix component check for bug 1938 | Robert Bays | |
2008-01-22 | fix for bug 1938 to prep for glendale repo | Robert Bays | |
2008-01-21 | All vrrp to be configured on vif | Stig Thormodsrud | |
2008-01-16 | Add help and error message for 'set interfaces ethernet <dev> address | Stig Thormodsrud | |
2008-01-12 | Add vrrp sync group and fix authentication display | Stig Thormodsrud | |
2008-01-11 | Allow ip address to be configured on bridge interface | Stig Thormodsrud | |
2007-12-26 | Treat 'system domain-name $(@)' and 'system domain-search domain $(@)' as ↵ | Marat Nepomnyashy | |
mutually exclusive. Generate an error message and refuse commit if both are specified. Bug 2256 fix. | |||
2007-12-22 | Add tunnel interface. | Stig Thormodsrud | |
2007-12-18 | Rewrite '/etc/resolv.conf' each time config at 'system domain-search domain ↵ | Marat Nepomnyashy | |
$(@)' changes to update the 'search' params. Bug 2113 fix. | |||
2007-12-18 | Fix delete vrrp node (we really need symbolic names rather than relative path). | Stig Thormodsrud | |
2007-12-18 | - Add support for multiple vrrp groups per interface. | Stig Thormodsrud | |
- Add support for multiple VIPs per vrrp group. | |||
2007-12-16 | Add ethernet bridging. | Stig Thormodsrud | |
2007-12-12 | fix static host mapping | An-Cheng Huang | |
2007-12-11 | fix sudo problem on installed system | An-Cheng Huang | |
2007-12-10 | use "127.0.1.1" for configured hostname (leave "127.0.0.1" for localhost). | An-Cheng Huang | |
2007-12-10 | also check telnet session for "allow-root" | An-Cheng Huang | |
2007-12-10 | fix for bug 2524: telnet settings can only be set via ssh or console. | An-Cheng Huang | |
2007-12-05 | add "allow-root" option for telnet (default "false"). | An-Cheng Huang | |