Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | sync | Theo de Raadt | |
2015-09-01 | sync | Theo de Raadt | |
2015-09-01 | sync | Theo de Raadt | |
2015-08-31 | minimal words about the miniroot. My god, the notes have gotten so long | Theo de Raadt | |
and verbose, who would ever spend their time reading them. | |||
2015-08-31 | sync | Theo de Raadt | |
2015-08-31 | add -I${LIBCSRCDIR}/hidden to handle _glibc_ churn | Theo de Raadt | |
2015-08-30 | Tell user to Put quotes around ${bootcmd} when saving it. Avoids | Matthieu Herrb | |
stopping at the first ';' (command separator). ok miod@ | |||
2015-08-30 | sync | Theo de Raadt | |
2015-08-29 | use correct installboot command; from miod. | Theo de Raadt | |
And use $DESTDIR to find the bootxx | |||
2015-08-29 | create an alpha miniroot | Theo de Raadt | |
(miod must fix the installboot in it next) | |||
2015-08-29 | create an alpha miniroot | Theo de Raadt | |
(miod must fix the installboot in it next) | |||
2015-08-27 | sync | Theo de Raadt | |
2015-08-26 | sync | Theo de Raadt | |
2015-08-26 | sync | Theo de Raadt | |
2015-08-25 | sync | Theo de Raadt | |
2015-08-24 | /usr/share/sysmerge -> /var/sysmerge | Antoine Jacoutot | |
requested by several discussed with deraadt@ | |||
2015-08-20 | remove casts which are not needed | Theo de Raadt | |
2015-08-20 | sync | Theo de Raadt | |
2015-08-20 | sync | Theo de Raadt | |
2015-08-18 | sync | Theo de Raadt | |
2015-08-18 | do not use -p to install the tbxi from the src tree; it creates | Theo de Raadt | |
results that confuse krw. | |||
2015-08-17 | DUID question is gone | Philip Guenther | |
ok miod@ deraadt@ | |||
2015-08-12 | typo : ususally -> usually | Mike Larkin | |
2015-08-06 | match change to prohibit-password. however, also default to "no", as | Theo 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-06 | spelling | Theo de Raadt | |
2015-08-06 | Change the ssh root login question to avoid the unnatural keyword | Theo 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-04 | sync | Theo de Raadt | |
2015-08-03 | sync | Theo de Raadt | |
2015-08-03 | Enable the xdm installer question on macppc, now that it has virtual | Robert Peichaer | |
consoles. Noted by stsp OK deraadt | |||
2015-08-02 | long overdue overhaul to include instructions for miniroot and usb | Jasper Lievisse Adriaanse | |
2015-08-01 | - Be more specific as to what accept as answer to the "Allow root | Robert 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-01 | mention the wandboard miniroot | Jonathan Gray | |
2015-08-01 | redirect dd standard output to /dev/null | Jonathan Gray | |
2015-08-01 | Make use of u-boot 2015.07's unified wandboard config to provide a | Jonathan 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-30 | Change installer to cope with the new sshd_config(5) default for | Robert 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-27 | sync | Theo de Raadt | |
2015-07-23 | sync | Theo de Raadt | |
2015-07-21 | sync | Theo de Raadt | |
2015-07-20 | Fix some typos and reformat comments. | Robert Peichaer | |
OK halex@ | |||
2015-07-19 | sync | Theo de Raadt | |
2015-07-19 | Replace two instances where ed is used for inplace editing of files | Robert Peichaer | |
with the new sed -i. "Nice" deraadt@ OK krw@ jasper@ | |||
2015-07-19 | Use the %c (version or snapshots) and %a (package architecture) for | Robert 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-19 | sync | Theo de Raadt | |
2015-07-19 | sync | Miod Vallat | |
2015-07-19 | sync | Miod Vallat | |
2015-07-19 | sync | Theo de Raadt | |
2015-07-17 | enable exynos | Jonathan Gray | |
2015-07-17 | Remove spaces before the double semicolons in case-blocks. | Robert Peichaer | |
OK krw@ halex@ | |||
2015-07-16 | sync | Theo de Raadt | |
2015-07-16 | zap trailing whitespace | Alexander Hall | |
with rpe's blessing |