Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | Revert "Split login authentication configuration into three scripts" | Stephen Hemminger | |
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59. | |||
2009-03-23 | Split login authentication configuration into three scripts | Stephen Hemminger | |
Getting cumbersome with one big script. | |||
2009-03-12 | Change update to create on multi-nodes | Stephen Hemminger | |
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit Mehta | |
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface | |||
2009-02-08 | fix spelling mistake | Mohit Mehta | |
2008-11-12 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-12 | Avoid sleep in ntp restart | Stephen Hemminger | |
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time. | |||
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-11-06 | fix for bug 2313: add support for "Region/City" timezone specification. | An-Cheng Huang | |
2008-11-05 | Add config to disable ip/ipv6 forwarding. | Stig Thormodsrud | |
2008-10-10 | Fix Bug 3751 configuring multiple global syslog facilities overwrites ↵ | Mohit Mehta | |
previous ones in /etc/syslog.conf - multiple nodes configured under 'system syslog global' are appended to syslog.conf - default '*.notice -/var/log/messages' is removed from syslog.conf if any node is configured under 'system syslog global' and is put back when nothing configured under 'system syslog global' - syslog process only restarted once after making all changes in config - added commit checks at 'system syslog <>' level nodes to specify facility | |||
2008-09-11 | use script for setting/deleting system nameservers | Mohit Mehta | |
2008-09-11 | preserve system name-servers order in /etc/resolv.conf as configured in CLI | Mohit Mehta | |
2008-08-08 | tighten the checks for checking the existence or removal or nameservers | Mohit Mehta | |
2008-08-07 | any change in system name-servers should be communicated to dnsmasq | Mohit Mehta | |
2008-08-06 | change 'service dns forward' to 'service dns forwarding' | Mohit Mehta | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |
2008-08-05 | - add ability to set cache-size for DNS forwarding from CLI | Mohit Mehta | |
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts | |||
2008-06-26 | => Modified vyatta_update_resolv.pl to update (i.e. add and remove) ↵ | Mohit Mehta | |
'name-server' and 'domain-name-server' options in /etc/resolv.conf received by a dhcp client for an interface => Modified name-server/node.def so as to have the name-server set by our CLI on the top of /etc/resolv.conf to take priority over name-servers received from dhcp client | |||
2008-07-07 | Remove debugging | rbalocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807 | rbalocca | |
2008-06-05 | Remove shell template (not ready yet). | Stephen Hemminger | |
The template will go back in when vyatta_login_user.pl needs it. | |||
2008-06-05 | Turn off TCP SACK | Stephen Hemminger | |
This is a workaround for bug 3313. The problem is that MD5 uses up what little space there for TCP options in header. | |||
2008-05-29 | Rework how user accounts are managed | Stephen Hemminger | |
Rewrite the scripts that manage user accounts to: 1) use Posix standard useradd, userdel scripts rather than modifying passwd/group files directly. 2) add home-directory field to account management 3) support adding accounts to additional groups Note: this code should now also work with NIS since it has no direct access to /etc/passwd. | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
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-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-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-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-23 | fix component check for bug 1938 | Robert Bays | |
2008-01-22 | fix for bug 1938 to prep for glendale repo | Robert Bays | |
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-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-12 | fix static host mapping | An-Cheng Huang | |
2007-12-11 | fix sudo problem on installed system | An-Cheng Huang | |