]> err.no Git - yubikey-personalization.old/log
yubikey-personalization.old
12 years agoUpload to unstable debian yubikey-personalisation_1.6.4-1
Tollef Fog Heen [Thu, 31 May 2012 22:07:46 +0000 (00:07 +0200)]
Upload to unstable

12 years agoActually install .rules file too
Tollef Fog Heen [Thu, 31 May 2012 22:06:17 +0000 (00:06 +0200)]
Actually install .rules file too

12 years agoTabs, not spaces
Tollef Fog Heen [Thu, 31 May 2012 22:06:06 +0000 (00:06 +0200)]
Tabs, not spaces

12 years agoAdd thanks to Fredrik Thulin to changelog
Tollef Fog Heen [Thu, 31 May 2012 21:23:10 +0000 (23:23 +0200)]
Add thanks to Fredrik Thulin to changelog

12 years agoMake sure we actually install udev rules file.
Tollef Fog Heen [Thu, 31 May 2012 21:20:26 +0000 (23:20 +0200)]
Make sure we actually install udev rules file.

12 years agoOpen new upstream version
Tollef Fog Heen [Thu, 31 May 2012 21:19:48 +0000 (23:19 +0200)]
Open new upstream version

12 years agoMerge branch 'master' into debian
Tollef Fog Heen [Thu, 31 May 2012 21:18:01 +0000 (23:18 +0200)]
Merge branch 'master' into debian

12 years agoMerge tag 'v1.6.4' master
Tollef Fog Heen [Thu, 31 May 2012 21:17:46 +0000 (23:17 +0200)]
Merge tag 'v1.6.4'

1.6.4

12 years agoBump LT_REVISION. v1.6.4
Fredrik Thulin [Thu, 24 May 2012 12:57:54 +0000 (14:57 +0200)]
Bump LT_REVISION.

12 years agoMove declaration of yk_force_key_update to header file.
Fredrik Thulin [Thu, 24 May 2012 12:57:36 +0000 (14:57 +0200)]
Move declaration of yk_force_key_update to header file.

12 years agoPrepare version 1.6.4.
Fredrik Thulin [Thu, 24 May 2012 12:28:29 +0000 (14:28 +0200)]
Prepare version 1.6.4.

12 years agoDocument oath-id option.
Fredrik Thulin [Thu, 24 May 2012 11:19:43 +0000 (13:19 +0200)]
Document oath-id option.

12 years agoRemove debug output.
Fredrik Thulin [Thu, 24 May 2012 11:12:32 +0000 (13:12 +0200)]
Remove debug output.

12 years agoImplement -ooath-id=xx or -ooath-id for serial number based.
Fredrik Thulin [Wed, 23 May 2012 19:02:48 +0000 (21:02 +0200)]
Implement -ooath-id=xx or -ooath-id for serial number based.

This greatly simplifies programming OATH token identifier,
compared to the old method of encoding one manually and setting
it using -ofixed=.

12 years agoRe-factor adding _set_fixed().
Fredrik Thulin [Wed, 23 May 2012 19:00:26 +0000 (21:00 +0200)]
Re-factor adding _set_fixed().

Code moved to cater for upcoming commit (-ooath-id).

12 years agoPass YK_KEY to args_to_config().
Fredrik Thulin [Wed, 23 May 2012 18:58:10 +0000 (20:58 +0200)]
Pass YK_KEY to args_to_config().

Upcoming option -ooath-id needs this to read the serial number
from the YubiKey we are about to program.

12 years agoProperly display OATH token ids.
Fredrik Thulin [Wed, 23 May 2012 18:40:15 +0000 (20:40 +0200)]
Properly display OATH token ids.

There are config flags that control how the YubiKey will output
the 'fixed' part for OATH configurations. Reflect that in this
programs output.

12 years agogroff-escape minus-signs
Fredrik Thulin [Tue, 21 Feb 2012 11:44:07 +0000 (12:44 +0100)]
groff-escape minus-signs

12 years agoMerge remote-tracking branch 'origin/master'
Tollef Fog Heen [Mon, 20 Feb 2012 21:14:11 +0000 (22:14 +0100)]
Merge remote-tracking branch 'origin/master'

12 years agoDon't set yk_errno if nothing went wrong
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.

12 years agoyubikey.h requires char *, cast to silence warning
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.

12 years agoykchalresp.c: clang warnings about unsigned casts
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

12 years agoykchalresp.c: Fix clang format warning
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'

