aboutsummaryrefslogtreecommitdiffstats
path: root/bin/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Makefile: change order of compiler parametersGravatar Christian Hesse1-3/+3
2017-11-25link required libraries onlyGravatar Christian Hesse1-6/+6
2017-10-30make sure the worker is run from systemd serviceGravatar Christian Hesse1-2/+4
2017-06-22rename the worker programGravatar Christian Hesse1-3/+7
This is no longer just udev... So rename and move.
2016-05-03make ykfde-cpio understand command parametersGravatar Christian Hesse1-1/+1
2016-05-03fix compiler and linker flags and produce binaries with full RELROGravatar Christian Hesse1-1/+2
2016-01-16We have support for second factor. Yeah!Gravatar Christian Hesse1-3/+3
2014-12-29introduce config.hGravatar Christian Hesse1-2/+2
We now have configuration in just one place.
2014-12-23support updating the challenge on bootGravatar Christian Hesse1-3/+7
2014-12-22replace shell script with C code, and many moreGravatar Christian Hesse1-0/+17
* 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>