Age | Commit message (Expand) | Author | Files | Lines |
2016-05-04 | simplify code structure | Christian Hesse | 1 | -47/+49 |
2016-05-04 | simplify return code handling•••We do not return the return codes from library functionen, but that is
not a big issue...
| Christian Hesse | 3 | -67/+30 |
2016-05-04 | support reading second factor from terminal•••This increases security by not displaying on display and not writing
to shell history.
| Christian Hesse | 3 | -17/+78 |
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)•••Signed-off-by: Christian Hesse <mail@eworm.de>
| Christian Hesse | 1 | -1/+1 |
2016-04-04 | let systemd-ask-password add the key to store and drop keyctl•••Signed-off-by: Christian Hesse <mail@eworm.de>
systemd-v227 | Christian Hesse | 2 | -4/+1 |
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•••close #4
Signed-off-by: Christian Hesse <mail@eworm.de>
| Aron Widforss | 1 | -2/+3 |
2016-02-25 | make sure we have shell and commands in initramfs•••fix #5
| Christian Hesse | 1 | -0/+7 |
2016-01-20 | update the dracut stuff•••Not tested, though...
| Christian Hesse | 3 | -30/+44 |
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•••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 |