summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-10-03Bugfix: 3743Bob Gilligan
Default answer question about diag partitionis "no".
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-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-17Fix Bug 3607 Error setting DNS forwarding to use DHCPMohit Mehta
2008-09-22Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694Rick Balocca
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-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-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-29remove 2nd timeout to avoid 64-bit boot problemAn-Cheng Huang
2008-08-29Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
islavista
2008-08-29Update install-system and grub-setup to handle RAID-1 configuration.Bob Gilligan
2008-08-29Merge from "hollywood"Rick Balocca
2008-08-29Merge branch 'hollywood' into islavistaRick Balocca
2008-08-13Bugfix: 1292Bob Gilligan
Disable logo per instructions from Anatoly.
2008-08-11Bugfix: 1292Bob Gilligan
Re-enable the Vyatta logo on boot.
2008-08-10- servers being used for dns forwarding written to dnsmasq.conf with more ↵Mohit Mehta
info in comments - tighten check for updating resolv.conf for domain-names received from dhcp-server
2008-08-09log dnsmasq output to /var/log/dnsmasq.log on start-up and whilst running ↵Mohit Mehta
(i.e. when sent a signal to log) this will be used to extract information for 'show dns forwarding statistics' command
2008-08-08tighten the checks for checking the existence or removal or nameserversMohit Mehta
2008-08-08tighten regex pattern to get dhclient resolv filesMohit Mehta
2008-08-18Change udevtrigger to udevadm trigger.Stig Thormodsrud
2008-08-07More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
2008-08-07Fixes for bugs: http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552 This fix involves removing multiple spaces between args on the kernel command line. This fixes the symptom, but the root cause is an uninitialized variable in the grub-pc code, so there is absolutely no guarrantee that this problem will not arrise again. The correct fix is either to return to grub (V1) or to have the developers find and fix the unitialized memory.