Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-02-18 | do not use hardcoded size | Christian Hesse | 1 | -1/+1 |
2019-02-18 | replace getrandom() with getentropy() | Christian Hesse | 1 | -1/+1 |
2019-02-17 | Seed with real random number | Christian Hesse | 1 | -5/+7 |
2019-01-01 | update copyright for 2019 | Christian Hesse | 1 | -1/+1 |
2018-01-29 | improve systemd notification handling | Christian Hesse | 1 | -1/+3 |
2018-01-19 | less conditions for string duplication•••This makes sure second_factor is not NULL and prevents later NULL dereferences. Fixes #23. | Christian Hesse | 1 | -4/+4 |
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 |
2017-10-30 | update the logic for second factor | Christian Hesse | 1 | -9/+20 |
2017-06-20 | Rework the code, update keyring handling•••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 systemd-v233 | Christian Hesse | 1 | -1/+1 |
2017-06-14 | invert condition | Christian Hesse | 1 | -8/+5 |
2017-06-14 | FIX: save old termio structure properly | Benjamin Pereto | 1 | -2/+2 |
2017-04-28 | Updated ykfde.c to silently skip terminal updates when tcgetattr fails so tha... | Alec Lanter | 1 | -14/+20 |
2017-03-02 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 |
2016-05-28 | indent with tabs | Christian Hesse | 1 | -1/+1 |
2016-05-06 | use own function to ask for LUKS passphrase | Christian Hesse | 1 | -5/+11 |
2016-05-06 | give hint we want the *current* second factor | Christian Hesse | 1 | -1/+1 |
2016-05-04 | update help output | Christian Hesse | 1 | -1/+2 |
2016-05-04 | move terminal input to function, verify matching strings for new factor | Christian Hesse | 1 | -37/+49 |
2016-05-04 | simplify return code handling•••We do not return the return codes from library functionen, but that is not a big issue... | Christian Hesse | 1 | -26/+12 |
2016-05-04 | support reading second factor from terminal•••This increases security by not displaying on display and not writing to shell history. | Christian Hesse | 1 | -17/+70 |
2016-05-04 | do not allow to give second factor twice | Christian Hesse | 1 | -0/+12 |
2016-05-04 | fix error condition for yk_close_key() and yk_release() | Christian Hesse | 1 | -2/+2 |
2016-05-04 | fix error condition for yk_init() | Christian Hesse | 1 | -2/+3 |
2016-05-04 | fix error condition for yk_get_serial() | Christian Hesse | 1 | -1/+2 |
2016-05-03 | fix error condition for yk_challenge_response() | Christian Hesse | 1 | -6/+8 |
2016-05-03 | do not crypt_free() when crypt_status() fails | Christian Hesse | 1 | -1/+1 |
2016-05-03 | warn when second factor is preocessed but not enabled in config | Christian Hesse | 1 | -0/+5 |
2016-05-03 | define new constant for max second factor length | Christian Hesse | 1 | -2/+3 |
2016-01-18 | we have command options to control behaviour, remove loop hack | Christian Hesse | 1 | -40/+21 |
2016-01-16 | We have support for second factor. Yeah! | Christian Hesse | 1 | -64/+166 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-05-27 | iniparser_getstring() returns const char * | Christian Hesse | 1 | -1/+1 |
2015-01-04 | make defines more portable•••Looks like _DEFAULT_SOURCE requires a recent glibc and does not work on Fedora. So use _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED instead. Reported-by: Benjamin Pereto <benjamin.pereto@gmail.com> | Christian Hesse | 1 | -2/+5 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-12-29 | introduce config.h•••We now have configuration in just one place. | Christian Hesse | 1 | -6/+2 |
2014-12-23 | support updating the challenge on boot | Christian Hesse | 1 | -2/+1 |
2014-12-22 | replace shell script with C code, and many more•••* 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> | Christian Hesse | 1 | -0/+280 |