]>
err.no Git - yubikey-personalization/log
Klas Lindfors [Tue, 10 Apr 2012 09:34:07 +0000 (11:34 +0200)]
remove comment about deprecation.
Klas Lindfors [Thu, 5 Apr 2012 09:16:03 +0000 (11:16 +0200)]
rework default flags:
the library does not give defaults for any of the configuration flags
this is done in the ykpersonalize tool instead. ykp_alloc() and
ykp_configure_version() introduced, removed status parameter from
ykp_configure_command(). Remove defaulting to slot 1, instead force
the user to select a slot.
Klas Lindfors [Wed, 28 Mar 2012 11:58:32 +0000 (13:58 +0200)]
updated update masks from JE
Klas Lindfors [Wed, 28 Mar 2012 11:35:02 +0000 (13:35 +0200)]
fix indentation
Klas Lindfors [Wed, 28 Mar 2012 11:21:03 +0000 (13:21 +0200)]
defaults for updates
by default add ALLOW_UPDATE to updates.
Klas Lindfors [Wed, 28 Mar 2012 06:10:53 +0000 (08:10 +0200)]
update text depending on command to be written to key.
Klas Lindfors [Wed, 28 Mar 2012 05:40:32 +0000 (07:40 +0200)]
check if update flags are allowed.
Klas Lindfors [Tue, 27 Mar 2012 12:37:32 +0000 (14:37 +0200)]
add new extended flags for 2.3
USE_NUMERIC_KEYPAD, FAST_TRIG, ALLOW_UPDATE and DORMANT
Klas Lindfors [Tue, 27 Mar 2012 12:21:09 +0000 (14:21 +0200)]
ykdef.h 2.3 from JE (copied from python-yubico)
Klas Lindfors [Tue, 27 Mar 2012 12:08:15 +0000 (14:08 +0200)]
code for -u (update) parsing
Klas Lindfors [Tue, 27 Mar 2012 12:06:02 +0000 (14:06 +0200)]
recognize SLOT_UPDATE1 and SLOT_UPDATE2
Klas Lindfors [Tue, 27 Mar 2012 11:49:36 +0000 (13:49 +0200)]
only need aes key for SLOT_CONFIG and SLOT_CONFIG2
Klas Lindfors [Tue, 27 Mar 2012 11:48:46 +0000 (13:48 +0200)]
add -x option for swapping configurations
Klas Lindfors [Tue, 27 Mar 2012 10:26:09 +0000 (12:26 +0200)]
return 1 on success
Klas Lindfors [Tue, 27 Mar 2012 08:27:03 +0000 (10:27 +0200)]
add declarations of ykp_configure_command and ykp_command
Klas Lindfors [Tue, 27 Mar 2012 08:24:52 +0000 (10:24 +0200)]
declare yk_write_command
Klas Lindfors [Tue, 27 Mar 2012 08:19:15 +0000 (10:19 +0200)]
add exporting of yk_write_command to mapping file
Klas Lindfors [Tue, 27 Mar 2012 08:18:02 +0000 (10:18 +0200)]
use yk_write_command instead of yk_write_config
Klas Lindfors [Tue, 27 Mar 2012 08:17:08 +0000 (10:17 +0200)]
add ykp_command and ykp_configure_command
work with commands instead of slots. let the slots functions wrap these.
Klas Lindfors [Tue, 27 Mar 2012 08:13:56 +0000 (10:13 +0200)]
new function yk_write_command to support more commands
let yk_write_config wrap yk_write_command.
Klas Lindfors [Tue, 27 Mar 2012 06:06:38 +0000 (08:06 +0200)]
add vcheck function for 2.3
Klas Lindfors [Tue, 27 Mar 2012 06:06:08 +0000 (08:06 +0200)]
add 2.3 commands to ykdef
Klas Lindfors [Mon, 26 Mar 2012 08:05:45 +0000 (10:05 +0200)]
merge code for slot 1 and 2
Clemens Lang [Sat, 18 Feb 2012 23:37:13 +0000 (00:37 +0100)]
Don't set yk_errno if nothing went wrong
This fixes a superfluous warning when using challenge-response
authentication with yubico-pam on OS X:
debug: pam_yubico.c:649 (do_challenge_response): USB error: USB error
This warning appeared although no error actually occured.
Clemens Lang [Sat, 18 Feb 2012 16:53:00 +0000 (17:53 +0100)]
yubikey.h requires char *, cast to silence warning
yubikey.h from yubico-c defines yubikey_hex_*() to have a char * as first
parameter, where we use unisgned char[] here. Add a cast to silence the
warning this generates.
Clemens Lang [Sat, 18 Feb 2012 16:48:52 +0000 (17:48 +0100)]
ykchalresp.c: clang warnings about unsigned casts
unsigned char * and char * are used alike where casts would be needed to
compile warning-free
Clemens Lang [Sat, 18 Feb 2012 16:45:49 +0000 (17:45 +0100)]
ykchalresp.c: Fix clang format warning
warning: conversion specifies type 'int' but the argument has type 'unsigned long'
Clemens Lang [Sat, 18 Feb 2012 16:44:21 +0000 (17:44 +0100)]
Suggest parantheses around assgnmnt used as truth value
Clemens Lang [Sat, 18 Feb 2012 16:43:14 +0000 (17:43 +0100)]
Silence warning about implicit cast adding unsigned
yk_wait_for_key_status expects an unisgned char*, but char* given.
Clemens Lang [Sat, 18 Feb 2012 16:42:12 +0000 (17:42 +0100)]
Add function declaration to silence warning
yk_force_key_update was used without being declared
Simon Josefsson [Mon, 23 Jan 2012 19:17:01 +0000 (20:17 +0100)]
Get latest docs.
Simon Josefsson [Mon, 23 Jan 2012 19:10:35 +0000 (20:10 +0100)]
Bump version. Use silent rules. Bump copyright years.
Fredrik Thulin [Thu, 15 Dec 2011 14:28:49 +0000 (15:28 +0100)]
Prepare version 1.6.3.
Fredrik Thulin [Thu, 15 Dec 2011 14:00:55 +0000 (15:00 +0100)]
s/Yubikey/YubiKey/
Fredrik Thulin [Thu, 15 Dec 2011 13:58:57 +0000 (14:58 +0100)]
Sort oath-imf in --help message.
Fredrik Thulin [Thu, 15 Dec 2011 13:58:31 +0000 (14:58 +0100)]
Document oath-imf, serial-{btn,usb,api}-visible.
Fredrik Thulin [Mon, 12 Dec 2011 08:35:54 +0000 (09:35 +0100)]
Fix CRC in test cases on big endian systems.
Noticed failure in Debian build of 1.6.2 on mips.
Fredrik Thulin [Mon, 28 Nov 2011 13:14:48 +0000 (14:14 +0100)]
Prepare version 1.6.2.
Simon Josefsson [Thu, 24 Nov 2011 13:48:37 +0000 (14:48 +0100)]
Check calloc return value when creating errno varibles.
Simon Josefsson [Thu, 10 Nov 2011 10:24:48 +0000 (11:24 +0100)]
Fix firmware version check.
Simon Josefsson [Thu, 10 Nov 2011 10:22:34 +0000 (11:22 +0100)]
Use extern "C" keywords.
Fredrik Thulin [Thu, 3 Nov 2011 11:00:22 +0000 (12:00 +0100)]
Define YK_DEBUG to get hex dumps of USB read/writes.
Fredrik Thulin [Mon, 31 Oct 2011 19:59:49 +0000 (20:59 +0100)]
Fix 'char' not always defaulting to sign.
"Serge E. Hallyn" <serge.hallyn@canonical.com> reports he has an ARM
computer where 'char' defaults to 'unsigned char'. The correct return
type of getopt() according to getopt(3) is 'int' though.
Simon Josefsson [Wed, 5 Oct 2011 16:47:56 +0000 (18:47 +0200)]
Update.
Fredrik Thulin [Wed, 21 Sep 2011 13:30:54 +0000 (15:30 +0200)]
Merge branch 'fix-non-linux-libusb' of https://github.com/jrmithdobbs/yubikey-personalization
Fredrik Thulin [Fri, 16 Sep 2011 12:10:00 +0000 (14:10 +0200)]
Merge branch 'fix-ykpers.h-wall-message' of https://github.com/jrmithdobbs/yubikey-personalization
Fredrik Thulin [Fri, 16 Sep 2011 12:07:16 +0000 (14:07 +0200)]
Fix length in some calls to writer().
No real change, the correct length was used by coincidence.
Doug Huff [Mon, 12 Sep 2011 22:13:49 +0000 (17:13 -0500)]
Fix -Wall error.
Doug Huff [Mon, 12 Sep 2011 22:05:58 +0000 (17:05 -0500)]
This fixes building on OpenBSD and properly adds ykcore_libusb output to gitignore.
Simon Josefsson [Mon, 15 Aug 2011 20:17:35 +0000 (22:17 +0200)]
Fix typo in NEWS.
Simon Josefsson [Mon, 15 Aug 2011 20:08:13 +0000 (22:08 +0200)]
Version 1.6.1.
Simon Josefsson [Mon, 15 Aug 2011 20:06:33 +0000 (22:06 +0200)]
Fix test_args_to_config crash on some platform.
Simon Josefsson [Mon, 15 Aug 2011 20:05:34 +0000 (22:05 +0200)]
Bump version.
Simon Josefsson [Wed, 20 Jul 2011 17:59:15 +0000 (19:59 +0200)]
Update for new google account.
Simon Josefsson [Wed, 20 Jul 2011 10:21:02 +0000 (12:21 +0200)]
Fix constness.
Simon Josefsson [Wed, 20 Jul 2011 10:17:54 +0000 (12:17 +0200)]
Version 1.6.0.
Simon Josefsson [Wed, 20 Jul 2011 10:16:45 +0000 (12:16 +0200)]
Add NEWS entry. Bump version. Fixed shared library version. Fix code style.
Frank Cusack [Wed, 20 Jul 2011 10:12:11 +0000 (12:12 +0200)]
Add flag and API for OATH initial moving factor.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Simon Josefsson [Wed, 20 Jul 2011 10:05:59 +0000 (12:05 +0200)]
Accept firmware version 2.3.x too.
Fredrik Thulin [Tue, 7 Jun 2011 18:12:36 +0000 (20:12 +0200)]
Try to fix test case problems on armel CPU.
Reported in https://bugs.launchpad.net/bugs/791249.
Simon Josefsson [Tue, 10 May 2011 08:34:40 +0000 (10:34 +0200)]
Version 1.5.2.
Simon Josefsson [Tue, 10 May 2011 08:27:25 +0000 (10:27 +0200)]
Use latest docs.
Simon Josefsson [Tue, 10 May 2011 08:26:00 +0000 (10:26 +0200)]
Add NEWS entries.
Simon Josefsson [Tue, 10 May 2011 08:23:16 +0000 (10:23 +0200)]
Fix license and dist ykpers4win.mk.
Simon Josefsson [Wed, 20 Apr 2011 17:05:59 +0000 (19:05 +0200)]
Fix typo and re-indent.
Simon Josefsson [Wed, 20 Apr 2011 17:05:25 +0000 (19:05 +0200)]
Print udev rules directory at the end of ./configure run.
Tollef Fog Heen [Thu, 14 Apr 2011 20:40:02 +0000 (22:40 +0200)]
Add udev rules to grant the console user access to the yubikey device node
Simon Josefsson [Thu, 14 Apr 2011 18:56:52 +0000 (20:56 +0200)]
Drop hidpi.h too, we only need user space stuff in hidsdi.h.
Simon Josefsson [Thu, 14 Apr 2011 17:38:30 +0000 (19:38 +0200)]
Fix upload rules.
Simon Josefsson [Thu, 14 Apr 2011 17:38:15 +0000 (19:38 +0200)]
Assume a fixed MinGW-w64 environment, drop work arounds for missing prototypes.
Fredrik Thulin [Wed, 13 Apr 2011 11:24:56 +0000 (13:24 +0200)]
Fix incorrect length used with 'yubikey_hex_decode'.
Resulted in coredump for challenges of 128 chars (64 bytes).
Fredrik Thulin [Tue, 12 Apr 2011 15:14:49 +0000 (17:14 +0200)]
Since slot choosing resets options, demand it comes first.
Fredrik Thulin [Tue, 12 Apr 2011 15:11:13 +0000 (17:11 +0200)]
Merge branch 'master' of github.com:Yubico/yubikey-personalization
Fredrik Thulin [Tue, 12 Apr 2011 15:06:03 +0000 (17:06 +0200)]
_yk_hexdump: cleaner output
Simon Josefsson [Tue, 12 Apr 2011 13:30:24 +0000 (15:30 +0200)]
Move all Windows targets to ykpers4win.mk.
Simon Josefsson [Tue, 12 Apr 2011 08:36:27 +0000 (10:36 +0200)]
Force libtool to install DLL even though it doesn't know libuuid etc.
Simon Josefsson [Mon, 11 Apr 2011 13:44:03 +0000 (15:44 +0200)]
Bump versions.
Simon Josefsson [Mon, 11 Apr 2011 13:30:59 +0000 (15:30 +0200)]
Use latest documentation.
Simon Josefsson [Mon, 11 Apr 2011 13:30:28 +0000 (15:30 +0200)]
Fix pgp key example.
Simon Josefsson [Mon, 11 Apr 2011 13:28:43 +0000 (15:28 +0200)]
Version 1.5.1.
Simon Josefsson [Mon, 11 Apr 2011 13:01:57 +0000 (15:01 +0200)]
Ignore more.
Simon Josefsson [Mon, 11 Apr 2011 12:48:50 +0000 (14:48 +0200)]
Bump versions to reflect added header and functions.
Simon Josefsson [Mon, 11 Apr 2011 12:46:29 +0000 (14:46 +0200)]
Fixed a build error in self tests when '-z muldefs' is not supported.
Simon Josefsson [Mon, 11 Apr 2011 12:45:06 +0000 (14:45 +0200)]
Re-enable make check now that it works.
Fredrik Thulin [Mon, 11 Apr 2011 12:38:25 +0000 (14:38 +0200)]
List bugfixes for 1.5.1.
Simon Josefsson [Mon, 11 Apr 2011 12:32:34 +0000 (14:32 +0200)]
Fix .gitignore.
Simon Josefsson [Mon, 11 Apr 2011 12:30:01 +0000 (14:30 +0200)]
Use valgrind for self checks.
Simon Josefsson [Mon, 11 Apr 2011 12:27:53 +0000 (14:27 +0200)]
Add some news entries for 1.5.1.
Simon Josefsson [Mon, 11 Apr 2011 12:02:02 +0000 (14:02 +0200)]
Merge remote branch 'remotes/origin/fix/selfcheck_crash'
Simon Josefsson [Mon, 11 Apr 2011 12:01:58 +0000 (14:01 +0200)]
Merge remote branch 'remotes/origin/feature/windows-backend'
Simon Josefsson [Sun, 10 Apr 2011 15:58:27 +0000 (17:58 +0200)]
Use native Windows backend by assuming 1.5.1 and drop libusb.
Simon Josefsson [Sun, 10 Apr 2011 15:49:14 +0000 (17:49 +0200)]
Fix last commit.
Simon Josefsson [Sun, 10 Apr 2011 15:39:41 +0000 (17:39 +0200)]
Fix crash in self test. Fix expected error codes.
Simon Josefsson [Sat, 9 Apr 2011 06:47:47 +0000 (08:47 +0200)]
Add native Windows backend.
Simon Josefsson [Sat, 9 Apr 2011 05:21:25 +0000 (07:21 +0200)]
Cleanup stub.
Fredrik Thulin [Thu, 7 Apr 2011 18:03:48 +0000 (20:03 +0200)]
Slot 2 configuration was broken with libusb-win32.
Reading status reports with slot 2 did not work with
libusb-win32 (1.0.8) for some reason, while working just fine on
Linux and Mac OS X.
Fredrik Thulin [Sat, 2 Apr 2011 11:02:09 +0000 (13:02 +0200)]
fixed= is not n/a for OATH-HOTP.
Fredrik Thulin [Wed, 23 Mar 2011 14:30:09 +0000 (15:30 +0100)]
Add some missing prototypes.
u# Please enter the commit message for your changes. Lines starting
Tollef Fog Heen [Sat, 12 Mar 2011 14:36:46 +0000 (15:36 +0100)]
Distribute ykdef.h too
Tollef Fog Heen [Fri, 31 Dec 2010 08:18:28 +0000 (09:18 +0100)]
Document modhex