summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-22Merge branch 'glendale' into hollywoodrbalocca
Conflicts: debian/control scripts/install-system scripts/rl-system.init
2008-03-21Fix Bug 3027 Unable to configure SNMP community client addressMohit Mehta
- added the following commands: - set protocols snmp community <txt> client <IPv4> - set protocols snmp community <txt> network <IPv4net>
2008-03-21Fix debian dependenciesrbalocca
2008-03-21fix bug 3039Robert Bays
2008-03-21Allow operator to run ntpdateStephen Hemminger
Fix for Bug 3018, allow operator to run ntpdate.
2008-03-21Allow operator to run ntpdateStephen Hemminger
Fix for Bug 3018, allow operator to run ntpdate.
2008-03-20Fix Bug 2778 VRRP: add ability to run scripts on state transitionMohit Mehta
- enhancement added: configuring of scripts to run on vrrp state-transitions
2008-03-20up proc limit for rmem_max to support zebra netlink buffer size increase.Michael Larson
2008-03-20Merge branch 'glendale' into hollywoodRick Balocca
2008-03-19Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendaleMark O'Brien
Conflicts: debian/changelog sysconf/version
2008-03-183.0.1Mark O'Brien
2008-03-18Update version file to 3.0.1Mark O'Brien
2008-03-18VC4.0.1Mark O'Brien
2008-03-18Update version file to VC4.0.1Mark O'Brien
2008-03-18Allow operator to set date.Stephen Hemminger
Bugfix: 3018 Put proper path in for date command.
2008-03-18consolidate proc/sys flag settings to livecd/install hookTom Grennan
2008-03-18remove deprecated install scriptsTom Grennan
starting with hollywood, use the debian installer
2008-03-17Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2)Mohit Mehta
- "show vrrp summary" command added
2008-03-15Merge branch 'glendale' into hollywoodrbalocca
2008-03-15Update copyright for "show version"rbalocca
2008-03-14Merge branch 'glendale' into hollywoodrbalocca
2008-03-12CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values
2008-03-12fixes for bugs 2499, 2967Robert Bays
2008-03-12Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendaleStephen Hemminger
2008-03-12Move init-floppy to /opt/vyatta/sbinStephen Hemminger
This command can not be run by operators, only in admin.
2008-03-11Fix 2695 GRE tunnel doesn't work with "key"Stig Thormodsrud
- Include key on tunnel creation. - Prevent user from changing encap/key after creation. - Only allow key on GRE encap.
2008-03-10fix for bug 2083: add radius authentication support.An-Cheng Huang
2008-03-10Merge branch 'glendale' into hollywoodrbalocca
2008-03-10Add tshark dependency on vyatta-cfg-system.Stig Thormodsrud
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-10Changes for license/copyrightStephen Hemminger
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899
2008-03-10Replace VPL with GPLv2Stephen Hemminger
Glendale is licensed under GPL version 2
2008-03-07Merge branch 'glendale' of git:/git/vyatta-cfg-system into glendalerbalocca
2008-03-07Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969 )rbalocca
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- system syslog file name not accepted anymore until facility or archive is specified
2008-03-07Improve the package repository templaterbalocca
2008-03-07Revert "Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )"rbalocca
This reverts commit 550307379748dd440986510d9a6a423881d48169.
2008-03-07Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )rbalocca
2008-03-07allow non-root to clear nat countersStephen Hemminger
Part of bugfix 2698
2008-03-06Merge branch 'glendale' into hollywoodrbalocca
2008-03-06Merge branch 'master' into hollywoodrbalocca
2008-03-05Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542 )rbalocca
2008-03-05Fix format of date from rl-system.initStephen Hemminger
Bugfix: 2946 Use logger instead of date command
2008-03-04Fix for bug #2934rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=2934
2008-03-03Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-system into glendaleStig Thormodsrud
2008-03-03Fix 2880 SNMP configuration file issuesStig Thormodsrud
- Add sysServices 14 - Removed deprecated modules
2008-03-03allow numbers in hostnameStephen Hemminger
Last commit blocked names like "test1", proper expression from RFC 952 is: <hname> ::= <name>*["."<name>] <name> ::= <let>[*[<let-or-digit-or-hyphen>]<let-or-digit>]
2008-03-03Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg-system into glendaleStephen Hemminger
2008-03-03don't allow illegal hostnamesStephen Hemminger
Be more restrictive on hostnames to conform with RFC 952. Host name can't begin or end with a minus sign.
2008-03-01Fix parse error in /etc/sudoersStig Thormodsrud