Support for yk_challenge_response, Yubikey 2.3, bugfixes and more Drop bigendian patch, is now in upstream sourceepel9
parent
1064f5ae2d
commit
a4149af1be
@ -0,0 +1,11 @@
|
||||
ACTION!="add|change", GOTO="yubico_end"
|
||||
|
||||
# Udev rules for letting the console user access the Yubikey USB
|
||||
# device node, needed for challenge/response to work correctly.
|
||||
|
||||
# Yubico Yubikey II
|
||||
ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010", \
|
||||
ENV{ID_SECURITY_TOKEN}="1"
|
||||
|
||||
LABEL="yubico_end"
|
||||
|
@ -1 +1 @@
|
||||
585b73f18a74d85a920065abcc1d82f7 ykpers-1.6.3.tar.gz
|
||||
b283a56cd50876cfcec274f1dffa67dc ykpers-1.8.0.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up ykpers-1.6.0/tests/test_args_to_config.c.bigendian ykpers-1.6.0/tests/test_args_to_config.c
|
||||
--- ykpers-1.6.0/tests/test_args_to_config.c.bigendian 2011-07-21 11:27:59.614946704 +0200
|
||||
+++ ykpers-1.6.0/tests/test_args_to_config.c 2011-07-21 11:28:52.805128364 +0200
|
||||
@@ -86,6 +86,7 @@ void _check_success(int rc, YKP_CONFIG *
|
||||
/* insert CRC */
|
||||
ycfg->crc = ~yubikey_crc16 ((unsigned char *) ycfg,
|
||||
offsetof(struct config_st, crc));
|
||||
+ ycfg->crc = yk_endian_swap_16(ycfg->crc);
|
||||
|
||||
config_matches_expected = ! memcmp(expected, ycfg, sizeof(*ycfg));
|
||||
if (! config_matches_expected) {
|
Loading…
Reference in new issue