summaryrefslogtreecommitdiff
path: root/templates/system
AgeCommit message (Collapse)Author
2008-10-10Fix 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-11use script for setting/deleting system nameserversMohit Mehta
2008-09-11preserve system name-servers order in /etc/resolv.conf as configured in CLIMohit Mehta
2008-08-08tighten the checks for checking the existence or removal or nameserversMohit Mehta
2008-08-07any change in system name-servers should be communicated to dnsmasqMohit Mehta
2008-08-06change 'service dns forward' to 'service dns forwarding'Mohit Mehta
2008-08-05change 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 CLIMohit 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-07Remove debuggingrbalocca
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807rbalocca
2008-06-05Remove shell template (not ready yet).Stephen Hemminger
The template will go back in when vyatta_login_user.pl needs it.
2008-06-05Turn off TCP SACKStephen 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-29Rework how user accounts are managedStephen 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-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-03-10fix for bug 2083: add radius authentication support.An-Cheng Huang
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- system syslog file name not accepted anymore until facility or archive is specified
2008-03-07Improve the package repository templaterbalocca
2008-03-07Revert "Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )"rbalocca
This reverts commit 550307379748dd440986510d9a6a423881d48169.
2008-03-07Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )rbalocca
2008-03-03allow numbers in hostnameStephen 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-03don't allow illegal hostnamesStephen Hemminger
Be more restrictive on hostnames to conform with RFC 952. Host name can't begin or end with a minus sign.
2008-02-21fix for bug 2764: rename user levelAn-Cheng Huang
2008-02-19fix for bug 2855: change help textAn-Cheng Huang
2008-02-11allow empty full-nameAn-Cheng Huang
2008-02-11prevent ':' in full name (separator in passwd)An-Cheng Huang
2008-02-11Updated syslog help with severity information.Mark O'Brien
2008-02-06template cleanup and fix for bug 2785: update /etc/mailname with hostname.An-Cheng Huang
2008-02-05fix for bug 2768: add "dynamic" keyword to server entry.An-Cheng Huang
2008-02-04revise the password checkAn-Cheng Huang
2008-02-04add commit check for user passwordAn-Cheng Huang
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-30clean up temp file in delete fail caseAn-Cheng Huang
2008-01-25add a few missing help stringsStig Thormodsrud
2008-01-23fix component check for bug 1938Robert Bays
2008-01-22fix for bug 1938 to prep for glendale repoRobert Bays
2007-12-26Treat '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-18Rewrite '/etc/resolv.conf' each time config at 'system domain-search domain ↵Marat Nepomnyashy
$(@)' changes to update the 'search' params. Bug 2113 fix.
2007-12-12fix static host mappingAn-Cheng Huang
2007-12-11fix sudo problem on installed systemAn-Cheng Huang
2007-12-10use "127.0.1.1" for configured hostname (leave "127.0.0.1" for localhost).An-Cheng Huang
2007-12-04fix for bug 2492: hide ntpd restart messagesAn-Cheng Huang
2007-12-04* change "user group" to "user level".An-Cheng Huang
* "admin" => "users", "quaggavty", "vyattacfg", "sudo". * "users" => "users", "quaggavty" * use "sudo" group for sudo permissions. * don't add "root" to /etc/group.
2007-11-27Fix "set system time-zone" doesn't verify valid time-zone.Stig Thormodsrud
2007-11-07use default if host-name is deletedAn-Cheng Huang
2007-11-05add help and syntax check for syslog facilities/levels.An-Cheng Huang
this also fixes bug 2427 (and 1812?).
2007-11-01add support for user groups: currently a user can be in either "admin" orAn-Cheng Huang
"users" group.
2007-10-26add "allowed" and "help" for completionAn-Cheng Huang
2007-10-24add 'sudo' for 'system' and 'service/ssh' configuration commands.An-Cheng Huang
2007-10-19replace "rl_passwd" with the standard "mkpasswd".An-Cheng Huang