Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-07-06 | proper clean up of resources | Christian Hesse | 1 | -7/+15 |
2016-07-06 | fix some misc issues | Christian Hesse | 1 | -8/+10 |
2016-07-06 | simplify error path | Christian Hesse | 1 | -2/+1 |
2016-07-06 | open the Yubikey when needed•••Some key do an unplug/plug sequence after challenge/response. Thus the second challenge/response failed. So let's open the key only when needed and have a clean context. | Christian Hesse | 1 | -11/+57 |
2016-05-28 | indent with tabs | Christian Hesse | 1 | -15/+15 |
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 | -18/+5 |
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-01-17 | unlink pid file before exit | Christian Hesse | 1 | -0/+2 |
2016-01-16 | We have support for second factor. Yeah! | Christian Hesse | 1 | -87/+147 |
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 | 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 | -5/+2 |
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 | -52/+55 |
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 | replace scripts with a C program | Christian Hesse | 1 | -0/+252 |