summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-02-04revise the password checkAn-Cheng Huang
2008-02-04add commit check for user passwordAn-Cheng Huang
2008-02-04Merge commit 'origin/glendale' into glendaleTom Grennan
2008-02-01- Fix 2745: bridge-group cost - syntax errorStig Thormodsrud
- Fix 2746: bridge-group priority - syntax error - Add comp_help strings - Change bridge-group to a transaction node
2008-02-01remove stale CONFIG_PARTITION commentsTom Grennan
2008-01-31source /etc/default/vyatta instead of configuring install-systemTom Grennan
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-24update tunnel help strings with defaultsStig Thormodsrud
2008-01-23fix /etc/crontab: logrotateTom Grennan
2008-01-23Merge commit 'origin/glendale' into glendaleTom Grennan
2008-01-23fix bug 2658Tom Grennan
udev appears to be threaded where sub-scripts may be context switch; so, defer config file interface updates to rl-system.init
2008-01-23Revert "fix bug 2658"Tom Grennan
This reverts commit b45bba4286e83f8babcd70eef908f2ea2f8fff3c.
2008-01-23fix component check for bug 1938Robert Bays
2008-01-22fix for bug 1938 to prep for glendale repoRobert Bays
2008-01-21At bootup vrrp needs to skip vlan interfaces that haven't been instantiated yetStig Thormodsrud