Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-06-05 | fix for bugs 3294 and 3296 | Robert Bays | |
2008-06-05 | Turn off TCP SACK | Stephen 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-05 | Pull in vyatta version of snmpd | Stephen Hemminger | |
Allow vyatta-snmpd | |||
2008-05-15 | Fix Bug 3094 SMUX port is open to outside connections | Mohit 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 | |||
2008-05-30 | Allow any user to be in config file | Stephen Hemminger | |
Root (which uses bash) must be allowed, and probably want to allow others as well. Better to add full shell support later | |||
2008-05-29 | Rework how user accounts are managed | Stephen Hemminger | |
Rewrite the scripts that manage user accounts to: 1) use Posix standard useradd, userdel scripts rather than modifying passwd/group files directly. 2) add home-directory field to account management 3) support adding accounts to additional groups Note: this code should now also work with NIS since it has no direct access to /etc/passwd. | |||
2008-05-29 | re-indent login script | Stephen Hemminger | |
Run script through perltidy to cleanup indentation | |||
2008-05-29 | Add GPL license | Stephen Hemminger | |
Put GPL license on this script | |||
2008-05-28 | add libnetaddr-ip-perl dependency | Tom Grennan | |
2008-05-26 | Fix 2705: Add "clear vrrp process" command. | Stig Thormodsrud | |
2008-05-23 | Fix vrrp snoop_for_master() to also work with AH authentication. | Stig Thormodsrud | |
2008-05-22 | Make vrrp pcap filter more specific. | Stig Thormodsrud | |
2008-05-21 | Fix 3273: "show vrrp summary" output doesn't line-up when using vlans | Stig Thormodsrud | |
2008-05-21 | Fix 3155: setting the third vrrp member with the highest priority doesn't ↵ | Stig Thormodsrud | |
change (update) the backup | |||
2008-05-20 | Add vyatta-busybox to dependencies | rbalocca | |
2008-05-20 | Ignore derived files | rbalocca | |
2008-05-19 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-system into ↵ | rbays | |
hollywood | |||
2008-05-19 | update install-system to work with xen setup | rbays | |
2008-05-19 | Fix 3251: vrrp should also send a gratuitous arp reply on master transition | Stig Thormodsrud | |
2008-05-15 | Fix 3144: VRRP backup obtains VIP resulting in a duplicate IP situation. | Stig Thormodsrud | |
2008-05-14 | Change dependancy from keepalived to vyatta-keepalived. | Stig Thormodsrud | |
2008-05-14 | fix install system to use the correct kernels in grub.cfg | rbays | |
2008-05-13 | fix typo in rl-system.init | An-Cheng Huang | |
2008-05-13 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood |