aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2016-05-03fix compiler and linker flags and produce binaries with full RELROGravatar Christian Hesse1-1/+2
2016-05-03warn when second factor is preocessed but not enabled in configGravatar Christian Hesse1-0/+5
2016-05-03define new constant for max second factor lengthGravatar Christian Hesse1-2/+3
2016-01-18we have command options to control behaviour, remove loop hackGravatar Christian Hesse1-40/+21
2016-01-18update comment about compiler commandGravatar Christian Hesse1-1/+1
2016-01-18remove macro, this works with gcc option -std=gnu11Gravatar Christian Hesse1-7/+0
2016-01-16We have support for second factor. Yeah!Gravatar Christian Hesse2-67/+169
2016-01-04update copyright for 2016Gravatar Christian Hesse2-2/+2
2015-05-27iniparser_getstring() returns const char *Gravatar Christian Hesse1-1/+1
2015-01-04make defines more portableGravatar Christian Hesse2-4/+10
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-04update copyright for 2015Gravatar Christian Hesse2-2/+2
2014-12-29introduce config.hGravatar Christian Hesse3-12/+5
We now have configuration in just one place.
2014-12-29do not create directory '.' in archiveGravatar Christian Hesse1-5/+0
This has been changes in mkinitcpio, so we do it the same. https://projects.archlinux.org/mkinitcpio.git/commit/?id=514d5f1fa641b0bfc66d43f4c0c7e7830f747899
2014-12-23support updating the challenge on bootGravatar Christian Hesse3-5/+228
2014-12-22replace shell script with C code, and many moreGravatar Christian Hesse3-74/+297
* 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-04-17fix getopt optionsGravatar Christian Hesse1-1/+1
2014-04-17get encrypted device from /etc/crypttab.initramfsGravatar Christian Hesse1-9/+5
2014-04-17add infos about /etc/crypttab.initramfs to documentationGravatar Christian Hesse1-2/+1
2014-04-16save a challenge for every keyGravatar Christian Hesse1-33/+18
2014-03-26add some basic documentationGravatar Christian Hesse1-2/+0
2013-10-01create temporary directory, not fileGravatar Christian Hesse1-1/+1
2013-10-01remove newline from response, answer password agentGravatar Christian Hesse1-1/+1
2013-10-01add hint about /etc/crypttab.initramfsGravatar Christian Hesse1-1/+2
2013-10-01update warning about slotGravatar Christian Hesse1-2/+6
2013-10-01update for systemd in initramfsGravatar Christian Hesse1-3/+4
2013-08-05fix option to mktempGravatar Christian Hesse1-1/+1
2013-08-02use mktemp for temporarily directory handlingGravatar Christian Hesse1-10/+9
2013-05-27Initial import0.2.0Gravatar Christian Hesse1-0/+91