12 years agoSuggest parantheses around assgnmnt used as truth value
Clemens Lang [Sat, 18 Feb 2012 16:44:21 +0000 (17:44 +0100)]
Suggest parantheses around assgnmnt used as truth value

12 years agoSilence warning about implicit cast adding unsigned
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.

12 years agoAdd function declaration to silence warning
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

12 years agoGet latest docs.
Simon Josefsson [Mon, 23 Jan 2012 19:17:01 +0000 (20:17 +0100)]
Get latest docs.

12 years agoBump version. Use silent rules. Bump copyright years.
Simon Josefsson [Mon, 23 Jan 2012 19:10:35 +0000 (20:10 +0100)]
Bump version.  Use silent rules.  Bump copyright years.

12 years agoUpdate changelog for new release yubikey-personalisation_1.6.3-1
Tollef Fog Heen [Wed, 21 Dec 2011 15:21:09 +0000 (16:21 +0100)]
Update changelog for new release

12 years agoMerge commit 'v1.6.3' into debian
Tollef Fog Heen [Wed, 21 Dec 2011 15:19:37 +0000 (16:19 +0100)]
Merge commit 'v1.6.3' into debian

Conflicts:
ykpersonalize.1

12 years agoPrepare version 1.6.3. v1.6.3
Fredrik Thulin [Thu, 15 Dec 2011 14:28:49 +0000 (15:28 +0100)]
Prepare version 1.6.3.

12 years agos/Yubikey/YubiKey/
Fredrik Thulin [Thu, 15 Dec 2011 14:00:55 +0000 (15:00 +0100)]
s/Yubikey/YubiKey/

12 years agoSort oath-imf in --help message.
Fredrik Thulin [Thu, 15 Dec 2011 13:58:57 +0000 (14:58 +0100)]
Sort oath-imf in --help message.

12 years agoDocument oath-imf, serial-{btn,usb,api}-visible.
Fredrik Thulin [Thu, 15 Dec 2011 13:58:31 +0000 (14:58 +0100)]
Document oath-imf, serial-{btn,usb,api}-visible.

12 years agoFix CRC in test cases on big endian systems.
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.

12 years agoAdd link to git repo and README.source
Tollef Fog Heen [Fri, 9 Dec 2011 22:25:20 +0000 (23:25 +0100)]
Add link to git repo and README.source

12 years agoUpdate changelog yubikey-personalisation_1.6.2-1
Tollef Fog Heen [Fri, 9 Dec 2011 22:01:52 +0000 (23:01 +0100)]
Update changelog

12 years agoMerge branch 'master' into debian
Tollef Fog Heen [Fri, 9 Dec 2011 21:57:08 +0000 (22:57 +0100)]
Merge branch 'master' into debian

12 years agoMerge commit 'v1.6.2'
Tollef Fog Heen [Fri, 9 Dec 2011 21:56:56 +0000 (22:56 +0100)]
Merge commit 'v1.6.2'

12 years agoPrepare version 1.6.2. v1.6.2
Fredrik Thulin [Mon, 28 Nov 2011 13:14:48 +0000 (14:14 +0100)]
Prepare version 1.6.2.

12 years agoMerge remote-tracking branch 'vuizook/master'
Tollef Fog Heen [Fri, 25 Nov 2011 17:04:38 +0000 (18:04 +0100)]
Merge remote-tracking branch 'vuizook/master'

12 years agoCheck calloc return value when creating errno varibles.
Simon Josefsson [Thu, 24 Nov 2011 13:48:37 +0000 (14:48 +0100)]
Check calloc return value when creating errno varibles.

12 years agoFix firmware version check.
Simon Josefsson [Thu, 10 Nov 2011 10:24:48 +0000 (11:24 +0100)]
Fix firmware version check.

12 years agoUse extern "C" keywords.
Simon Josefsson [Thu, 10 Nov 2011 10:22:34 +0000 (11:22 +0100)]
Use extern "C" keywords.

12 years agoDefine YK_DEBUG to get hex dumps of USB read/writes.
Fredrik Thulin [Thu, 3 Nov 2011 11:00:22 +0000 (12:00 +0100)]
Define YK_DEBUG to get hex dumps of USB read/writes.

12 years agoFix 'char' not always defaulting to sign.
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.

12 years agoUpdate.
Simon Josefsson [Wed, 5 Oct 2011 16:47:56 +0000 (18:47 +0200)]
Update.

