Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-08 | update copyright for 2020 | Christian Hesse | 3 | -3/+3 | |
2019-01-01 | update copyright for 2019 | Christian Hesse | 3 | -3/+3 | |
2018-01-02 | update copyright for 2018 | Christian Hesse | 3 | -3/+3 | |
2017-10-30 | allow access to the service status notification socket | Christian Hesse | 1 | -0/+1 | |
2017-10-30 | make sure the worker is run from systemd service | Christian Hesse | 1 | -1/+1 | |
2017-10-30 | add missing header comment | Christian Hesse | 1 | -0/+5 | |
2017-09-22 | run ykfde-worker after ykfde-2f, but do not require | Christian Hesse | 1 | -1/+0 | |
2017-09-16 | update for recent keyring changes in systemdsystemd-v235 | Christian Hesse | 3 | -0/+3 | |
With systemd v235 we will have new KeyringMode= for services. Setting KeyringMode=shared allows to share secrets between services. Use that for our services. As udev is not started with a shared keyring we can not run the worker directly. Instead always start the service. | |||||
2017-06-22 | rename the worker program | Christian Hesse | 1 | -1/+1 | |
This is no longer just udev... So rename and move. | |||||
2017-06-20 | Rework the code, update keyring handlingsystemd-v233 | Christian Hesse | 1 | -8/+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 | |||||
2017-03-02 | systemd-ask-password: give id as suggested by man page | Christian Hesse | 1 | -1/+1 | |
2017-03-02 | update copyright for 2017 | Christian Hesse | 2 | -2/+2 | |
2016-05-22 | add comment about sleep | Christian Hesse | 1 | -0/+3 | |
Is there any better way than sleeping? | |||||
2016-05-22 | do not write password to logsystemd-v230 | Christian Hesse | 1 | -1/+1 | |
This requires systemd-ask-password with option --no-output, so it depends on systemd v230 (or commit a5a4e365). | |||||
2016-05-22 | fix start order of units | Christian Hesse | 1 | -0/+1 | |
2016-05-22 | drop shell script and implement with systemd units | Christian Hesse | 3 | -19/+19 | |
2016-04-04 | do not write second factor to stdout (and log to journal) | Christian Hesse | 1 | -1/+1 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-04-04 | let systemd-ask-password add the key to store and drop keyctlsystemd-v227 | Christian Hesse | 1 | -3/+1 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-01-19 | add condition for query of 2nd factor | Christian Hesse | 1 | -0/+1 | |
2016-01-18 | rename ykfde-cpio.service -> ykfde.service | Christian Hesse | 1 | -0/+0 | |
2016-01-18 | irgnore bad exit status for ykfde | Christian Hesse | 1 | -1/+1 | |
2016-01-18 | create archive on shutdown | Christian Hesse | 1 | -0/+1 | |
2016-01-16 | We have support for second factor. Yeah! | Christian Hesse | 2 | -0/+36 | |
2014-12-23 | rename systemd service to ykfde-cpio | Christian Hesse | 1 | -0/+0 | |
2014-12-23 | support updating the challenge on boot | Christian Hesse | 1 | -0/+11 | |