summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-11Fix 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-10fix for bug 2083: add radius authentication support.An-Cheng Huang
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-10Changes for license/copyrightStephen Hemminger
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899
2008-03-10Replace VPL with GPLv2Stephen Hemminger
Glendale is licensed under GPL version 2
2008-03-07Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendalerbalocca
2008-03-07Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 )rbalocca
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-07allow non-root to clear nat countersStephen Hemminger
Part of bugfix 2698
2008-03-05Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 )rbalocca
2008-03-04Fix for bug #2934rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=2934
2008-03-03Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-system into glendaleStig Thormodsrud
2008-03-03Fix 2880 SNMP configuration file issuesStig Thormodsrud
- Add sysServices 14 - Removed deprecated modules
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-03Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendaleStephen Hemminger
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-03-01Fix parse error in /etc/sudoersStig Thormodsrud
2008-02-29add explicit list of commands in sudoersStephen Hemminger
Rather than open access to commands in sudo-users, restrict commands to a more limited set explicitly listed in /etc/sudoers. This allows administrator to change security policy by just examining/changing the file. This addresses infrastructure needed for fixing bugs where operator mode needs to be secure and not ask for password.
2008-02-29put operator in operator groupStephen Hemminger
This is part of other permission fixes, it puts operators into a group that can then be used for access control.
2008-02-28Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendaleStephen Hemminger
2008-02-28fix ssh allow-root templateStephen 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-27Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendaleMark O'Brien
2008-02-26add option to disable root login over sshStephen Hemminger
See: https://bugzilla.vyatta.com/show_bug.cgi?id=2798 and https://bugzilla.vyatta.com/show_bug.cgi?id=2806
2008-02-26add operator and admin to linux group admStephen Hemminger
Add operator to group adm to allow reading log files without sudo. This group is used allow reading files in /var/log so the operational mode show log commands don't need sudo.
2008-02-26Fix 2877: Bridge group can not be assiged to vif sub interfaceZStig Thormodsrud
2008-02-25vc4.0.0Mark O'Brien
2008-02-25Update version file to vc4.0.0Mark O'Brien
2008-02-25Missing version file in Makefile.amrbalocca
2008-02-25These files will be changed by autobuild-git-eureakrbalocca
2008-02-25vyatta-cfg-system postinst was clobbering version filerbalocca
2008-02-224.0.0rbalocca
2008-02-22Update version file to 4.0.0rbalocca
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2008-02-21fix for bug 2764: rename user levelAn-Cheng Huang
2008-02-21debian's latest update to "bash" (3.1dfsg-9) broke the completion mechanism.An-Cheng Huang
workaround is to source in our completion scripts directly.
2008-02-20Add version filerbalocca
2008-02-19fix for bug 2855: change help textAn-Cheng Huang
2008-02-15Fix syntax error in "interface bridge <> priority".Stig Thormodsrud
2008-02-14Fix 2819 Plain-text authentication should be identified as such.Stig Thormodsrud
2008-02-11fix for bug 2547: don't require/output ':' after "hw-id".An-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-06Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-system into glendaleMichael Larson
2008-02-06bump up rmem_max limit to 223232 (in conjunction with fix for zebra)Michael Larson
2008-02-05fix for bug 2768: add "dynamic" keyword to server entry.An-Cheng Huang