12 years agoMerge branch 'fix-non-linux-libusb' of https://github.com/jrmithdobbs/yubikey-persona...
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

12 years agoMerge branch 'fix-ykpers.h-wall-message' of https://github.com/jrmithdobbs/yubikey...
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

12 years agoFix length in some calls to writer().
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.

12 years agoFix -Wall error.
Doug Huff [Mon, 12 Sep 2011 22:13:49 +0000 (17:13 -0500)]
Fix -Wall error.

12 years agoThis fixes building on OpenBSD and properly adds ykcore_libusb output to gitignore.
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.

12 years agoAdd missing pre-depend yubikey-personalisation_1.6.1-1
Tollef Fog Heen [Fri, 26 Aug 2011 07:00:17 +0000 (09:00 +0200)]
Add missing pre-depend

12 years agoFix up dh_install call, --builddirectory is not a valid parameter.
Tollef Fog Heen [Fri, 26 Aug 2011 06:38:11 +0000 (08:38 +0200)]
Fix up dh_install call, --builddirectory is not a valid parameter.

12 years agoUse find rather than plain rm to nuke .la files.
Tollef Fog Heen [Fri, 26 Aug 2011 06:35:11 +0000 (08:35 +0200)]
Use find rather than plain rm to nuke .la files.

12 years agoMultiarchify
Tollef Fog Heen [Fri, 26 Aug 2011 06:31:04 +0000 (08:31 +0200)]
Multiarchify

12 years agoUpdate symbols file for new symbols upstream.
Tollef Fog Heen [Fri, 26 Aug 2011 06:30:50 +0000 (08:30 +0200)]
Update symbols file for new symbols upstream.

12 years agoDrop docs no longer present in upstream tarball.
Tollef Fog Heen [Fri, 26 Aug 2011 06:21:35 +0000 (08:21 +0200)]
Drop docs no longer present in upstream tarball.

12 years agoFix up version number
Tollef Fog Heen [Fri, 26 Aug 2011 06:20:07 +0000 (08:20 +0200)]
Fix up version number

12 years agoNew upstream version
Tollef Fog Heen [Fri, 26 Aug 2011 06:13:55 +0000 (08:13 +0200)]
New upstream version

12 years agoMerge branch 'master' into debian
Tollef Fog Heen [Fri, 26 Aug 2011 06:10:16 +0000 (08:10 +0200)]
Merge branch 'master' into debian

Conflicts:
Makefile.am
configure.ac

12 years agoFix typo in NEWS. v1.6.1
Simon Josefsson [Mon, 15 Aug 2011 20:17:35 +0000 (22:17 +0200)]
Fix typo in NEWS.

12 years agoVersion 1.6.1.
Simon Josefsson [Mon, 15 Aug 2011 20:08:13 +0000 (22:08 +0200)]
Version 1.6.1.

12 years agoFix test_args_to_config crash on some platform.
Simon Josefsson [Mon, 15 Aug 2011 20:06:33 +0000 (22:06 +0200)]
Fix test_args_to_config crash on some platform.

12 years agoBump version.
Simon Josefsson [Mon, 15 Aug 2011 20:05:34 +0000 (22:05 +0200)]
Bump version.

12 years agoUpdate for new google account.
Simon Josefsson [Wed, 20 Jul 2011 17:59:15 +0000 (19:59 +0200)]
Update for new google account.

12 years agoFix constness. v1.6.0
Simon Josefsson [Wed, 20 Jul 2011 10:21:02 +0000 (12:21 +0200)]
Fix constness.

12 years agoVersion 1.6.0.
Simon Josefsson [Wed, 20 Jul 2011 10:17:54 +0000 (12:17 +0200)]
Version 1.6.0.

12 years agoAdd NEWS entry. Bump version. Fixed shared library version. Fix code style.
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.

12 years agoAdd flag and API for OATH initial moving factor.
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>
12 years agoAccept firmware version 2.3.x too.
Simon Josefsson [Wed, 20 Jul 2011 10:05:59 +0000 (12:05 +0200)]
Accept firmware version 2.3.x too.

12 years agoTry to fix test case problems on armel CPU.
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.

13 years agoVersion 1.5.2. v1.5.2
Simon Josefsson [Tue, 10 May 2011 08:34:40 +0000 (10:34 +0200)]
Version 1.5.2.

13 years agoUse latest docs.
Simon Josefsson [Tue, 10 May 2011 08:27:25 +0000 (10:27 +0200)]
Use latest docs.

