summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-17Merged from Jenner.Bob Gilligan
2009-06-170.15.55debian/0.15.55Bob Gilligan
2009-06-17Bugfix 4490: Wait for stability after marking partition bootable.Bob Gilligan
2009-06-170.15.54debian/0.15.54Bob Gilligan
2009-06-17Bugfix 4490: Mark root partition as "bootable" in the master boot record (MBR).Bob Gilligan
The MBR provides a flag on each of the partitions to indicate whether it is "bootable" or not. Most BIOS implementations ignore this flag and will boot from a partition whether or not this flag is set. Some BIOS implementations, however, refuse to boot from a partition that is not marked as "bootable". This fix marks the partition that holds the root filesystem as "bootable" so that it can be booted by either type of BIOS.
2009-06-140.15.53debian/0.15.53Stig Thormodsrud
2009-06-14Fix 4579: There is no validation for vrrp virtual-address like the one for ↵Stig Thormodsrud
interfaces address.
2009-06-030.15.52debian/0.15.52Mohit Mehta
2009-06-03change default-policy to default-action for zonesMohit Mehta
2009-06-020.15.51debian/0.15.51An-Cheng Huang
2009-06-02Tacplus no longer part of jennerStephen Hemminger
2009-06-010.15.50debian/0.15.50An-Cheng Huang
2009-06-01Merge branch 'jenner' into kenwoodStephen Hemminger
Conflicts: debian/changelog
2009-06-010.15.48+jenner4debian/0.15.48+jenner4Stephen Hemminger
2009-06-01Change how system login update worksStephen Hemminger
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update.
2009-06-01Ignore patch and editor temporary filesStephen Hemminger
2009-06-01Fix deletion of pseudo-ethernetStephen Hemminger
Bug 4478 Incorrect syntax on ip link command.
2009-05-310.15.48+jenner3debian/0.15.48+jenner3Stig Thormodsrud
2009-05-31Fix bug preventing 'vyatta' user login.Stig Thormodsrud
2009-05-300.15.48+jenner2debian/0.15.48+jenner2Stig Thormodsrud
2009-05-30Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-05-30Change tunnel multicast from on/off to enable/disable.Stig Thormodsrud
2009-05-290.15.49debian/0.15.49An-Cheng Huang
2009-05-290.15.48+jenner1debian/0.15.48+jenner1An-Cheng Huang
2009-05-29move server,protocol to the same line in config fileMohit Mehta
2009-05-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-05-27Print error message on failure to create group/userStephen Hemminger
Bug 4448
2009-05-270.15.48debian/0.15.48Stephen Hemminger
2009-05-27NTP management version 3Stephen Hemminger
1. Don't start NTP server at boot (network not configed yet) 2. Start NTP as needed based on vyatta config
2009-05-27Revert "Restore default facility for 'syslog console'"Stephen Hemminger
This reverts commit 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819.
2009-05-26Restore default facility for 'syslog console'Stephen Hemminger
Bug 4051 set system syslog console needs to default to: set system syslog console facility all level err
2009-05-250.15.47debian/0.15.47Jon Andersson
2009-05-25Allow multicast to be enabled on tunnel interfaces.Jon Andersson
2009-05-25Fix 4430: Not possible to create tunnel on fluctating interfacesJon Andersson
2009-05-240.15.46debian/0.15.46Stephen Hemminger
2009-05-24Fix post install script to adjust ntp.conf and net.agentStephen Hemminger
ISO is still not coming out with correct Vyatta values.
2009-05-24Simplify ntp.confStephen Hemminger
Only put comments in about features that are used.
2009-05-23Fix install rulesStephen Hemminger
The edit of udev/rules.d had incorrect sed command. Setting up ntp.conf wasn't working right.
2009-05-220.15.45debian/0.15.45Stephen Hemminger
2009-05-22Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-05-220.15.44debian/0.15.44Stephen Hemminger
2009-05-22Fix ntp.conf managementStephen Hemminger
Had incorrect grep expressions, and don't need to use sudo unless changing values.
2009-05-22add iburstStephen Hemminger
2009-05-22Put server at end of fileStephen Hemminger
So when CLI updates ntp.conf, the file stays same format
2009-05-220.15.43debian/0.15.43Stephen Hemminger
2009-05-22Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jennerStephen Hemminger
2009-05-22Don't run net.agentStephen Hemminger
By default, vyatta doesn't have package ifupdown, so no need for net.agent Bug 3885
2009-05-22Run ntp during bootStephen Hemminger
Go back to running ntp during boot because ntp.conf always exists
2009-05-220.15.42debian/0.15.42Stephen Hemminger
2009-05-22Add NTP configuration fileStephen Hemminger
There are options (like restrict) that should be ntp.conf This would reduce security exposure of the router (see recent CVE). Also, this avoid restarting ntp server on boot when using the default vyatta ntp server.