Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807 | rbalocca | |
2008-07-04 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-07-04 | Modify upgrade procedure for /etc/sudoers | Stephen Hemminger | |
Bugfix 3429 0) make backup of file 1) remove old glendale entries 2) put all vyatta entries in one block 3) remove vyatta entries on package removal | |||
2008-07-03 | fix for bug 3417: use UUID in grub config file | An-Cheng Huang | |
2008-07-03 | Fix problem if install-system run twice | Stephen Hemminger | |
If install-system is run twice and the first pass copied the old configuration file; then the second time the leftover file from previous attempt needs to be cleaned up. Otherwise, the old configuration file will be copied even if the user doesn't want it! | |||
2008-07-03 | Bugfix: 1592 | Bob Gilligan | |
Fix the boot command syntax for password recovery on serial console. | |||
2008-07-01 | Missing -e causes sudoers problem | Stephen Hemminger | |
Missing -e on echo causes unparsable sudoers | |||
2008-07-01 | Can't use logger in standalone | Stephen Hemminger | |
logger depends on syslogd which isn't running in standalone mode. So just format message directly to messages and auth.log | |||
2008-07-01 | get rid of extra fi from last commit | Stephen Hemminger | |
mismatch | |||
2008-06-30 | Change syslogging of authorization related commands | Stephen 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-30 | Use logger to write system log | Stephen Hemminger | |
Use the logger program to get the proper logging format and message priorities (rather than blindly echoing to /var/log/messages) | |||
2008-06-30 | Make standalone password reset work | Stephen Hemminger | |
Address the problems in bugs 3398 and 3399 as well as some left over stuff from VC 3.0. | |||
2008-06-30 | Handle multiple slashes in passwd | Stephen Hemminger | |
mkpasswd can generate passwd with multiple slashes that need to be escaped. | |||
2008-06-25 | Fix 3379: tunnel interfaces are artificially limited to tun0-tun9 | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |
2008-06-24 | Bugfix: 1292 | Bob Gilligan | |
Enable VGA display so that logo can be displayed when booting on a VGA console. | |||
2008-06-24 | translate slash in password | Stephen Hemminger | |
If mkpasswd returns password with slash then it needs to be escaped. | |||
2008-06-23 | Spellin fixes | Stephen Hemminger | |
Fix some of my creative spelling in messages | |||
2008-06-22 | Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg-system into ↵ | Auto Build | |
hollywood | |||
2008-06-22 | Remove dependency on grub-pc | Auto Build | |
2008-06-21 | Insist on vyatta-keepalived | rbalocca | |
2008-06-20 | Additional dependencies | rbalocca | |
2008-06-20 | Bugfix: 3259 | Bob 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-19 | Add module version for vrrp. | Stig Thormodsrud | |
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-18 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-18 | Prompt for vyatta and root password | Stephen Hemminger | |
Bugfix: 2900 During install give user option of setting root and vyatta password. Don't leave systems open to attack. | |||
2008-06-17 | Use tr command rather than awk | Stephen Hemminger | |
For consistency, use tr for all case conversion in get_response | |||
2008-06-17 | Use UUID to find root filesystem | Stephen Hemminger | |
Use UUID to find root filesystem in grub. This allows device to move between controllers. | |||
2008-06-17 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-17 | 3.1.0vyatta/3.1.0debian/0.10 | Mark O'Brien | |
2008-06-16 | Surpress messages by default | Stephen Hemminger | |
Use quiet option to boot command line. Also cleanup script to use more variables | |||
2008-06-16 | Add passwd sync script | Stephen Hemminger | |
New script for use in password to configuration sychronization. Part of bugfix 1856 support. | |||
2008-06-12 | fix for bug 3032: rename pre-glendale config files during install-system. | An-Cheng Huang | |
2008-06-12 | fix bug 3039 | Robert Bays | |
2008-06-11 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-11 | Turn off framebuffer (by default) | Stephen Hemminger | |
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918. | |||
2008-06-11 | Fix 1818: Add disable option to vrrp. | Stig Thormodsrud | |
2008-06-10 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-06-10 | Enable vga framebuffer on console | Stephen Hemminger | |
Enable vga mode to show logo | |||
2008-06-09 | Allow operator to run wanpipemon | Stephen Hemminger | |
Add entry to sudoers to allow wanpipemon command | |||
2008-06-09 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
hollywood | |||
2008-06-09 | Bugfix: 3305 | Bob 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-09 | Fix 3328: operator can't issue "show vrrp". | Stig Thormodsrud | |
2008-06-07 | wrong option to useradd | Stephen Hemminger | |
Manpage for useradd is incorrect, the option is -N not -n. | |||
2008-06-06 | Put vyatta users in the users group | Stephen 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-06 | Fix 787: Add a command to force vrrp state transition to backup | Stig Thormodsrud | |
2008-06-06 | Switch back to snmpd | Stephen Hemminger | |
Instead of naming package vyatta-snmp, just use version string | |||
2008-06-05 | Remove shell template (not ready yet). | Stephen Hemminger | |
The template will go back in when vyatta_login_user.pl needs it. | |||
2008-06-05 | Merge branch 'hollywood' of git://git.vyatta.com/vyatta-cfg-system into ↵ | Robert Bays | |
hollywood |