13 years agoAdd NEWS entries.
Simon Josefsson [Tue, 10 May 2011 08:26:00 +0000 (10:26 +0200)]
Add NEWS entries.

13 years agoFix license and dist ykpers4win.mk.
Simon Josefsson [Tue, 10 May 2011 08:23:16 +0000 (10:23 +0200)]
Fix license and dist ykpers4win.mk.

13 years agoAdd udev rules to grant the console user access to the yubikey device node yubikey-personalisation_1.5.1-1
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

13 years agoAdd missing dependency on libykpers-1-1 (= ${binary:Version})
Tollef Fog Heen [Thu, 28 Apr 2011 20:52:55 +0000 (22:52 +0200)]
Add missing dependency on libykpers-1-1 (= ${binary:Version})

13 years agoChange build system to dh
Tollef Fog Heen [Thu, 28 Apr 2011 20:47:57 +0000 (22:47 +0200)]
Change build system to dh

13 years agoNew upstream version
Tollef Fog Heen [Thu, 28 Apr 2011 20:41:22 +0000 (22:41 +0200)]
New upstream version

13 years agoMerge commit 'v1.5.1' into debian
Tollef Fog Heen [Thu, 28 Apr 2011 21:10:27 +0000 (23:10 +0200)]
Merge commit 'v1.5.1' into debian

13 years agoFix typo and re-indent.
Simon Josefsson [Wed, 20 Apr 2011 17:05:59 +0000 (19:05 +0200)]
Fix typo and re-indent.

13 years agoPrint udev rules directory at the end of ./configure run.
Simon Josefsson [Wed, 20 Apr 2011 17:05:25 +0000 (19:05 +0200)]
Print udev rules directory at the end of ./configure run.

13 years agoAdd udev rules to grant the console user access to the yubikey device node
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

13 years agoDrop hidpi.h too, we only need user space stuff in hidsdi.h.
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.

13 years agoFix upload rules.
Simon Josefsson [Thu, 14 Apr 2011 17:38:30 +0000 (19:38 +0200)]
Fix upload rules.

13 years agoAssume a fixed MinGW-w64 environment, drop work arounds for missing prototypes.
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.

13 years agoFix incorrect length used with 'yubikey_hex_decode'.
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).

13 years agoSince slot choosing resets options, demand it comes first.
Fredrik Thulin [Tue, 12 Apr 2011 15:14:49 +0000 (17:14 +0200)]
Since slot choosing resets options, demand it comes first.

13 years agoMerge branch 'master' of github.com:Yubico/yubikey-personalization
Fredrik Thulin [Tue, 12 Apr 2011 15:11:13 +0000 (17:11 +0200)]
Merge branch 'master' of github.com:Yubico/yubikey-personalization

13 years ago_yk_hexdump: cleaner output
Fredrik Thulin [Tue, 12 Apr 2011 15:06:03 +0000 (17:06 +0200)]
_yk_hexdump: cleaner output

13 years agoMove all Windows targets to ykpers4win.mk.
Simon Josefsson [Tue, 12 Apr 2011 13:30:24 +0000 (15:30 +0200)]
Move all Windows targets to ykpers4win.mk.

13 years agoForce libtool to install DLL even though it doesn't know libuuid etc.
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.

13 years agoBump versions.
Simon Josefsson [Mon, 11 Apr 2011 13:44:03 +0000 (15:44 +0200)]
Bump versions.

13 years agoUse latest documentation. v1.5.1
Simon Josefsson [Mon, 11 Apr 2011 13:30:59 +0000 (15:30 +0200)]
Use latest documentation.

13 years agoFix pgp key example.
Simon Josefsson [Mon, 11 Apr 2011 13:30:28 +0000 (15:30 +0200)]
Fix pgp key example.

13 years agoVersion 1.5.1.
Simon Josefsson [Mon, 11 Apr 2011 13:28:43 +0000 (15:28 +0200)]
Version 1.5.1.

13 years agoIgnore more.
Simon Josefsson [Mon, 11 Apr 2011 13:01:57 +0000 (15:01 +0200)]
Ignore more.

13 years agoBump versions to reflect added header and functions.
Simon Josefsson [Mon, 11 Apr 2011 12:48:50 +0000 (14:48 +0200)]
Bump versions to reflect added header and functions.

13 years agoFixed a build error in self tests when '-z muldefs' is not supported.
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.