summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-09-02syncTheo de Raadt
2015-09-01syncTheo de Raadt
2015-09-01syncTheo de Raadt
2015-08-31minimal words about the miniroot. My god, the notes have gotten so longTheo de Raadt
and verbose, who would ever spend their time reading them.
2015-08-31syncTheo de Raadt
2015-08-31add -I${LIBCSRCDIR}/hidden to handle _glibc_ churnTheo de Raadt
2015-08-30Tell user to Put quotes around ${bootcmd} when saving it. AvoidsMatthieu Herrb
stopping at the first ';' (command separator). ok miod@
2015-08-30syncTheo de Raadt
2015-08-29use correct installboot command; from miod.Theo de Raadt
And use $DESTDIR to find the bootxx
2015-08-29create an alpha minirootTheo de Raadt
(miod must fix the installboot in it next)
2015-08-29create an alpha minirootTheo de Raadt
(miod must fix the installboot in it next)
2015-08-27syncTheo de Raadt
2015-08-26syncTheo de Raadt
2015-08-26syncTheo de Raadt
2015-08-25syncTheo de Raadt
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
requested by several discussed with deraadt@
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