Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-04 | simplify return code handling | Christian Hesse | 1 | -18/+5 | |
We do not return the return codes from library functionen, but that is not a big issue... | |||||
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 | -3/+4 | |
2016-05-03 | fix compiler and linker flags and produce binaries with full RELRO | Christian Hesse | 1 | -1/+2 | |
2016-01-17 | unlink pid file before exit | Christian Hesse | 1 | -0/+2 | |
2016-01-16 | We have support for second factor. Yeah! | Christian Hesse | 2 | -88/+148 | |
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-05-12 | fix typo in comment | Christian Hesse | 1 | -1/+1 | |
2015-01-04 | add comment with Yubikey details to udev rule | Christian Hesse | 1 | -3/+26 | |
2015-01-04 | aded more IDs to udev-rule | Benjamin Pereto | 1 | -1/+1 | |
It exists new versions of yubikey, add support | |||||
2015-01-04 | udev rule is installed to mkinitcpio specific path | Christian Hesse | 1 | -1/+0 | |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 | |
2014-12-29 | introduce config.h | Christian Hesse | 2 | -6/+3 | |
We now have configuration in just one place. | |||||
2014-12-22 | replace shell script with C code, and many more | Christian Hesse | 1 | -52/+55 | |
* 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> | |||||
2014-12-11 | build pisition independent executable | Christian Hesse | 1 | -1/+1 | |
2014-10-21 | use ISO C11 standard | Christian Hesse | 1 | -1/+1 | |
2014-05-05 | fix udev rule | Christian Hesse | 1 | -1/+2 | |
Yubikey emits a lot of events when inserted and queried. We do have to act on insert, so make sure to match the correct case. | |||||
2014-05-04 | make output to /dev/console a compile time option | Christian Hesse | 1 | -1/+3 | |
2014-04-16 | save a challenge for every key | Christian Hesse | 1 | -36/+39 | |
2014-03-27 | better comment | Christian Hesse | 1 | -1/+1 | |
2014-03-27 | always use small characters in config | Christian Hesse | 1 | -3/+3 | |
2014-03-26 | allow to set slot for specific Yubikey | Christian Hesse | 1 | -11/+25 | |
2014-03-17 | update filename in comment | Christian Hesse | 1 | -1/+1 | |
2014-03-15 | allow Yubiky to block | Christian Hesse | 1 | -1/+1 | |
2014-03-15 | also clear response_hex before using it | Christian Hesse | 1 | -0/+1 | |
2014-03-15 | add hint about debugging | Christian Hesse | 1 | -0/+3 | |
2014-03-15 | unlink challenge file only on success | Christian Hesse | 1 | -3/+4 | |
2014-03-15 | set up inotify watch before looking at the dir, prevent race | Christian Hesse | 1 | -15/+15 | |
2014-03-15 | add comments | Christian Hesse | 1 | -5/+17 | |
2014-03-15 | clear response from memory | Christian Hesse | 1 | -1/+5 | |
2014-03-14 | fix CFLAGS | Christian Hesse | 1 | -1/+4 | |
2014-03-14 | replace scripts with a C program | Christian Hesse | 3 | -17/+267 | |
2013-10-03 | add timeout to inotifywait and exit on wrong message | Christian Hesse | 1 | -2/+3 | |
systemd should manage to ask for the passphrase within two seconds. | |||||
2013-10-03 | fix behavior of inotifywait | Christian Hesse | 1 | -1/+1 | |
2013-10-01 | use inotifywait to work around race condition | Christian Hesse | 1 | -1/+2 | |
It was passible that the keyfile was created too late, but the password agent was not ready yet. Work around this by waiting for a new request. | |||||
2013-10-01 | fix message string | Christian Hesse | 1 | -1/+1 | |
2013-10-01 | discard errors by ykchalresp | Christian Hesse | 1 | -1/+1 | |
2013-10-01 | remove newline from response, answer password agent | Christian Hesse | 1 | -1/+7 | |
2013-10-01 | update for systemd in initramfs | Christian Hesse | 2 | -0/+13 | |