summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-11Turn off framebuffer (by default)Stephen Hemminger
Revert "Enable vga framebuffer on console" This reverts commit c2db47deb9aa0661468a36822b5105ed1fe51918.
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
2008-05-30Allow any user to be in config fileStephen 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-29Rework how user accounts are managedStephen 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-29re-indent login scriptStephen Hemminger
Run script through perltidy to cleanup indentation
2008-05-29Add GPL licenseStephen Hemminger
Put GPL license on this script
2008-05-28add libnetaddr-ip-perl dependencyTom Grennan
2008-05-26Fix 2705: Add "clear vrrp process" command.Stig Thormodsrud
2008-05-23Fix vrrp snoop_for_master() to also work with AH authentication.Stig Thormodsrud
2008-05-22Make vrrp pcap filter more specific.Stig Thormodsrud
2008-05-21Fix 3273: "show vrrp summary" output doesn't line-up when using vlansStig Thormodsrud
2008-05-21Fix 3155: setting the third vrrp member with the highest priority doesn't ↵Stig Thormodsrud
change (update) the backup
2008-05-20Add vyatta-busybox to dependenciesrbalocca
2008-05-20Ignore derived filesrbalocca
2008-05-19Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-system into ↵rbays
hollywood
2008-05-19update install-system to work with xen setuprbays
2008-05-19Fix 3251: vrrp should also send a gratuitous arp reply on master transitionStig Thormodsrud
2008-05-15Fix 3144: VRRP backup obtains VIP resulting in a duplicate IP situation.Stig Thormodsrud
2008-05-14Change dependancy from keepalived to vyatta-keepalived.Stig Thormodsrud
2008-05-14fix install system to use the correct kernels in grub.cfgrbays
2008-05-13fix typo in rl-system.initAn-Cheng Huang
2008-05-13Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
hollywood
2008-05-13Move sysctl configuration to /etc/vyatta-sysctl.confStephen Hemminger
Change settings and move sysctl values to separate file /etc/vyatta-sysctl.conf. This allows for user/support to adjust configuration without changing the rl-system.init script.
2008-05-09Set initial vrrp state based on existing state if available.Stig Thormodsrud
2008-05-07Convert to our method of changelog creationrbalocca
2008-05-07Merge branch 'glendale' into hollywoodrbalocca
Conflicts: debian/vyatta-cfg-system.postinst.in
2008-05-063.0.5debian/0.9Mark O'Brien
2008-05-053.0.4debian/0.8Mark O'Brien
2008-05-05fix for bug 3225: only insert sudoers if not present.An-Cheng Huang
2008-05-03Mimic the transaction mechanism to only restart the vrrp daemon once/commit.Stig Thormodsrud
2008-05-01Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/interfaces/ethernet/node.tag/vif/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def templates/interfaces/ethernet/node.tag/vrrp/vrrp-group/node.tag/virtual-address/node.def
2008-05-01config.boot.default is not moved to the top level repo (build-iso.git)rbalocca
2008-04-30Modifications to send link up/down traps to configured trap-targetMohit Mehta
2008-04-293.0.3debian/0.7Mark O'Brien
2008-04-25watchlink is no longer usedStephen Hemminger
The watchlink exclude is no longer used.