Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | |||
2008-05-13 | Move sysctl configuration to /etc/vyatta-sysctl.conf | Stephen 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-09 | Set initial vrrp state based on existing state if available. | Stig Thormodsrud | |
2008-05-07 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/vyatta-cfg-system.postinst.in | |||
2008-05-03 | Mimic the transaction mechanism to only restart the vrrp daemon once/commit. | Stig Thormodsrud | |
2008-04-30 | Modifications to send link up/down traps to configured trap-target | Mohit Mehta | |
2008-04-21 | Modifications for enabling net-snmp's interaction with quagga for bgp, ospf ↵ | Mohit Mehta | |
and rip mib traversals | |||
2008-04-24 | Pretty print the grub.cfg filehollister | rbalocca | |
2008-04-24 | Partitions in grub-pc now start at 1 (instead of 0) | rbalocca | |
2008-04-24 | Update install-system to use grub-pc | rbalocca | |
2008-04-23 | Revert "remove deprecated install scripts" | rbalocca | |
This reverts commit 33a7d7e76222aa6ba952610144065221b6e8aeda. | |||
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | Fix 3086: VRRP only allows up to 20 virtual IPs | Stig Thormodsrud | |
2008-03-26 | fix for bug 3032: rename pre-glendale config files during install-system. | An-Cheng Huang | |
2008-03-22 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/control scripts/install-system scripts/rl-system.init | |||
2008-03-21 | Fix Bug 3027 Unable to configure SNMP community client address | Mohit Mehta | |
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net> | |||
2008-03-21 | fix bug 3039 | Robert Bays | |
2008-03-20 | Fix Bug 2778 VRRP: add ability to run scripts on state transition | Mohit Mehta | |
- enhancement added: configuring of scripts to run on vrrp state-transitions | |||
2008-03-20 | up proc limit for rmem_max to support zebra netlink buffer size increase. | Michael Larson | |
2008-03-18 | consolidate proc/sys flag settings to livecd/install hook | Tom Grennan | |
2008-03-18 | remove deprecated install scripts | Tom Grennan | |
starting with hollywood, use the debian installer | |||
2008-03-17 | Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2) | Mohit Mehta | |
- "show vrrp summary" command added | |||
2008-03-14 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-12 | fixes for bugs 2499, 2967 | Robert Bays | |
2008-03-10 | fix for bug 2083: add radius authentication support. | An-Cheng Huang | |
2008-03-10 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-03-07 | Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 ) | rbalocca | |
2008-03-06 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-05 | Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 ) | rbalocca | |
2008-03-05 | Fix format of date from rl-system.init | Stephen Hemminger | |
Bugfix: 2946 Use logger instead of date command | |||
2008-03-03 | Fix 2880 SNMP configuration file issues | Stig Thormodsrud | |
- Add sysServices 14 - Removed deprecated modules | |||
2008-02-29 | put operator in operator group | Stephen Hemminger | |
This is part of other permission fixes, it puts operators into a group that can then be used for access control. | |||
2008-02-26 | add operator and admin to linux group adm | Stephen 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. |