summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2008-11-05Merge branch 'jenner' of git:/git/vyatta-cfg-system into jennerrbalocca
2008-11-05Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2426rbalocca
2008-11-05change input parameter name from dhclient_script to outside_cli toMohit Mehta
make it more intuitive for use from other places outside of cli
2008-11-05Merge branch 'islavista' into jennerRick Balocca
2008-11-04bug 3791: set sysObjectID and sysDescrRobert Bays
2008-11-03bug 1587: add error message when user tries native install from non-union mediaRobert Bays
2008-10-30Fix typoRick Balocca
2008-10-30Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/standalone_root_pw_reset
2008-10-29Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
islavista
2008-10-29Bugfix: 3841Bob Gilligan
Add admin level users to "disk" group so that they can execute RAID commands.
2008-10-28Fix standalone password resetStephen Hemminger
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844
2008-10-28Merge branch 'islavista' into jennerRick Balocca
Conflicts: scripts/install-system scripts/standalone_root_pw_reset
2008-10-27Allow more ethtool commandsStephen Hemminger
Bugfix 3832 Need to allow ethtool statistics for operator
2008-10-27Standalone tool now changes vyatta not root passwordStephen Hemminger
Discourage use of root account by having tool handle changes to user vyatta. Also, don't use framebuffer by default since it slows things down
2008-10-27Leave root account disabledStephen Hemminger
Only configure vyatta administrator account. If user really wants root account, they can change password later.
2008-10-27Make standalone passwd reset change vyatta not rootStephen Hemminger
Now that root is gone, only the vyatta account should be reset
2008-10-27Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-10-27Make stanalone passwd reset workStephen Hemminger
2008-10-27Fix Bug 3840 System error reported on initial SNMP commit with trap targetMohit Mehta
redirect error to /dev/null
2008-10-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-10-27Handle config file format change in standalone resetStephen Hemminger
Corollary to earlier bugfix in install-system
2008-10-27Fix password changer to deal with update config formatStephen Hemminger
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665
2008-10-27Fix password changer to deal with update config formatStephen Hemminger
Colons are no longer used in config file format, so the sed command to change password was having no effect. Bugfix 3665
2008-10-26Merge branch 'islavista' into jennerRick Balocca
2008-10-24add firewall configuration to bridge interfaceAn-Cheng Huang
2008-10-24Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731Rick Balocca
2008-10-23Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-10-23Fix bad tab completion on interfaces/bondingStephen Hemminger
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly.
2008-10-22Fix Bug 3567 Debug messages are not logged by default on upgraded systemMohit Mehta
- copy over default islavista syslog.conf during upgrade from hollywood
2008-10-20Bugfix: 3687: Only start mdadm if we have a RAID group as root filesystem.Bob Gilligan
2008-10-20Bugfix: 3775: Allow RAID-1 to be configured on disks with different sizesBob Gilligan