Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-02 | update copyright for 2017 | 2 | -2/+2 | |
2016-05-28 | indent with tabs | 2 | -2/+2 | |
2016-05-06 | use own function to ask for LUKS passphrase | 1 | -5/+11 | |
2016-05-06 | give hint we want the *current* second factor | 1 | -1/+1 | |
2016-05-04 | update help output | 2 | -2/+3 | |
2016-05-04 | move terminal input to function, verify matching strings for new factor | 1 | -37/+49 | |
2016-05-04 | simplify code structure | 1 | -47/+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... | 2 | -49/+25 | |
2016-05-04 | support reading second factor from terminal•••This increases security by not displaying on display and not writing to shell history. | 1 | -17/+70 | |
2016-05-04 | do not allow to give second factor twice | 1 | -0/+12 | |
2016-05-04 | fix error condition for yk_close_key() and yk_release() | 1 | -2/+2 | |
2016-05-04 | fix error condition for yk_init() | 1 | -2/+3 | |
2016-05-04 | fix error condition for yk_get_serial() | 1 | -1/+2 | |
2016-05-03 | add empty line for indention | 1 | -0/+1 | |
2016-05-03 | fix error condition for yk_challenge_response() | 1 | -6/+8 | |
2016-05-03 | do not crypt_free() when crypt_status() fails | 1 | -1/+1 | |
2016-05-03 | make ykfde-cpio understand command parameters | 2 | -2/+35 | |
2016-05-03 | fix compiler and linker flags and produce binaries with full RELRO | 1 | -1/+2 | |
2016-05-03 | warn when second factor is preocessed but not enabled in config | 1 | -0/+5 | |
2016-05-03 | define new constant for max second factor length | 1 | -2/+3 | |
2016-01-18 | we have command options to control behaviour, remove loop hack | 1 | -40/+21 | |
2016-01-18 | update comment about compiler command | 1 | -1/+1 | |
2016-01-18 | remove macro, this works with gcc option -std=gnu11 | 1 | -7/+0 | |
2016-01-16 | We have support for second factor. Yeah! | 2 | -67/+169 | |
2016-01-04 | update copyright for 2016 | 2 | -2/+2 | |
2015-05-27 | iniparser_getstring() returns const char * | 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> | 2 | -4/+10 | |
2015-01-04 | update copyright for 2015 | 2 | -2/+2 | |
2014-12-29 | introduce config.h•••We now have configuration in just one place. | 3 | -12/+5 | |
2014-12-29 | do not create directory '.' in archive•••This has been changes in mkinitcpio, so we do it the same. https://projects.archlinux.org/mkinitcpio.git/commit/?id=514d5f1fa641b0bfc66d43f4c0c7e7830f747899 | 1 | -5/+0 | |
2014-12-23 | support updating the challenge on boot | 3 | -5/+228 | |
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> | 3 | -74/+297 | |
2014-04-17 | fix getopt options | 1 | -1/+1 | |
2014-04-17 | get encrypted device from /etc/crypttab.initramfs | 1 | -9/+5 | |
2014-04-17 | add infos about /etc/crypttab.initramfs to documentation | 1 | -2/+1 | |
2014-04-16 | save a challenge for every key | 1 | -33/+18 | |
2014-03-26 | add some basic documentation | 1 | -2/+0 | |
2013-10-01 | create temporary directory, not file | 1 | -1/+1 | |
2013-10-01 | remove newline from response, answer password agent | 1 | -1/+1 | |
2013-10-01 | add hint about /etc/crypttab.initramfs | 1 | -1/+2 | |
2013-10-01 | update warning about slot | 1 | -2/+6 | |
2013-10-01 | update for systemd in initramfs | 1 | -3/+4 | |
2013-08-05 | fix option to mktemp | 1 | -1/+1 | |
2013-08-02 | use mktemp for temporarily directory handling | 1 | -10/+9 | |
2013-05-27 | Initial import0.2.0 | 1 | -0/+91 |