Age | Commit message (Expand) | Author | Files | Lines |
2016-01-18 | we have command options to control behaviour, remove loop hack | Christian Hesse | 1 | -40/+21 |
2016-01-18 | rename ykfde-cpio.service -> ykfde.service | Christian Hesse | 2 | -1/+1 |
2016-01-18 | remove ykfde-cpio hook and make cpio archive mandatory | Christian Hesse | 3 | -21/+0 |
2016-01-18 | add and install grub configuration | Christian Hesse | 2 | -0/+17 |
2016-01-18 | irgnore bad exit status for ykfde | Christian Hesse | 1 | -1/+1 |
2016-01-18 | update comment about compiler command | Christian Hesse | 1 | -1/+1 |
2016-01-18 | create archive on shutdown | Christian Hesse | 1 | -0/+1 |
2016-01-18 | remove macro, this works with gcc option -std=gnu11 | Christian Hesse | 1 | -7/+0 |
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 | 12 | -160/+396 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 4 | -4/+4 |
2015-05-27 | prepare version 0.5.20.5.2 | Christian Hesse | 1 | -1/+1 |
2015-05-27 | iniparser_getstring() returns const char * | Christian Hesse | 2 | -2/+2 |
2015-05-12 | fix typo in comment | Christian Hesse | 1 | -1/+1 |
2015-01-07 | prepare version 0.5.10.5.1 | Christian Hesse | 1 | -1/+1 |
2015-01-07 | delete documentation target on error•••This prevents zero-size html files to be present on markdown failure.
| Christian Hesse | 1 | -11/+5 |
2015-01-07 | do not pipe to sed and catch markdown failures | Christian Hesse | 1 | -3/+6 |
2015-01-07 | do not recommend to create symlinks•••Naming executables is package manager's job. We do not touch that but
use what is given.
| Christian Hesse | 1 | -5/+7 |
2015-01-06 | Merge pull request #2 from nj0y/dev•••Update Documentation from Dracut & modified dracut | Christian Hesse | 2 | -7/+56 |
2015-01-06 | make challenges available in the main initramfs | Benjamin Pereto | 1 | -0/+1 |
2015-01-06 | updated README-dracut.md | Benjamin Pereto | 1 | -7/+55 |
2015-01-06 | update documentation for mkinitcpio & dracut | Christian Hesse | 5 | -96/+191 |
2015-01-04 | make defines more portable•••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>
| Christian Hesse | 2 | -4/+10 |
2015-01-04 | add dracut module•••Signed-off-by: Christian Hesse <mail@eworm.de>
| Benjamin Pereto | 4 | -1/+35 |
2015-01-04 | add .tar.xz archive for release | Benjamin Pereto | 1 | -0/+2 |
2015-01-04 | add comment with Yubikey details to udev rule | Christian Hesse | 1 | -3/+26 |
2015-01-04 | aded more IDs to udev-rule•••It exists new versions of yubikey, add support
| Benjamin Pereto | 1 | -1/+1 |
2015-01-04 | udev rule is installed to mkinitcpio specific path | Christian Hesse | 2 | -1/+1 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 4 | -4/+4 |
2014-12-30 | some more detailed documentation | Christian Hesse | 1 | -1/+6 |
2014-12-29 | refactor install section and add hint about dracut | Christian Hesse | 1 | -3/+8 |
2014-12-29 | introduce config.h•••We now have configuration in just one place.
| Christian Hesse | 8 | -21/+51 |
2014-12-29 | do not create directory '.' in archive•••This has been changes in mkinitcpio, so we do it the same.
https://projects.archlinux.org/mkinitcpio.git/commit/?id=514d5f1fa641b0bfc66d43f4c0c7e7830f747899
| Christian Hesse | 1 | -5/+0 |
2014-12-23 | prepare version 0.5.00.5.0 | Christian Hesse | 1 | -1/+1 |
2014-12-23 | rename systemd service to ykfde-cpio | Christian Hesse | 2 | -1/+1 |
2014-12-23 | install ykfde-cpio hook | Christian Hesse | 1 | -0/+1 |
2014-12-23 | support updating the challenge on boot | Christian Hesse | 8 | -13/+276 |
2014-12-22 | prepare version 0.4.0•••Signed-off-by: Christian Hesse <mail@eworm.de>
0.4.0 | Christian Hesse | 1 | -1/+1 |
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 | 9 | -137/+408 |
2014-12-11 | build pisition independent executable | Christian Hesse | 1 | -1/+1 |
2014-10-21 | prepare release 0.3.40.3.4 | Christian Hesse | 1 | -1/+1 |
2014-10-21 | use ISO C11 standard | Christian Hesse | 1 | -1/+1 |
2014-10-21 | no need to include usbhid module•••This uses libusb to communicate with Yubikey, so usbhid module is not
needed. Now that yubikey-personalization does not expect an active
kernel driver this works reliable.
https://github.com/Yubico/yubikey-personalization/commit/ad3d02fe756adfc04f849f5b4221357f2f2ecb03
| Christian Hesse | 1 | -1/+0 |
2014-05-05 | prepare release 0.3.30.3.3 | Christian Hesse | 1 | -1/+1 |
2014-05-05 | fix udev rule•••Yubikey emits a lot of events when inserted and queried. We do have to
act on insert, so make sure to match the correct case.
| Christian Hesse | 1 | -1/+2 |
2014-05-04 | make output to /dev/console a compile time option | Christian Hesse | 1 | -1/+3 |
2014-04-17 | prepare release 0.3.20.3.2 | Christian Hesse | 1 | -1/+1 |
2014-04-17 | fix getopt options | Christian Hesse | 1 | -1/+1 |
2014-04-17 | get encrypted device from /etc/crypttab.initramfs | Christian Hesse | 2 | -18/+14 |
2014-04-17 | add infos about /etc/crypttab.initramfs to documentation | Christian Hesse | 2 | -6/+11 |
2014-04-16 | prepare release 0.3.10.3.1 | Christian Hesse | 1 | -1/+1 |
2014-04-16 | save a challenge for every key | Christian Hesse | 5 | -72/+59 |
2014-04-04 | fix archive prefix0.3.0 | Christian Hesse | 1 | -1/+1 |
2014-04-04 | fix indention and uncomment version | Christian Hesse | 1 | -2/+2 |
2014-04-04 | add make release | Christian Hesse | 1 | -0/+7 |
2014-04-02 | add TODO for multiple challenges | Christian Hesse | 1 | -1/+2 |
2014-03-27 | add a word about limitation / TODO | Christian Hesse | 1 | -0/+11 |
2014-03-27 | better comment | Christian Hesse | 1 | -1/+1 |
2014-03-27 | always use small characters in config | Christian Hesse | 2 | -5/+5 |
2014-03-27 | fix typos | Christian Hesse | 1 | -2/+2 |
2014-03-26 | mention some more dependencies... | Christian Hesse | 1 | -0/+2 |
2014-03-26 | add some basic documentation | Christian Hesse | 3 | -5/+60 |
2014-03-26 | allow to set slot for specific Yubikey | Christian Hesse | 2 | -11/+30 |
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-15 | add dependency to Makefile | Christian Hesse | 1 | -1/+1 |
2014-03-14 | fix CFLAGS | Christian Hesse | 2 | -1/+5 |
2014-03-14 | replace scripts with a C program | Christian Hesse | 7 | -22/+285 |
2013-10-03 | add timeout to inotifywait and exit on wrong message•••systemd should manage to ask for the passphrase within two seconds.
| Christian Hesse | 1 | -2/+3 |
2013-10-03 | fix behavior of inotifywait | Christian Hesse | 1 | -1/+1 |
2013-10-01 | use inotifywait to work around race condition•••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.
| Christian Hesse | 2 | -2/+4 |
2013-10-01 | fix message string | Christian Hesse | 1 | -1/+1 |
2013-10-01 | add binary tr | Christian Hesse | 1 | -0/+1 |
2013-10-01 | discard errors by ykchalresp | Christian Hesse | 1 | -1/+1 |
2013-10-01 | add systemd-reply-password to initramfs | Christian Hesse | 1 | -0/+1 |
2013-10-01 | create temporary directory, not file | Christian Hesse | 1 | -1/+1 |
2013-10-01 | remove newline from response, answer password agent | Christian Hesse | 2 | -2/+8 |
2013-10-01 | add hint about /etc/crypttab.initramfs | Christian Hesse | 1 | -1/+2 |
2013-10-01 | update warning about slot | Christian Hesse | 1 | -2/+6 |
2013-10-01 | update for systemd in initramfs | Christian Hesse | 6 | -40/+22 |
2013-08-05 | fix option to mktemp | Christian Hesse | 1 | -1/+1 |
2013-08-02 | use mktemp for temporarily directory handling | Christian Hesse | 1 | -10/+9 |
2013-07-10 | add README.html to .gitignore | Christian Hesse | 1 | -0/+1 |
2013-05-27 | Initial import0.2.0 | Christian Hesse | 3 | -0/+140 |
2013-05-27 | Initial commit | Christian Hesse | 1 | -0/+4 |