Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-06 | Merge branch 'islavista' into jenner | rbalocca | |
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-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 | Merge branch 'jenner' of git:/git/vyatta-cfg-system into jenner | rbalocca | |
2008-11-05 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2426 | rbalocca | |
2008-11-05 | change input parameter name from dhclient_script to outside_cli to | Mohit Mehta | |
make it more intuitive for use from other places outside of cli | |||
2008-11-05 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-04 | bug 3791: set sysObjectID and sysDescr | Robert Bays | |
2008-11-03 | bug 1587: add error message when user tries native install from non-union media | Robert Bays | |
2008-10-30 | Fix typo | Rick Balocca | |
2008-10-30 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/standalone_root_pw_reset | |||
2008-10-29 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
islavista | |||
2008-10-29 | Bugfix: 3841 | Bob Gilligan | |
Add admin level users to "disk" group so that they can execute RAID commands. | |||
2008-10-28 | Fix standalone password reset | Stephen Hemminger | |
Handle case of running in standalone where there is no /dev/tty. Handle both formats in configuration file Bugfix 3844 | |||
2008-10-28 | Merge branch 'islavista' into jenner | Rick Balocca | |
Conflicts: scripts/install-system scripts/standalone_root_pw_reset | |||
2008-10-27 | Standalone tool now changes vyatta not root password | Stephen 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-27 | Leave root account disabled | Stephen Hemminger | |
Only configure vyatta administrator account. If user really wants root account, they can change password later. | |||
2008-10-27 | Make standalone passwd reset change vyatta not root | Stephen Hemminger | |
Now that root is gone, only the vyatta account should be reset | |||
2008-10-27 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-27 | Make stanalone passwd reset work | Stephen Hemminger | |
2008-10-27 | Fix Bug 3840 System error reported on initial SNMP commit with trap target | Mohit Mehta | |
redirect error to /dev/null | |||
2008-10-27 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-10-27 | Handle config file format change in standalone reset | Stephen Hemminger | |
Corollary to earlier bugfix in install-system | |||
2008-10-27 | Fix password changer to deal with update config format | Stephen 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-27 | Fix password changer to deal with update config format | Stephen 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-24 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731 | Rick Balocca | |
2008-10-20 | Bugfix: 3687: Only start mdadm if we have a RAID group as root filesystem. | Bob Gilligan | |
2008-10-20 | Bugfix: 3775: Allow RAID-1 to be configured on disks with different sizes | Bob Gilligan | |
2008-10-11 | - redo internal snmpv3 user creation for linkUpDownNotifications | Mohit Mehta | |
2008-10-14 | Bugfix: 3744 | Bob Gilligan | |
When a new member is added to a RAID group that holds the root filesystem, we need to re-install grub so that the new disk will be bootable. But this can only be done after the RAID set has completed rebuilding. Added mechanism that uses the event notification infrastructure of "mdadm" to trigger the re-installation of grub after the rebuild completes. | |||
2008-10-13 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-13 | Allow non-livecd union install | Stephen Hemminger | |
Union flag should be shell variable not a command. Union flag should allow install when not on livecd. | |||
2008-10-13 | install-system can only run from livecd | Stephen Hemminger | |
Bugfix 3726 Only allow install-system from livecd, since it has hardcoded assumptions about squashfs, etc. | |||
2008-10-13 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
islavista | |||
2008-10-13 | Bugfix: 3226 | Bob Gilligan | |
Handle case where udev state file doesn't exist. | |||
2008-10-13 | fix ssh keygen on startup | Robert Bays | |
2008-10-10 | Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
islavista | |||
2008-10-10 | Fix Bug 3751 configuring multiple global syslog facilities overwrites ↵ | Mohit Mehta | |
previous ones in /etc/syslog.conf - multiple nodes configured under 'system syslog global' are appended to syslog.conf - default '*.notice -/var/log/messages' is removed from syslog.conf if any node is configured under 'system syslog global' and is put back when nothing configured under 'system syslog global' - syslog process only restarted once after making all changes in config - added commit checks at 'system syslog <>' level nodes to specify facility | |||
2008-10-09 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
islavista | |||
2008-10-09 | Bugfix: 3226 | Bob Gilligan | |
Several different cases were being handled incorrectly. | |||
2008-10-10 | Revert "Set correct mode on configuration mode" | Stephen Hemminger | |
This reverts commit 5e806c8e42e1b70675916963e14cc0fe5928ec07. There are passwords (like Tcp md5) that should not be displayed to operator. |