Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-03-10 | Changes for license/copyright | Stephen Hemminger | |
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899 | |||
2008-03-10 | Replace VPL with GPLv2 | Stephen Hemminger | |
Glendale is licensed under GPL version 2 | |||
2008-03-07 | Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendale | rbalocca | |
2008-03-07 | Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 ) | rbalocca | |
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-07 | allow non-root to clear nat counters | Stephen Hemminger | |
Part of bugfix 2698 | |||
2008-03-05 | Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 ) | rbalocca | |
2008-03-04 | Fix for bug #2934 | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=2934 | |||
2008-03-03 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-system into glendale | Stig Thormodsrud | |
2008-03-03 | Fix 2880 SNMP configuration file issues | Stig Thormodsrud | |
- Add sysServices 14 - Removed deprecated modules | |||
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 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendale | Stephen Hemminger | |
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-03-01 | Fix parse error in /etc/sudoers | Stig Thormodsrud | |
2008-02-29 | add explicit list of commands in sudoers | Stephen 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-29 | put operator in operator group | Stephen Hemminger | |
This is part of other permission fixes, it puts operators into a group that can then be used for access control. | |||
2008-02-28 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendale | Stephen Hemminger | |
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-27 | Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendale | Mark O'Brien | |
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 | add operator and admin to linux group adm | Stephen 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-26 | Fix 2877: Bridge group can not be assiged to vif sub interfaceZ | Stig Thormodsrud | |
2008-02-25 | vc4.0.0 | Mark O'Brien | |
2008-02-25 | Update version file to vc4.0.0 | Mark O'Brien | |
2008-02-25 | Missing version file in Makefile.am | rbalocca | |
2008-02-25 | These files will be changed by autobuild-git-eureak | rbalocca | |
2008-02-25 | vyatta-cfg-system postinst was clobbering version file | rbalocca | |
2008-02-22 | 4.0.0 | rbalocca | |
2008-02-22 | Update version file to 4.0.0 | rbalocca | |
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2008-02-21 | fix for bug 2764: rename user level | An-Cheng Huang | |
2008-02-21 | debian'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-20 | Add version file | rbalocca | |
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 | fix for bug 2547: don't require/output ':' after "hw-id". | 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-06 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-system into glendale | Michael Larson | |
2008-02-06 | bump up rmem_max limit to 223232 (in conjunction with fix for zebra) | Michael Larson | |
2008-02-05 | fix for bug 2768: add "dynamic" keyword to server entry. | An-Cheng Huang | |