]> err.no Git - yubikey-personalization/log
yubikey-personalization
10 years agorelease 1.14.2 v1.14.2
Klas Lindfors [Mon, 30 Dec 2013 12:31:39 +0000 (13:31 +0100)]
release 1.14.2

10 years agoNEWS for 1.14.2
Klas Lindfors [Mon, 30 Dec 2013 11:38:32 +0000 (12:38 +0100)]
NEWS for 1.14.2

10 years agoshorter initial sleep when waiting for key status
Klas Lindfors [Fri, 27 Dec 2013 15:00:58 +0000 (16:00 +0100)]
shorter initial sleep when waiting for key status

relates to #38

10 years agoignore more
Klas Lindfors [Fri, 20 Dec 2013 09:16:54 +0000 (10:16 +0100)]
ignore more

10 years agouse strncat to build the option strings for printing
Klas Lindfors [Fri, 20 Dec 2013 09:11:12 +0000 (10:11 +0100)]
use strncat to build the option strings for printing

slightly simpler code

10 years agoadd missing static-ticket to list of flags, fix others
Klas Lindfors [Fri, 20 Dec 2013 09:07:00 +0000 (10:07 +0100)]
add missing static-ticket to list of flags, fix others

ticket-first is only available on yubikey 1, short ticket is valid for
output

10 years agomove the sleep in yk_wait_for_status() to the top of the loop
Klas Lindfors [Tue, 17 Dec 2013 11:07:42 +0000 (12:07 +0100)]
move the sleep in yk_wait_for_status() to the top of the loop

fixes #38
it seems there is a race if a fast computer makes control transfers
very close to each other in time, this enforces a 10ms sleep at the
start of a read.

10 years agouse json.h instead of json/json.h
Klas Lindfors [Mon, 18 Nov 2013 13:21:34 +0000 (14:21 +0100)]
use json.h instead of json/json.h

the include directory should be added by configure script

10 years agoTypo.
Simon Josefsson [Tue, 5 Nov 2013 14:20:40 +0000 (15:20 +0100)]
Typo.

10 years agoadd -mmacosx-version-min=10.6 to CFLAGS for configure
Klas Lindfors [Mon, 21 Oct 2013 13:31:47 +0000 (15:31 +0200)]
add -mmacosx-version-min=10.6 to CFLAGS for configure

this reportedly fixes some compability issues on earlier osX
releases.

10 years agofix broken indentation
Klas Lindfors [Thu, 26 Sep 2013 12:08:06 +0000 (14:08 +0200)]
fix broken indentation

10 years agoadd category to BLURB
Klas Lindfors [Thu, 26 Sep 2013 09:17:31 +0000 (11:17 +0200)]
add category to BLURB

10 years agocopy wiki README to base
Klas Lindfors [Thu, 26 Sep 2013 09:16:01 +0000 (11:16 +0200)]
copy wiki README to base

10 years agoBLURB for yubikey-personalization
Klas Lindfors [Thu, 26 Sep 2013 09:14:20 +0000 (11:14 +0200)]
BLURB for yubikey-personalization

10 years agomake _yk_hexdump() static and declare it
Klas Lindfors [Tue, 24 Sep 2013 10:30:36 +0000 (12:30 +0200)]
make _yk_hexdump() static and declare it

10 years agolet -m take challengeresponse time and autoeject time as well
Klas Lindfors [Tue, 17 Sep 2013 11:00:27 +0000 (13:00 +0200)]
let -m take challengeresponse time and autoeject time as well

10 years agoupdate submodule
Klas Lindfors [Tue, 17 Sep 2013 08:44:03 +0000 (10:44 +0200)]
update submodule

10 years agoupdate webpage references
Klas Lindfors [Tue, 17 Sep 2013 08:32:04 +0000 (10:32 +0200)]
update webpage references

10 years agochange url to github wiki
Klas Lindfors [Tue, 17 Sep 2013 08:28:08 +0000 (10:28 +0200)]
change url to github wiki

10 years agobump versions after release
Klas Lindfors [Tue, 17 Sep 2013 08:27:27 +0000 (10:27 +0200)]
bump versions after release

10 years agoFix upload rules.
Simon Josefsson [Mon, 16 Sep 2013 10:03:54 +0000 (12:03 +0200)]
Fix upload rules.

10 years agoMore release rule fixes.
Simon Josefsson [Mon, 16 Sep 2013 09:43:44 +0000 (11:43 +0200)]
More release rule fixes.

10 years agoFix release rules. v1.14.1
Simon Josefsson [Mon, 16 Sep 2013 09:40:04 +0000 (11:40 +0200)]
Fix release rules.

10 years agoVersion 1.14.1.
Simon Josefsson [Mon, 16 Sep 2013 09:37:43 +0000 (11:37 +0200)]
Version 1.14.1.

