Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-28 | Merge branch 'systemd-units' | Christian Hesse | 6 | -29/+31 | |
2016-05-28 | install systemd unit file without execute permission | Christian Hesse | 1 | -1/+1 | |
2016-05-22 | do not install ykfde-2f but ykfde-notify.service | Christian Hesse | 1 | -1/+1 | |
2016-05-22 | update dependencies | Christian Hesse | 1 | -1/+3 | |
2016-05-22 | add comment about sleep | Christian Hesse | 1 | -0/+3 | |
Is there any better way than sleeping? | |||||
2016-05-22 | do not write password to logsystemd-v230 | Christian Hesse | 1 | -1/+1 | |
This requires systemd-ask-password with option --no-output, so it depends on systemd v230 (or commit a5a4e365). | |||||
2016-05-22 | fix start order of units | Christian Hesse | 1 | -0/+1 | |
2016-05-22 | drop shell script and implement with systemd units | Christian Hesse | 4 | -27/+23 | |
2016-05-06 | use own function to ask for LUKS passphrase | Christian Hesse | 1 | -5/+11 | |
2016-05-06 | prepare version 0.6.30.6.3 | Christian Hesse | 1 | -1/+1 | |
2016-05-06 | make ykfde-cpio depend on version.h | Christian Hesse | 1 | -1/+1 | |
2016-05-06 | give hint we want the *current* second factor | Christian Hesse | 1 | -1/+1 | |
2016-05-04 | update documentation again, give real example | Christian Hesse | 2 | -16/+20 | |
2016-05-04 | update help output | Christian Hesse | 2 | -2/+3 | |
2016-05-04 | update documentation | Christian Hesse | 2 | -16/+24 | |
* Use long version of switches. * Use --new-2nd-factor (instead of --2nd-factor) for initialization. | |||||
2016-05-04 | move terminal input to function, verify matching strings for new factor | Christian Hesse | 1 | -37/+49 | |
2016-05-04 | simplify code structure | Christian Hesse | 1 | -47/+49 | |
2016-05-04 | simplify return code handling | Christian Hesse | 3 | -67/+30 | |
We do not return the return codes from library functionen, but that is not a big issue... | |||||
2016-05-04 | support reading second factor from terminal | Christian Hesse | 3 | -17/+78 | |
This increases security by not displaying on display and not writing to shell history. | |||||
2016-05-04 | do not allow to give second factor twice | Christian Hesse | 1 | -0/+12 | |
2016-05-04 | fix error condition for yk_close_key() and yk_release() | Christian Hesse | 2 | -4/+4 | |
2016-05-04 | fix error condition for yk_init() | Christian Hesse | 2 | -4/+6 | |
2016-05-04 | fix error condition for yk_get_serial() | Christian Hesse | 2 | -2/+4 | |
2016-05-03 | prepare version 0.6.20.6.2 | Christian Hesse | 1 | -1/+1 | |
2016-05-03 | add empty line for indention | Christian Hesse | 1 | -0/+1 | |
2016-05-03 | fix error condition for yk_challenge_response() | Christian Hesse | 2 | -9/+12 | |
2016-05-03 | do not crypt_free() when crypt_status() fails | Christian Hesse | 1 | -1/+1 | |
2016-05-03 | make ykfde-cpio understand command parameters | Christian Hesse | 2 | -2/+35 | |
2016-05-03 | fix compiler and linker flags and produce binaries with full RELRO | Christian Hesse | 2 | -2/+4 | |
2016-05-03 | warn when second factor is preocessed but not enabled in config | Christian Hesse | 1 | -0/+5 | |
2016-05-03 | define new constant for max second factor length | Christian Hesse | 1 | -2/+3 | |
2016-04-04 | prepare version 0.6.10.6.1 | Christian Hesse | 1 | -1/+1 | |
2016-04-04 | do not write second factor to stdout (and log to journal) | Christian Hesse | 1 | -1/+1 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-04-04 | let systemd-ask-password add the key to store and drop keyctlsystemd-v227 | Christian Hesse | 2 | -4/+1 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-04-04 | prepare version 0.6.00.6.0 | Christian Hesse | 1 | -1/+1 | |
2016-02-26 | shell and commands are required for second factor only | Christian Hesse | 1 | -7/+7 | |
2016-02-25 | README-mkinitcpio: emphasize we need a systemd-enabled initramfs | Aron Widforss | 1 | -2/+3 | |
close #4 Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-02-25 | make sure we have shell and commands in initramfs | Christian Hesse | 1 | -0/+7 | |
fix #5 | |||||
2016-01-20 | update the dracut stuff | Christian Hesse | 3 | -30/+44 | |
Not tested, though... | |||||
2016-01-20 | ups, we want another level of heading | Christian Hesse | 1 | -5/+5 | |
2016-01-19 | add condition for query of 2nd factor | Christian Hesse | 1 | -0/+1 | |
2016-01-18 | update README-mkinitcpio | Christian Hesse | 1 | -26/+31 | |
2016-01-18 | update README | Christian Hesse | 1 | -3/+1 | |
2016-01-18 | merge mkinitcpio hooks | Christian Hesse | 4 | -17/+16 | |
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 | Christian Hesse | 1 | -11/+5 | |
This prevents zero-size html files to be present on markdown failure. | |||||
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 | Christian Hesse | 1 | -5/+7 | |
Naming executables is package manager's job. We do not touch that but use what is given. | |||||
2015-01-06 | Merge pull request #2 from nj0y/dev | Christian Hesse | 2 | -7/+56 | |
Update Documentation from Dracut & modified dracut | |||||
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 | Christian Hesse | 2 | -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-04 | add dracut module | Benjamin Pereto | 4 | -1/+35 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
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 | Benjamin Pereto | 1 | -1/+1 | |
It exists new versions of yubikey, add support | |||||
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 | Christian Hesse | 8 | -21/+51 | |
We now have configuration in just one place. | |||||
2014-12-29 | do not create directory '.' in archive | Christian Hesse | 1 | -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-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.00.4.0 | Christian Hesse | 1 | -1/+1 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2014-12-22 | replace shell script with C code, and many more | Christian Hesse | 9 | -137/+408 | |
* 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-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 | Christian Hesse | 1 | -1/+0 | |
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 | |||||
2014-05-05 | prepare release 0.3.30.3.3 | Christian Hesse | 1 | -1/+1 | |
2014-05-05 | fix udev rule | Christian Hesse | 1 | -1/+2 | |
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. | |||||
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 | |