Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |