summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-03use vyatta-link-detectStephen Hemminger
2008-12-02Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963Rick Balocca
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger
2008-11-24Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerBob Gilligan
2008-11-24Bugfix 3747: Allow user to break previously existing RAID group.Bob Gilligan
Add logic to install system to allow user to break previously existing RAID group. This completely destroys the RAID group so that nothing remains even if the subsequent install doesn't use all of the disks that make up the RAID group.
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-11-21Rename VyattaKeepalived to Vyatta::KeepalivedStephen Hemminger
Use directory hierarchy in perl.
2008-11-20Merge branch 'islavista' into jennerRick Balocca
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-11-19add support for development buildAn-Cheng Huang
2008-11-19Bugfix 3738: Improve safety in installing onto RAID sets.Bob Gilligan
Issue a warning if installing onto a RAID set that is degraded, but not in active rebuild. Don't let the user install onto a RAID set that is in the process of rebuild because it is unsafe.
2008-11-17Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-17Fix sysctl key valuesStephen Hemminger
Correct value is 'kernel.panic' not 'sys.kernel.panic'
2008-11-17Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jennerMohit Mehta
2008-11-17dhcp action scripts for linkup/downMohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Bugfix 3932Bob Gilligan
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size.
2008-11-16Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Stig Thormodsrud
islavista
2008-11-16Fix 3929: Operator level user now need sudo password to run "clear arpStig Thormodsrud
interface"
2008-11-14Speed up addition of users to systemStephen Hemminger
On boot, there is no reason to add or modify a user account if already exists in the system with same groups and settings.
2008-11-14Bugfix 3928: Need to install vyatta-raid-event script.Bob Gilligan
2008-11-14typo in last commitStephen Hemminger
2008-11-14Remove extra call to set hwclock on startupStephen Hemminger
Reading hwclock takes 1.5 seconds, and gets done twice. Only once is needed.
2008-11-14Fix 3920: Operator level users require sudo permission for natStig Thormodsrud
translation monitor commands
2008-11-14Fix 3918: Operator level users require sudo permission for ipv6 clearStig Thormodsrud
commands
2008-11-14Speed up bootStephen Hemminger
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place
2008-11-12Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-12Avoid sleep in ntp restartStephen Hemminger
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time.
2008-11-12add basic tacacs+ supportRobert Bays
2008-11-11Merge branch 'islavista' into jennerRick Balocca
2008-11-11Make sure install-system only run with root privledgesStephen Hemminger
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run.
2008-11-10make 'show interfaces wirelessmodem <wlm(num)> stats' work from operator modeMohit Mehta
2008-11-07Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-11-07Handle older format config files in password resetStephen Hemminger
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats.
2008-11-07Merge branch 'islavista' into jennerRick Balocca
2008-11-07Always restart sshStephen Hemminger
Need to do restart of ssh daemon. Rewriting config file is faster than checking
2008-11-06fix for bug 2313: add support for "Region/City" timezone specification.An-Cheng Huang
2008-11-06rmeove ddclient script from ppp ip-up directory as we configureMohit Mehta
DDNS for an interface using the CLI
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-06Merge branch 'islavista' into jennerrbalocca
2008-11-06Don't restart sshd if not neededStephen Hemminger
If configuration doesn't change (ie during boot), then do not need to restart sshd. Also use newer format configuration file syntax.
2008-11-06fix grammar of previous patchStephen Hemminger
2008-11-06Remove OFR from grub linesStephen Hemminger
OFR is no longer used in reference to Vyatta per marketing guidelines.
2008-11-06Don't force rebuild of ssh_host_key on each bootStephen Hemminger
Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots.
2008-11-06Add completion for allowed valuesStephen Hemminger
2008-11-05Mount root filesystem with noatimeStephen Hemminger
Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks
2008-11-05Add config to disable ip/ipv6 forwarding.Stig Thormodsrud