summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-06don't poll resolv files for nameserver changes - it messes up statisticsMohit Mehta
we already make sure that nameservers are re-reread when any change from any configured source of nameservers happen
2008-10-03Merge branch 'islavista' of git:/git/vyatta-cfg-system into islavistarbalocca
2008-10-03Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3735rbalocca
2008-10-03Bugfix: 3743Bob Gilligan
Default answer question about diag partitionis "no".
2008-10-02Fix 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-02Fix overlapping edits of standalone_pw_resetStephen 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-01Bugfix: 3727Bob 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-01Bugfix: 3572Bob 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-01Standalone passwd reset prompt for passwordStephen Hemminger
Rather than resetting to factory default which continues possible remote security hole, prompt (twice) for new value.
2008-10-01Workaround problems with mkpasswdStephen Hemminger
Bugfix 3665 Fix problems with entering password caused by regressions in mkpasswd (-S arguement). Read password plaintext with shell then process.
2008-09-30Add vyatta-grub-setuprbalocca
2008-09-30Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712rbalocca
2008-09-29Bugfix: 3492Bob 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-25Bugfix: 3515Bob Gilligan
Accept an encrypted-password field with or without a trailing colon character.
2008-09-24Bugfix: 3703Bob 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-23Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-09-23No longer need to turn off SACKStephen Hemminger
The TCP MD5 code is fixed to handle SACK correctly.
2008-09-22Allow any number of bridge devicesStephen 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-22Allow any number of tunnel devicesStephen 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-22Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694Rick Balocca
2008-09-17Fix Bug 3607 Error setting DNS forwarding to use DHCPMohit Mehta
2008-09-17Don't need to list ifenslave twiceStephen Hemminger
2008-09-17Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-09-17expose the union option in install-systemRobert Bays
2008-09-17fix bug 3863Robert Bays
2008-09-16Don't kill An-Cheng's commits.Robert Bays
2008-09-16change to native install from a USB stickRobert Bays
2008-09-16remove complex options from union installRobert Bays
2008-09-16changed union install to support multiple directoriesRobert Bays
2008-09-16add postinst hook for install-systemAn-Cheng Huang
2008-09-11use script for setting/deleting system nameserversMohit Mehta
2008-09-11preserve system name-servers order in /etc/resolv.conf as configured in CLIMohit 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 restartingMohit Mehta
- modify script to run op-mode update ddns
2008-09-10fixes to install-system and grub-setup for xen hypervisor and device.mapRobert Bays
2008-09-06- use apt per interface ddclient filesMohit Mehta
- update dynamic dns service with same IP address if IP has not changed for two weeks
2008-09-08Account for size of diag partition when calculating disk size, which is neededBob Gilligan
in order to create the data partition.
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta
2008-08-30better worded warning when no name-servers set under 'system name-server'Mohit Mehta
2008-08-30released interface should be flagged as a warning rather than a commit failedMohit Mehta
2008-09-03Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Robert Bays
islavista Conflicts: scripts/install-system
2008-09-03add functioanlity for binary images to install systemRobert Bays
2008-08-30prompt warning for no nameservers if no nameservers set and no interface set ↵Mohit Mehta
to use dhcp
2008-09-03Add support for aufsStephen Hemminger
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options.
2008-08-30polish up DNS forwarding error messagesMohit Mehta
2008-08-30show bridge interfaces in allowed values as well if configured to use dhcpMohit Mehta
2008-08-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-30- get ddclient package for Dynamic DNSMohit Mehta
- get libio-socket-ssl-perl package for Dynamic DNS ssl updates - disable init for ddclient
2008-08-29remove 2nd timeout to avoid 64-bit boot problemAn-Cheng Huang