Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Bugfix: 3743 | Bob Gilligan | |
Default answer question about diag partitionis "no". | |||
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 | |||
2008-09-10 | fixes to install-system and grub-setup for xen hypervisor and device.map | Robert Bays | |
2008-09-06 | - use apt per interface ddclient files | Mohit Mehta | |
- update dynamic dns service with same IP address if IP has not changed for two weeks | |||
2008-09-08 | Account for size of diag partition when calculating disk size, which is needed | Bob Gilligan | |
in order to create the data partition. | |||
2008-09-06 | first attempt at implementing CLI support for Dynamic DNS | Mohit Mehta | |
2008-08-30 | better worded warning when no name-servers set under 'system name-server' | Mohit Mehta | |
2008-08-30 | released interface should be flagged as a warning rather than a commit failed | Mohit Mehta | |
2008-09-03 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Robert Bays | |
islavista Conflicts: scripts/install-system | |||
2008-09-03 | add functioanlity for binary images to install system | Robert Bays | |
2008-08-30 | prompt warning for no nameservers if no nameservers set and no interface set ↵ | Mohit Mehta | |
to use dhcp | |||
2008-09-03 | Add support for aufs | Stephen Hemminger | |
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options. | |||
2008-08-30 | polish up DNS forwarding error messages | Mohit Mehta | |
2008-08-30 | show bridge interfaces in allowed values as well if configured to use dhcp | Mohit Mehta | |
2008-08-30 | move from a 'ignore-interface' model to a 'listen-on' model for DNS forwarding | Mohit Mehta | |
2008-08-30 | - get ddclient package for Dynamic DNS | Mohit Mehta | |
- get libio-socket-ssl-perl package for Dynamic DNS ssl updates - disable init for ddclient | |||
2008-08-29 | remove 2nd timeout to avoid 64-bit boot problem | An-Cheng Huang | |
2008-08-29 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
islavista | |||
2008-08-29 | Update install-system and grub-setup to handle RAID-1 configuration. | Bob Gilligan | |
2008-08-29 | Merge from "hollywood" | Rick Balocca | |