summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-08-20remove casts which are not neededTheo de Raadt
2015-08-20syncTheo de Raadt
2015-08-20syncTheo de Raadt
2015-08-18syncTheo de Raadt
2015-08-18do not use -p to install the tbxi from the src tree; it createsTheo de Raadt
results that confuse krw.
2015-08-17DUID question is gonePhilip Guenther
ok miod@ deraadt@
2015-08-12typo : ususally -> usuallyMike Larkin
2015-08-06match change to prohibit-password. however, also default to "no", asTheo de Raadt
as strong secure-by-default stance. people who upload root keys via site.tgz need to adjust sshd_config; those who load a root key via autoinstall should trigger on this question and select prohibit-password. discussed at length
2015-08-06spellingTheo de Raadt
2015-08-06Change the ssh root login question to avoid the unnatural keywordTheo de Raadt
"without-password". Instead use "pubkeys-only" which people will find conceptually easier. Still quietly accept "w" or "without-password" as an option. Place a warning beforehands: WARNING: root is targetted by password guessing attacks, pubkeys are safer. Everyone happy now, or at learning to not use root passwords?
2015-08-04syncTheo de Raadt
2015-08-03syncTheo de Raadt
2015-08-03Enable the xdm installer question on macppc, now that it has virtualRobert Peichaer
consoles. Noted by stsp OK deraadt
2015-08-02long overdue overhaul to include instructions for miniroot and usbJasper Lievisse Adriaanse
2015-08-01- Be more specific as to what accept as answer to the "Allow rootRobert Peichaer
ssh login?" question. Either the first letter or the whole word - Use grep to check for the default in sshd_config - Simplify sed expression for changing sshd_config Based on feedback from and OK halex@
2015-08-01mention the wandboard minirootJonathan Gray
2015-08-01redirect dd standard output to /dev/nullJonathan Gray
2015-08-01Make use of u-boot 2015.07's unified wandboard config to provide aJonathan Gray
miniroot to cover all current wandboard variations. Unlike the other imx u-boot configs the wandboard config doesn't search for ext2 only a fat fs. Grow the ramdisk size to fit the extra u-boot files. From Roman Kravchuk.
2015-07-30Change installer to cope with the new sshd_config(5) default forRobert Peichaer
the PermitRootLogin option. Additionally to 'yes' and 'no' allow 'without-password' and make that the proposed default answer for the "Allow root ssh login?" question. Modify sshd_config only if the user choice is not the default. OK deraadt discussed with halex@, sthen@ and others
2015-07-27syncTheo de Raadt
2015-07-23syncTheo de Raadt
2015-07-21syncTheo de Raadt
2015-07-20Fix some typos and reformat comments.Robert Peichaer
OK halex@
2015-07-19syncTheo de Raadt
2015-07-19Replace two instances where ed is used for inplace editing of filesRobert Peichaer
with the new sed -i. "Nice" deraadt@ OK krw@ jasper@
2015-07-19Use the %c (version or snapshots) and %a (package architecture) forRobert Peichaer
installpath in pkg.conf instead of hardcoding that information. This fixes the problem, that installpath has a path from an older release after updating from disk for a while. NOTE: This matches fw_update behaviour in that during a beta cycle, it will expand to 5.8 (for e.g.) instead of snapshots. requested by and OK ajacoutot@ OK halex@ krw@
2015-07-19syncTheo de Raadt
2015-07-19syncMiod Vallat
2015-07-19syncMiod Vallat
2015-07-19syncTheo de Raadt
2015-07-17enable exynosJonathan Gray
2015-07-17Remove spaces before the double semicolons in case-blocks.Robert Peichaer
OK krw@ halex@
2015-07-16syncTheo de Raadt
2015-07-16zap trailing whitespaceAlexander Hall
with rpe's blessing
2015-07-16syncMiod Vallat
2015-07-15make this a tad more completeJasper Lievisse Adriaanse
2015-07-09synTheo de Raadt
2015-07-07At some point the u-boot mlo for panda/beagle stopped looking forJonathan Gray
u-boot.bin and required u-boot.img on the fat fs so switch to using that as we do for beaglebone. Reported by abieber@ via bmercer@
2015-07-05In case-statements where single and multiline commands are used,Robert Peichaer
put the terminating ;; always on its own line. discussed with and OK krw@ halex@
2015-07-03syncTheo de Raadt
2015-07-03Use [aA]* instead of a*|A* in case-blocks.Robert Peichaer
OK krw@ @halex agreed on this in a similar diff
2015-07-02syncTheo de Raadt
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
OK krw@ halex@
2015-06-29syncTheo de Raadt
2015-06-29enable vexpressJonathan Gray
2015-06-26syncMiod Vallat
2015-06-24syncTheo de Raadt
2015-06-21syncTheo de Raadt
2015-06-20syncTheo de Raadt
2015-06-19syncTheo de Raadt