10 years agoDoc fix.
Simon Josefsson [Mon, 16 Sep 2013 09:30:16 +0000 (11:30 +0200)]
Doc fix.

10 years agoMerge pull request #37 from eworm-de/master
Simon Josefsson [Mon, 16 Sep 2013 09:27:59 +0000 (02:27 -0700)]
Merge pull request #37 from eworm-de/master

Moved files from rfc4634/ to the root directory, to work with modern automake.

10 years agofix compilation with latest automake
Christian Hesse [Mon, 8 Jul 2013 07:30:03 +0000 (09:30 +0200)]
fix compilation with latest automake

10 years agobump versions post-release
Klas Lindfors [Thu, 4 Jul 2013 11:58:22 +0000 (13:58 +0200)]
bump versions post-release

10 years agorelease 1.14.0 v1.14.0
Klas Lindfors [Thu, 4 Jul 2013 11:56:10 +0000 (13:56 +0200)]
release 1.14.0

10 years agosend stderr of ykinfo to /dev/null to lessen noise
Klas Lindfors [Tue, 2 Jul 2013 06:28:49 +0000 (08:28 +0200)]
send stderr of ykinfo to /dev/null to lessen noise

10 years agoNEWS for 1.14.0
Klas Lindfors [Mon, 1 Jul 2013 13:00:06 +0000 (15:00 +0200)]
NEWS for 1.14.0

10 years agoLet pkg-config echo pthreads related settings, for #10.
Simon Josefsson [Mon, 24 Jun 2013 11:57:13 +0000 (13:57 +0200)]
Let pkg-config echo pthreads related settings, for #10.

10 years agonew homepage
Klas Lindfors [Tue, 18 Jun 2013 10:03:04 +0000 (12:03 +0200)]
new homepage

10 years agogive ykinfo -1 and -2 for programming status of the slots
Klas Lindfors [Tue, 18 Jun 2013 06:52:27 +0000 (08:52 +0200)]
give ykinfo -1 and -2 for programming status of the slots

10 years agoraise NONE from 0 to 1 to make empty the default
Klas Lindfors [Fri, 7 Jun 2013 12:12:25 +0000 (14:12 +0200)]
raise NONE from 0 to 1 to make empty the default

10 years agoset protection in the exported json if the meta-property is set
Klas Lindfors [Fri, 7 Jun 2013 11:22:09 +0000 (13:22 +0200)]
set protection in the exported json if the meta-property is set

10 years agoadd ykp_{get,set}_acccode_type()
Klas Lindfors [Fri, 7 Jun 2013 11:08:21 +0000 (13:08 +0200)]
add ykp_{get,set}_acccode_type()

11 years agoadd -V switch to get tool version
Klas Lindfors [Mon, 13 May 2013 11:52:55 +0000 (13:52 +0200)]
add -V switch to get tool version

11 years agofixup logic for import with targetConfig
Klas Lindfors [Thu, 2 May 2013 13:38:59 +0000 (15:38 +0200)]
fixup logic for import with targetConfig

11 years agocheck that the flag is set to what we check
Klas Lindfors [Tue, 30 Apr 2013 12:01:29 +0000 (14:01 +0200)]
check that the flag is set to what we check

since we overload flags in curious ways it's important to check that the
flag is set to the thing we check for, not just set.

11 years agoadd pointer to setter function to mapping tables
Klas Lindfors [Tue, 30 Apr 2013 11:38:55 +0000 (13:38 +0200)]
add pointer to setter function to mapping tables

also use those for import

11 years agouse getter functions in ykpers-args.c
Klas Lindfors [Tue, 30 Apr 2013 11:34:56 +0000 (13:34 +0200)]
use getter functions in ykpers-args.c

11 years agoadd getter functions for all configflags
Klas Lindfors [Tue, 30 Apr 2013 11:34:23 +0000 (13:34 +0200)]
add getter functions for all configflags

11 years agoadd ykp_clear_config() for clearing all config flags
Klas Lindfors [Tue, 30 Apr 2013 11:31:19 +0000 (13:31 +0200)]
add ykp_clear_config() for clearing all config flags

11 years agoupdate home page url in manpages
Klas Lindfors [Mon, 29 Apr 2013 08:03:53 +0000 (10:03 +0200)]
update home page url in manpages

11 years agodon't mention ndef type in the text, just ndef is good enough
Klas Lindfors [Mon, 29 Apr 2013 07:55:17 +0000 (09:55 +0200)]
don't mention ndef type in the text, just ndef is good enough

solves #33

11 years agoimplement dry-run for the cli
Klas Lindfors [Thu, 25 Apr 2013 09:21:05 +0000 (11:21 +0200)]
implement dry-run for the cli

11 years agoignore mac artefacts
Klas Lindfors [Thu, 25 Apr 2013 09:11:31 +0000 (11:11 +0200)]
ignore mac artefacts

