summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-01Missing -e causes sudoers problemStephen Hemminger
Missing -e on echo causes unparsable sudoers
2008-07-01Can't use logger in standaloneStephen Hemminger
logger depends on syslogd which isn't running in standalone mode. So just format message directly to messages and auth.log
2008-07-01get rid of extra fi from last commitStephen Hemminger
mismatch
2008-06-30Change syslogging of authorization related commandsStephen Hemminger
For sucessful sudo, just log it at info level. Capture any security failures/changes into /var/log/auth.log but skip normal CLI commands Turn off the builtin sync after each write to /var/log/messages by putting - before file name; the sync causes a disk write each time and therefore can be a performance hit during boot.
2008-06-30Use logger to write system logStephen Hemminger
Use the logger program to get the proper logging format and message priorities (rather than blindly echoing to /var/log/messages)
2008-06-30Make standalone password reset workStephen Hemminger
Address the problems in bugs 3398 and 3399 as well as some left over stuff from VC 3.0.
2008-06-30Handle multiple slashes in passwdStephen Hemminger
mkpasswd can generate passwd with multiple slashes that need to be escaped.
2008-06-283.1.1Mark O'Brien
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-06-25Fix 3379: tunnel interfaces are artificially limited to tun0-tun9Stig Thormodsrud
2008-06-25Add cli to enable proxy arp on a interface.Stig Thormodsrud
2008-06-24Bugfix: 1292Bob Gilligan
Enable VGA display so that logo can be displayed when booting on a VGA console.
2008-06-24translate slash in passwordStephen Hemminger
If mkpasswd returns password with slash then it needs to be escaped.
2008-06-23Spellin fixesStephen Hemminger
Fix some of my creative spelling in messages
2008-06-22Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg-system into ↵Auto Build
hollywood
2008-06-22Remove dependency on grub-pcAuto Build
2008-06-21Insist on vyatta-keepalivedrbalocca
2008-06-20Additional dependenciesrbalocca
2008-06-20Bugfix: 3259Bob Gilligan
Add code to patch up the /etc/pam.d/login config file so that login prompts for password for non-existant users.
2008-06-19Add module version for vrrp.Stig Thormodsrud
2008-06-19Fix 2030: Enhancement: VRRP preemption hold down timerStig Thormodsrud
2008-06-18Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-18Prompt for vyatta and root passwordStephen Hemminger
Bugfix: 2900 During install give user option of setting root and vyatta password. Don't leave systems open to attack.
2008-06-17Use tr command rather than awkStephen Hemminger
For consistency, use tr for all case conversion in get_response
2008-06-17Use UUID to find root filesystemStephen Hemminger
Use UUID to find root filesystem in grub. This allows device to move between controllers.
2008-06-17Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-173.1.0Mark O'Brien
2008-06-16Surpress messages by defaultStephen Hemminger
Use quiet option to boot command line. Also cleanup script to use more variables
2008-06-16Add passwd sync scriptStephen Hemminger
New script for use in password to configuration sychronization. Part of bugfix 1856 support.
2008-06-12fix for bug 3032: rename pre-glendale config files during install-system.An-Cheng Huang
2008-06-12fix bug 3039Robert Bays
2008-06-11Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-11Turn off framebuffer (by default)Stephen Hemminger
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918.
2008-06-11Fix 1818: Add disable option to vrrp.Stig Thormodsrud
2008-06-10Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-06-10Enable vga framebuffer on consoleStephen Hemminger
Enable vga mode to show logo
2008-06-09Allow operator to run wanpipemonStephen Hemminger
Add entry to sudoers to allow wanpipemon command
2008-06-09Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
hollywood
2008-06-09Bugfix: 3305Bob Gilligan
Get grub to allow the user to interrupt the boot and drop into the grub menu via either the serial or KVM console.
2008-06-09Fix 3328: operator can't issue "show vrrp".Stig Thormodsrud
2008-06-07wrong option to useraddStephen Hemminger
Manpage for useradd is incorrect, the option is -N not -n.
2008-06-06Put vyatta users in the users groupStephen Hemminger
Change to use -n option to useradd: A group having the same name as the user being added to the system will be created by default (when -g is not specified). This option will turn off this behavior. When this option is used, users by default will be placed in whatever group is specified in the GROUP variable of /etc/default/useradd. If no default group is defined, group 100 (users) will be used.
2008-06-06Fix 787: Add a command to force vrrp state transition to backupStig Thormodsrud
2008-06-06Switch back to snmpdStephen Hemminger
Instead of naming package vyatta-snmp, just use version string
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-05Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg-system into ↵Robert Bays
hollywood
2008-06-05fix for bugs 3294 and 3296Robert Bays
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-06-05Pull in vyatta version of snmpdStephen Hemminger
Allow vyatta-snmpd
2008-05-15Fix Bug 3094 SMUX port is open to outside connectionsMohit Mehta
- writing 'smuxsocket localhost' in snmpd.conf to make the agent bind to 127.0.0.1 - this prevents smux port to be open to outside connections