Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Go back to simpler syslog config | Stephen Hemminger | |
Bugfix 3567 The command templates for managing the syslog are awkward and brittle and really can't deal with multiple targets or full config format, so just go back to something simple and fix later in a better redesign. | |||
2008-10-10 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-10 | Don't allow operator to reboot system | Stephen Hemminger | |
Remove privledge to reboot system via sudo for operator | |||
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. | |||
2008-10-09 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-09 | Set correct mode on configuration mode | Stephen Hemminger | |
Set configuration file to be owned by administrator and writable by all admins in configuration mode and visible by public. | |||
2008-10-08 | fix xen grub setup | An-Cheng Huang | |
2008-10-07 | Revert "Change allow-root nodes to boolean" | slioch | |
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c. | |||
2008-10-07 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-10-07 | Change allow-root nodes to boolean | Stephen Hemminger | |
These are boolean, not text fields. Only allowed value is true/false | |||
2008-10-06 | don't poll resolv files for nameserver changes - it messes up statistics | Mohit Mehta | |
we already make sure that nameservers are re-reread when any change from any configured source of nameservers happen | |||
2008-10-03 | Merge branch 'islavista' of git:/git/vyatta-cfg-system into islavista | rbalocca | |
2008-10-03 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3735 | rbalocca | |
2008-10-03 | Bugfix: 3743 | Bob Gilligan | |
Default answer question about diag partitionis "no". | |||
2008-10-02 | Fix Bug 3609 - "show tech-support" does not display open file information ↵ | Mohit Mehta | |
for operator level user - add lsof to sudoers file for use by an operator level user | |||
2008-10-02 | Fix overlapping edits of standalone_pw_reset | Stephen Hemminger | |
Put in new code to set password, rather than reset it to default Although resetting passwd to default sounds good from a usuablity point of view, it is a potential security hole when system is rebooted. Instead, allow user to choose new passwd. | |||
2008-10-01 | Bugfix: 3727 | Bob Gilligan | |
In the case when we are using a pre-existing RAID group, warn the user of dire consequences before over-writing the disks. | |||
2008-10-01 | Bugfix: 3572 | Bob Gilligan | |
In the postinstall step, change the PAM configuration for login so that the user is prompted for password even if the username entered is invalid. This prevents people from easily determining whether a username exists or not. | |||
2008-10-01 | Standalone passwd reset prompt for password | Stephen Hemminger | |
Rather than resetting to factory default which continues possible remote security hole, prompt (twice) for new value. | |||
2008-10-01 | Workaround problems with mkpasswd | Stephen Hemminger | |
Bugfix 3665 Fix problems with entering password caused by regressions in mkpasswd (-S arguement). Read password plaintext with shell then process. | |||
2008-09-30 | Add vyatta-grub-setup | rbalocca | |
2008-09-30 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712 | rbalocca | |
2008-09-29 | Bugfix: 3492 | Bob Gilligan | |
Add "admin" and "operator" level users to the "dip" group so that they can execute CLI commands that bring up and take down PPP connections. | |||
2008-09-25 | Bugfix: 3515 | Bob Gilligan | |
Accept an encrypted-password field with or without a trailing colon character. | |||
2008-09-24 | Bugfix: 3703 | Bob Gilligan | |
Add an item to the grub menu to boot diagnostics if we find a partition that looks to be the diag partition. | |||
2008-09-23 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-09-23 | No longer need to turn off SACK | Stephen Hemminger | |
The TCP MD5 code is fixed to handle SACK correctly. | |||
2008-09-22 | Allow any number of bridge devices | Stephen Hemminger | |
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 bridge devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device. | |||
2008-09-22 | Allow any number of tunnel devices | Stephen Hemminger | |
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 tunnel devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device. | |||
2008-09-22 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694 | Rick Balocca | |
2008-09-17 | Fix Bug 3607 Error setting DNS forwarding to use DHCP | Mohit Mehta | |
2008-09-17 | Don't need to list ifenslave twice | Stephen Hemminger | |
2008-09-17 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
islavista | |||
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-09-17 | expose the union option in install-system | Robert Bays | |
2008-09-17 | fix bug 3863 | Robert Bays | |
2008-09-16 | Don't kill An-Cheng's commits. | Robert Bays | |
2008-09-16 | change to native install from a USB stick | Robert Bays | |
2008-09-16 | remove complex options from union install | Robert Bays | |
2008-09-16 | changed union install to support multiple directories | Robert Bays | |
2008-09-16 | add postinst hook for install-system | An-Cheng Huang | |
2008-09-11 | use script for setting/deleting system nameservers | Mohit Mehta | |
2008-09-11 | preserve system name-servers order in /etc/resolv.conf as configured in CLI | Mohit Mehta | |
2008-09-10 | - change forced update wait time from 2 weeks to 4 weeks if no change in IP ↵ | Mohit Mehta | |
as per the free service provided by dyndns | |||
2008-09-10 | - remove ddclient cache before restarting | Mohit Mehta | |
- modify script to run op-mode update ddns |