Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Christian Hesse | 1 | -2/+5 | |
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> | |||||
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 | |
2014-12-29 | introduce config.h | Christian Hesse | 1 | -6/+2 | |
We now have configuration in just one place. | |||||
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 | Christian Hesse | 1 | -0/+280 | |
* 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> |