aboutsummaryrefslogtreecommitdiffstats
path: root/mkinitcpio
AgeCommit message (Collapse)AuthorFilesLines
2022-09-16mkinitcpio/ykfde: replace deprecated `egrep` with `grep -E`Gravatar Christian Hesse1-1/+1
2017-09-22sleep and pkill are no longer requiredGravatar Christian Hesse1-2/+0
2017-09-22we always need the workerGravatar Christian Hesse1-2/+2
2017-06-22rename the worker programGravatar Christian Hesse1-1/+1
This is no longer just udev... So rename and move.
2017-06-20Rework the code, update keyring handlingsystemd-v233Gravatar Christian Hesse1-2/+2
This had some historical issue... So rework the code: * split into more functions * drop the sleep and notify logic * update keyring handling Depending on setup and systemd version (233 and up) the keyring handling fails. Try to fix this by... * writing to session keyring first * setting permissions * linking to user keyring * unlinking from session keyring https://mjg59.dreamwidth.org/37333.html
2016-05-22drop shell script and implement with systemd unitsGravatar Christian Hesse1-8/+4
2016-04-04let systemd-ask-password add the key to store and drop keyctlsystemd-v227Gravatar Christian Hesse1-1/+0
Signed-off-by: Christian Hesse <mail@eworm.de>
2016-02-26shell and commands are required for second factor onlyGravatar Christian Hesse1-7/+7
2016-02-25make sure we have shell and commands in initramfsGravatar Christian Hesse1-0/+7
fix #5
2016-01-18merge mkinitcpio hooksGravatar Christian Hesse2-16/+12
2016-01-18remove ykfde-cpio hook and make cpio archive mandatoryGravatar Christian Hesse2-20/+0
2016-01-16We have support for second factor. Yeah!Gravatar Christian Hesse1-0/+14
2014-12-23support updating the challenge on bootGravatar Christian Hesse1-0/+15
2014-12-22replace shell script with C code, and many moreGravatar Christian Hesse1-0/+18
* place bin/ykfde with C source code bin/ykfde.c * challenge/response can be updated in place WARNING: This required config file syntax change! * updates and simplification to udev/ykfde * a lot more... Signed-off-by: Christian Hesse <mail@eworm.de>