summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-140.17.33debian/0.17.33Mohit Mehta
2010-04-14For Bug 5625 Not ready for DNSSEC implementationMohit Mehta
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list
2010-04-090.17.32debian/0.17.32An-Cheng Huang
2010-04-09increase xen hypervisor heap sizeAn-Cheng Huang
2010-04-060.17.31debian/0.17.31Stephen Hemminger
2010-04-06Add input pseudo-interface configurationStephen Hemminger
This is configuration wrapper for IFB. See spec.
2010-04-050.17.30debian/0.17.30Stephen Hemminger
2010-04-05Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-04-05Ignore errors from ethtool when setting speed/duplexStephen Hemminger
Many virtual devices don't implement speed/duplex, so just ignore any errors.
2010-04-05Use 3 arg open to create pipeStephen Hemminger
Safer from user doing nasty things with command args.
2010-04-05Use 3 arg openStephen Hemminger
This fixes perlcritic warning because of using 2 arg open. The other form puts pipe as method.
2010-04-050.17.29debian/0.17.29Stephen Hemminger
2010-04-02Fail gracefully if path is unknownStephen Hemminger
If device is ppp but not in Vyatta config, the configuration path will be undefined. So have script give reasonable error rather than perl undefined variable message.
2010-03-300.17.28debian/0.17.28Bob Gilligan
2010-03-30Improve wording of config info save dialog.Bob Gilligan
2010-03-290.17.27debian/0.17.27Stephen Hemminger
2010-03-29Fix test for UPStephen Hemminger
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP.
2010-03-29Ignore setting CPU affinity on UP systemsStephen Hemminger
If only one CPU, then not worth bothering doing any kind of interrrupt affinity.
2010-03-240.17.26debian/0.17.26An-Cheng Huang
2010-03-24run snmpd as user snmpAn-Cheng Huang
2010-03-240.17.25debian/0.17.25Mohit Mehta
2010-03-24Fix Bug 5487 http redirect url address placed on the router gets blocked byMohit Mehta
local-zone's firewall when using Zone Based Firewall * changed local zones INPUT and OUTPUT chain rules to allow all local-zone traffic on the loopback interface rather than using address 127.0.0.1 which was too restrictive and blocked certain traffic initiated from and going to local-zone itself. This is compliant with the Zone Concept and similar to what's done for other transient zones as well where rules are interface based
2010-03-200.17.24debian/0.17.24Mohit Mehta
2010-03-20Fix Bug 5386 L2TP will work only the first time Vyatta is bootedMohit Mehta
* move fix to vyatta-ravpn to make sure init script stays modified even if xl2tpd gets installed after vyatta-cfg-sytem during full-upgrade (cherry picked from commit bdc317666828bad9dac2edef20d3919d943a5e9e)
2010-03-180.17.23debian/0.17.23Bob Gilligan
2010-03-18Bugfix 5449: Maintain "console affinity" when adding a new image.Bob Gilligan
2010-03-17fixes commit warning when run invoked via the api--getlogin() may return an ↵Michael Larson
undefined value as the process is a child process invoked indirectly via the gui (not a normal shell logged in user generated event).
2010-03-170.17.22debian/0.17.22Stephen Hemminger
2010-03-17Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-03-17Handle devices that do not report ethtoolStephen Hemminger
Some devices might not report ethtool settings, but still allow ethtool configuration of speed/duplex. Bug 5466
2010-03-15Remove Radius Server config file on rebootStephen Hemminger
The radius server config file needs to be removed. It gets rebuilt later in config process.
2010-03-150.17.21debian/0.17.21Stephen Hemminger
2010-03-15Better version of forcing user logoutStephen Hemminger
Use warning and hup signal to force user to log out.
2010-03-15Use userdel -f to force removal of userStephen Hemminger
This is the documented way to remove user that is still logged in. It also removes home directory, which is necessary as well.
2010-03-12Make /var/run/vyatta and /var/log/vyattaStephen Hemminger
Other scripts depend on these directories
2010-03-120.17.20debian/0.17.20Stephen Hemminger
2010-03-12Force user process to dieStephen Hemminger
Bug 5067 Use more persuasive kill to make processes exit, which allows user to be deleted.
2010-03-12Run partition editor with script flag to avoid prompting userStephen Hemminger
Bug 5443 When running on HyperV, install-system appeared to hang because although hda existed, it had no information so parted was prompting for retry. Use the -s flag (never prompt) at all the places in install-system/install-image where we don't want to have user interaction.
2010-03-11* Fix BZ 5334 services start automatically on boot up after upgrade to kenwoodMohit Mehta
update package dependency to a more recent version of openssh-server (cherry picked from commit 27b9395badfa3294db894da59acbb69c6e79056b)
2010-03-10Fix case of VGA_LOGO optionStephen Hemminger
2010-03-10Disable SELinux during password resetStephen Hemminger
2010-03-090.17.19debian/0.17.19Bob Gilligan
2010-03-09Bugfix 5021: Make smp_affinity configuration tolerant of failures.Bob Gilligan
2010-03-090.17.18debian/0.17.18Bob Gilligan
2010-03-09Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurBob Gilligan
2010-03-09Bugfix 5424: Allow image with same version to be added to disk-based installBob Gilligan
2010-03-09Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspurStephen Hemminger
2010-03-09Set primary interface after bond-group is initializedStephen Hemminger
Bug 4977 Need to wait to set/check bond primary device until after it is put in bond group.
2010-03-080.17.17debian/0.17.17Bob Gilligan
2010-03-08Use more reliable method for determining system version.Bob Gilligan