11 years agomake sure json objects are released on error conditions
Klas Lindfors [Thu, 25 Apr 2013 08:57:14 +0000 (10:57 +0200)]
make sure json objects are released on error conditions

11 years agoadd parsing of targetConfig to import
Klas Lindfors [Thu, 25 Apr 2013 08:44:19 +0000 (10:44 +0200)]
add parsing of targetConfig to import

11 years agoadd targetConfig to export
Klas Lindfors [Thu, 25 Apr 2013 08:44:08 +0000 (10:44 +0200)]
add targetConfig to export

11 years agoDist more.
Simon Josefsson [Mon, 22 Apr 2013 12:02:19 +0000 (14:02 +0200)]
Dist more.

11 years agobump versions
Klas Lindfors [Mon, 22 Apr 2013 11:43:19 +0000 (13:43 +0200)]
bump versions

11 years agoreleases moved to github
Klas Lindfors [Mon, 22 Apr 2013 11:42:30 +0000 (13:42 +0200)]
releases moved to github

11 years agofixup typo
Klas Lindfors [Mon, 22 Apr 2013 11:41:17 +0000 (13:41 +0200)]
fixup typo

11 years agoNEWS for 1.13.0 v1.13.0
Klas Lindfors [Mon, 22 Apr 2013 11:34:21 +0000 (13:34 +0200)]
NEWS for 1.13.0

11 years agoAdd YCFG draft. JSON name fixups.
Simon Josefsson [Mon, 22 Apr 2013 11:26:03 +0000 (13:26 +0200)]
Add YCFG draft.  JSON name fixups.

11 years agotest without json as well
Klas Lindfors [Mon, 22 Apr 2013 10:44:12 +0000 (12:44 +0200)]
test without json as well

11 years agoonly run the json tests for json
Klas Lindfors [Mon, 22 Apr 2013 10:43:54 +0000 (12:43 +0200)]
only run the json tests for json

11 years agoas the windows builds work now, don't allow failures
Klas Lindfors [Mon, 22 Apr 2013 08:58:46 +0000 (10:58 +0200)]
as the windows builds work now, don't allow failures

11 years agolibyubikey has moved to github
Klas Lindfors [Mon, 22 Apr 2013 08:58:15 +0000 (10:58 +0200)]
libyubikey has moved to github

11 years agohave to set CC again for windows builds..
Klas Lindfors [Mon, 22 Apr 2013 08:43:38 +0000 (10:43 +0200)]
have to set CC again for windows builds..

11 years agoautoremove after remove
Klas Lindfors [Mon, 22 Apr 2013 08:31:39 +0000 (10:31 +0200)]
autoremove after remove

11 years agomake .travis.yml a little more readable
Klas Lindfors [Fri, 19 Apr 2013 14:15:35 +0000 (16:15 +0200)]
make .travis.yml a little more readable

11 years agowe have to spec whole string to allow failures?
Klas Lindfors [Fri, 19 Apr 2013 14:08:07 +0000 (16:08 +0200)]
we have to spec whole string to allow failures?

11 years agosimple import test
Klas Lindfors [Fri, 19 Apr 2013 14:05:45 +0000 (16:05 +0200)]
simple import test

11 years agostart with tests for json stuff
Klas Lindfors [Fri, 19 Apr 2013 13:45:50 +0000 (15:45 +0200)]
start with tests for json stuff

11 years agotry to declare that windows builds can fail
Klas Lindfors [Fri, 19 Apr 2013 13:32:37 +0000 (15:32 +0200)]
try to declare that windows builds can fail

11 years agocheck that ykp_export_config() call actually worked
Klas Lindfors [Fri, 19 Apr 2013 13:29:14 +0000 (15:29 +0200)]
check that ykp_export_config() call actually worked

11 years agoFix notice.
Simon Josefsson [Fri, 19 Apr 2013 13:11:06 +0000 (15:11 +0200)]
Fix notice.

11 years agoAdd.
Simon Josefsson [Fri, 19 Apr 2013 13:09:33 +0000 (15:09 +0200)]
Add.

11 years agoMerge branch 'devel/import_export' of github.com:Yubico/yubikey-personalization into...
Simon Josefsson [Fri, 19 Apr 2013 13:09:17 +0000 (15:09 +0200)]
Merge branch 'devel/import_export' of github.com:Yubico/yubikey-personalization into devel/import_export

11 years agoMake libjson optional.
Simon Josefsson [Fri, 19 Apr 2013 13:09:11 +0000 (15:09 +0200)]
Make libjson optional.

11 years agomore packages for mingw
Klas Lindfors [Fri, 19 Apr 2013 10:22:21 +0000 (12:22 +0200)]
more packages for mingw

