]> err.no Git - yubikey-personalization/shortlog
yubikey-personalization
2014-03-12 Simon JosefssonMerge tag 'v1.15.1' master
2014-03-12 Klas LindforsNEWS for 1.15.1 v1.15.1
2014-03-07 Klas Lindforschange url to compatibility doc
2014-03-03 Klas LindforsMerge branch 'master' of https://github.com/Detegr...
2014-03-03 Antti KeränenReduced the scope of dev
2014-03-03 Klas Lindforsuse memcmp instead of strncmp to drop warnings in test
2014-03-03 Klas Lindforsmake functions static to drop warnings
2014-03-03 Klas Lindforsdon't do sizeof() on pointer
2014-03-03 Klas Lindforsfix warnings in test_ndef_construction
2014-03-03 Klas Lindforsfix warnings in test_threaded_calls
2014-03-03 Klas Lindforsfix a couple of warnings in test_json
2014-03-03 Klas Lindforsmake sure that keylocation is initialized in the tests
2014-03-03 Klas Lindforscorrect argc
2014-03-03 Klas Lindforsmake const to avoid warning
2014-03-03 Klas Lindforsmove yk_endian_swap_16 to ykcore.h since we export...
2014-03-03 Klas Lindforsinclude yubikey.h to get function definitions we need
2014-03-03 Klas Lindforsuse memcmp instead of strcmp
2014-03-03 Klas Lindforsmake functions static
2014-03-03 Klas Lindforsdrop unused ycfg structs
2014-03-03 Klas Lindforsdrop argc+argv to main since it's not used
2014-03-03 Klas Lindforsconstify to get rid of more warnings
2014-03-03 Klas Lindforsmake test functions return void to drop warnings
2014-02-26 Antti KeränenFixed segmentation fault in ykcore_libusb.c
2014-02-17 Klas Lindforschange yubico.github.io homepage to opensource.yubico.com
2014-02-14 Klas Lindforsfix link to yubico-c
2014-02-14 Klas Lindforsadd travis reference to BLURB
2014-02-13 Klas Lindfors.gitmodules went away with submodules
2014-02-13 Klas Lindforsdrop old Todo file
2014-02-13 Klas Lindforscorrect capitalization
2014-02-13 Klas Lindforschange unsupported to comments, drop wiki link
2014-02-13 Klas Lindforsadd more versions to Compatibility
2014-02-13 Klas Lindforsdrop extra Read-Me
2014-02-13 Klas Lindforsadd doc back as non submodule
2014-02-13 Klas Lindforsdrop doc again..
2014-02-13 Klas Lindforsdrop submodule info from README
2014-02-13 Klas Lindforsadd documentation
2014-02-13 Klas Lindforsdrop doc submodule
2014-01-27 Simon JosefssonFix markup to avoid lintian warnings.
2014-01-27 Simon JosefssonMerge tag 'v1.15.0'
2014-01-27 Simon JosefssonMerge tag 'v1.14.2'
2014-01-23 Klas Lindforsman for recent totp additions to ykchalresp
2014-01-23 Klas Lindforsrefuse challenge on command line if -t is given
2014-01-21 Klas Lindforsminor indentation fix
2014-01-18 joernchen of... Bugfix: -Y should not work with -6 or -8
2014-01-18 joernchen of... Make -6 and -8 available for non time based HMACs
2014-01-18 joernchen of... Refactoring TOTP/HOTP command line flags
2014-01-16 joernchen of... Added flag for 8 Digit TOTP
2014-01-15 joernchen of... Tab fixup
2014-01-15 joernchen of... Added TOTP (6 digits) functionality to ykchalresp.c
2014-01-10 Klas Lindforsbump versions after release
2014-01-10 Klas LindforsNEWS for 1.15.0 v1.15.0
2014-01-10 Klas Lindforsmiss-commited stuff
2014-01-10 Klas Lindforsbump copyrights
2014-01-10 Klas Lindforsadd a new error: YK_ENODATA
2014-01-09 Klas Lindforsupdate man page for ykpersonalize
2014-01-09 Klas Lindforsdrop salt parameter to ykpers-args
2014-01-09 Klas Lindforsmore text about -a
2014-01-09 Klas Lindforsuse ykp_get_supported_key_length()
2014-01-09 Klas Lindforsbetter text about HMAC
2014-01-09 Klas Lindforsadd code for generating random key
2014-01-09 Klas Lindforsadd functions to set AES and HMAC key from raw bytes
2014-01-09 Klas Lindforsfix logic of ykp_get_supported_key_length()
2014-01-09 Klas Lindforsmake the ykp_get functions take a const YKP_CONFIG*
2014-01-09 Klas Lindforsuse ykp_get_supported_key_length() to get key length
2014-01-09 Klas Lindforsmake ykp_get_supported_key_length() exported
2014-01-09 Klas Lindforsadd YKP_ENORANDOM for when there's no random available
2014-01-09 Klas Lindforsprompt for key on stdin if -a is given without key
2014-01-09 Klas Lindforsset errno for errors in ykp_HMAC_key_from_hex()
2014-01-09 Klas Lindforslet ykp_AES_key_from_hex() return error
2014-01-09 Klas Lindforsif there's no salt available, don't make a cheap one
2014-01-08 Klas Lindforstest that the args_to_config() function returns the...
2014-01-08 Klas Lindforspass a reference to the salt to args_to_config()
2014-01-02 Klas Lindforslet the firmware test do negative testing
2014-01-02 Klas Lindforsadd a more versions to firmware test
2014-01-02 Klas Lindforsadd 3.2 as supported
2013-12-30 Klas Lindforsbump LIBYUBIKEYVERSION for mac and windows
2013-12-30 Klas Lindforsbump versions after release
2013-12-30 Klas Lindforsrelease 1.14.2 v1.14.2
2013-12-30 Klas LindforsNEWS for 1.14.2
2013-12-27 Klas Lindforsshorter initial sleep when waiting for key status
2013-12-20 Klas Lindforsignore more
2013-12-20 Klas Lindforsuse strncat to build the option strings for printing
2013-12-20 Klas Lindforsadd missing static-ticket to list of flags, fix others
2013-12-17 Klas Lindforsmove the sleep in yk_wait_for_status() to the top of...
2013-11-18 Klas Lindforsuse json.h instead of json/json.h
2013-11-05 Simon JosefssonTypo.
2013-10-21 Klas Lindforsadd -mmacosx-version-min=10.6 to CFLAGS for configure
2013-09-26 Klas Lindforsfix broken indentation
2013-09-26 Klas Lindforsadd category to BLURB
2013-09-26 Klas Lindforscopy wiki README to base
2013-09-26 Klas LindforsBLURB for yubikey-personalization
2013-09-24 Klas Lindforsmake _yk_hexdump() static and declare it
2013-09-17 Klas Lindforslet -m take challengeresponse time and autoeject time...
2013-09-17 Klas Lindforsupdate submodule
2013-09-17 Klas Lindforsupdate webpage references
2013-09-17 Klas Lindforschange url to github wiki
2013-09-17 Klas Lindforsbump versions after release
2013-09-16 Simon JosefssonFix upload rules.
2013-09-16 Simon JosefssonMerge tag 'v1.14.1'
2013-09-16 Simon JosefssonMore release rule fixes.
next