Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-12-03 | use vyatta-link-detect | Stephen Hemminger | |
2008-12-02 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963 | Rick Balocca | |
2008-11-24 | VyattaConfig -> Vyatta::Config | Stephen Hemminger | |
2008-11-24 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Bob Gilligan | |
2008-11-24 | Bugfix 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-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-21 | Rename VyattaKeepalived to Vyatta::Keepalived | Stephen Hemminger | |
Use directory hierarchy in perl. | |||
2008-11-20 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-11-19 | Bugfix 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-17 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-17 | Fix sysctl key values | Stephen Hemminger | |
Correct value is 'kernel.panic' not 'sys.kernel.panic' | |||
2008-11-17 | Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jenner | Mohit Mehta | |
2008-11-17 | dhcp action scripts for linkup/down | Mohit Mehta | |
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Bugfix 3932 | Bob Gilligan | |
Correct root partition size calculation in two-disk RAID-1 case when drives are not both the same size. | |||
2008-11-16 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Stig Thormodsrud | |
islavista | |||
2008-11-16 | Fix 3929: Operator level user now need sudo password to run "clear arp | Stig Thormodsrud | |
interface" | |||
2008-11-14 | Speed up addition of users to system | Stephen 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-14 | Bugfix 3928: Need to install vyatta-raid-event script. | Bob Gilligan | |
2008-11-14 | typo in last commit | Stephen Hemminger | |
2008-11-14 | Remove extra call to set hwclock on startup | Stephen Hemminger | |
Reading hwclock takes 1.5 seconds, and gets done twice. Only once is needed. | |||
2008-11-14 | Fix 3920: Operator level users require sudo permission for nat | Stig Thormodsrud | |
translation monitor commands | |||
2008-11-14 | Fix 3918: Operator level users require sudo permission for ipv6 clear | Stig Thormodsrud | |
commands | |||
2008-11-14 | Speed up boot | Stephen Hemminger | |
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place | |||
2008-11-12 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-12 | Avoid sleep in ntp restart | Stephen Hemminger | |
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time. | |||
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-11-11 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-11 | Make sure install-system only run with root privledges | Stephen Hemminger | |
Mounting, creating filesystems, etc all require root privledges so check before allowing command to run. | |||
2008-11-10 | make 'show interfaces wirelessmodem <wlm(num)> stats' work from operator mode | Mohit Mehta | |
2008-11-07 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-11-07 | Handle older format config files in password reset | Stephen Hemminger | |
Bugfix 3665 Some config files have colon after tag, others do not. install-system password setting should handle both formats. | |||
2008-11-07 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-07 | Always restart ssh | Stephen Hemminger | |
Need to do restart of ssh daemon. Rewriting config file is faster than checking | |||
2008-11-06 | fix for bug 2313: add support for "Region/City" timezone specification. | An-Cheng Huang | |
2008-11-06 | rmeove ddclient script from ppp ip-up directory as we configure | Mohit Mehta | |
DDNS for an interface using the CLI | |||
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-06 | Don't restart sshd if not needed | Stephen 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-06 | fix grammar of previous patch | Stephen Hemminger | |
2008-11-06 | Remove OFR from grub lines | Stephen Hemminger | |
OFR is no longer used in reference to Vyatta per marketing guidelines. | |||
2008-11-06 | Don't force rebuild of ssh_host_key on each boot | Stephen Hemminger | |
Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots. | |||
2008-11-06 | Add completion for allowed values | Stephen Hemminger | |
2008-11-05 | Mount root filesystem with noatime | Stephen Hemminger | |
Don't need to update filesystem on each file access. This improves boot time and reduces wear on CF disks | |||
2008-11-05 | Add config to disable ip/ipv6 forwarding. | Stig Thormodsrud | |