11 years agoSync documentation.
Simon Josefsson [Fri, 19 Apr 2013 10:07:39 +0000 (12:07 +0200)]
Sync documentation.

11 years agoBuild with both new and old libjson.
Simon Josefsson [Fri, 19 Apr 2013 10:02:50 +0000 (12:02 +0200)]
Build with both new and old libjson.

11 years agolet travis build win32 and win64
Klas Lindfors [Fri, 19 Apr 2013 09:55:59 +0000 (11:55 +0200)]
let travis build win32 and win64

11 years agodrop travis mingw32 target
Klas Lindfors [Fri, 19 Apr 2013 09:54:26 +0000 (11:54 +0200)]
drop travis mingw32 target

11 years agotry to fix travis windows build
Klas Lindfors [Fri, 19 Apr 2013 09:49:30 +0000 (11:49 +0200)]
try to fix travis windows build

11 years agoonly yubiCloud scope for yubico otp
Klas Lindfors [Fri, 19 Apr 2013 09:33:32 +0000 (11:33 +0200)]
only yubiCloud scope for yubico otp

11 years agoMerge branch into devel/import_export
Klas Lindfors [Fri, 19 Apr 2013 09:31:00 +0000 (11:31 +0200)]
Merge branch into devel/import_export

11 years agouse json_object_to_json_string_ext to get pretty printed json
Klas Lindfors [Fri, 19 Apr 2013 09:28:34 +0000 (11:28 +0200)]
use json_object_to_json_string_ext to get pretty printed json

11 years agoswitch to github homepage
Klas Lindfors [Tue, 16 Apr 2013 14:00:54 +0000 (16:00 +0200)]
switch to github homepage

11 years agochange signature of import fuction, cfg first
Klas Lindfors [Tue, 16 Apr 2013 13:33:10 +0000 (15:33 +0200)]
change signature of import fuction, cfg first

11 years agoman for -f
Klas Lindfors [Tue, 16 Apr 2013 13:28:47 +0000 (15:28 +0200)]
man for -f

11 years agochange names of not exported functions
Klas Lindfors [Tue, 16 Apr 2013 13:26:26 +0000 (15:26 +0200)]
change names of not exported functions

11 years agochange json to ycfg
Klas Lindfors [Tue, 16 Apr 2013 13:23:04 +0000 (15:23 +0200)]
change json to ycfg

11 years agodon't support ticketFirst and allowHidTrig for json
Klas Lindfors [Tue, 16 Apr 2013 13:16:38 +0000 (15:16 +0200)]
don't support ticketFirst and allowHidTrig for json

11 years agomore import work (complete?)
Klas Lindfors [Tue, 16 Apr 2013 13:09:45 +0000 (15:09 +0200)]
more import work (complete?)

11 years agorestructure export text to be more accurate
Klas Lindfors [Tue, 16 Apr 2013 12:36:24 +0000 (14:36 +0200)]
restructure export text to be more accurate

11 years agocleanup mac makefile
Klas Lindfors [Tue, 16 Apr 2013 12:14:31 +0000 (14:14 +0200)]
cleanup mac makefile

11 years agoMerge branch 'devel/import_export' of git+ssh://mac/Users/klas/yubikey-personalizatio...
Klas Lindfors [Tue, 16 Apr 2013 13:58:54 +0000 (15:58 +0200)]
Merge branch 'devel/import_export' of git+ssh://mac/Users/klas/yubikey-personalization into devel/import_export

11 years agouse correct download location for libjson
Klas Lindfors [Tue, 16 Apr 2013 13:35:45 +0000 (14:35 +0100)]
use correct download location for libjson

11 years agochange signature of import fuction, cfg first
Klas Lindfors [Tue, 16 Apr 2013 13:33:10 +0000 (15:33 +0200)]
change signature of import fuction, cfg first

11 years agoman for -f
Klas Lindfors [Tue, 16 Apr 2013 13:28:47 +0000 (15:28 +0200)]
man for -f

11 years agochange names of not exported functions
Klas Lindfors [Tue, 16 Apr 2013 13:26:26 +0000 (15:26 +0200)]
change names of not exported functions

11 years agochange json to ycfg
Klas Lindfors [Tue, 16 Apr 2013 13:23:04 +0000 (15:23 +0200)]
change json to ycfg

11 years agodon't support ticketFirst and allowHidTrig for json
Klas Lindfors [Tue, 16 Apr 2013 13:16:38 +0000 (15:16 +0200)]
don't support ticketFirst and allowHidTrig for json

11 years agomore import work (complete?)
Klas Lindfors [Tue, 16 Apr 2013 13:09:45 +0000 (15:09 +0200)]
more import work (complete?)

11 years agorestructure export text to be more accurate
Klas Lindfors [Tue, 16 Apr 2013 12:36:24 +0000 (14:36 +0200)]
restructure export text to be more accurate