]> err.no Git - yubikey-personalization/history - ykcore
Merge tag 'v1.15.1'
[yubikey-personalization] / ykcore /
2014-03-12 Simon JosefssonMerge tag 'v1.15.1' master
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 Lindforsmove yk_endian_swap_16 to ykcore.h since we export...
2014-02-26 Antti KeränenFixed segmentation fault in ykcore_libusb.c
2014-01-27 Simon JosefssonMerge tag 'v1.15.0'
2014-01-27 Simon JosefssonMerge tag 'v1.14.2'
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-02 Klas Lindforsadd 3.2 as supported
2013-12-27 Klas Lindforsshorter initial sleep when waiting for key status
2013-12-17 Klas Lindforsmove the sleep in yk_wait_for_status() to the top of...
2013-09-24 Klas Lindforsmake _yk_hexdump() static and declare it
2013-04-22 Simon JosefssonMerge tag 'v1.13.0'
2013-04-04 Simon JosefssonUpdate copyright years.
2013-04-03 Simon JosefssonMerge tag 'v1.12.0'
2013-03-11 Klas Lindforsadd 2.4 and 3.1 firmware versions as supported
2013-03-11 Klas Lindforsupdated ykdef.h for 2.4/3.1
2013-01-09 Klas LindforsMerge branch 'devel/only_one_key' v1.11.2
2013-01-09 Klas Lindforsfixup EMORETHANONE for windows
2013-01-09 Klas Lindforsget rid of warning by casting
2013-01-09 Klas Lindforsdrop c++ style comments
2013-01-09 Klas Lindforsrework the osx implementation to look at all devices
2013-01-06 Klas Lindforslet _ykusb_open_device() error on several keys present
2012-12-20 Klas Lindforsbetter strerror() for windows usb issues
2012-12-19 Klas Lindforsfix a case where we would fail to recognize a YubiKey
2012-12-11 Klas Lindforsincrease WAIT_FOR_WRITE_FLAG as 600ms is not enough...
2012-12-05 Klas Lindforsupdate SCAN_MAP with !
2012-12-04 Klas Lindforsonly accept sequence 0 as success if no config is valid
2012-12-04 Klas Lindforsremove duplicate VID/PID mappings
2012-12-04 Klas Lindforsadd -S flag for setting scanmap to the YubiKey NEO
2012-12-03 Klas Lindforsrefactor different write commands into a common _yk_write()
2012-12-03 Klas LindforsMerge branch 'feature/usb_mode'
2012-12-03 Klas Lindforsupdate ykdef flags for mode
2012-12-03 Klas Lindforschange around to work with device_config instead of...
2012-12-03 Klas LindforsautoEject -> autoEjectTime
2012-12-03 Klas Lindforsresetting rc is unnecessary with the change around...
2012-12-03 Klas Lindforsrelease vendorId even if no YubiKey is found
2012-12-03 Klas Lindforssend a reference to the typeCallback
2012-11-30 Klas LindforsUSB_MODE ended up as DEVICE_CONFIG
2012-11-30 Klas Lindforsdefinitions for device_config
2012-11-30 Klas LindforsMerge branch 'master' into feature/usb_mode
2012-11-30 Klas Lindforsspelling.. product_ids, not prduct_ids..
2012-11-30 Klas Lindforsrework _ykusb_open_device() in the ykcore backends
2012-11-30 Klas Lindforsupdated ykdef.h for 3.0 (neo)
2012-11-26 Dain NilssonAdded the USB mode option to ykpersonalize, though...
2012-11-09 Klas Lindforsadd yk_check_firmware2() that takes status instead...
2012-11-09 Klas Lindforsreset errnum if we found a key on second attempt
2012-11-09 Klas Lindforsadd support for SLOT_NDEF2
2012-11-09 Klas Lindforssupport for production NEO with new product id and...
2012-11-09 Klas Lindforsreturn error for invalid conf
2012-10-18 Klas Lindforshandle deleting configuration better
2012-10-10 Klas Lindforsadd better error returns for osx, return the error...
2012-10-10 Klas Lindforsworkaround for a memory leak in IOHIDManagerCopyDevices()
2012-10-10 Klas Lindforsdon't do yk_release() when failing to open a device
2012-10-10 Klas Lindforswe need to CFRetain(yk) after opening the device
2012-10-10 Klas Lindforsdon't do IOHIDManagerClose() in stop
2012-10-08 Klas Lindforsmake error handling match that of other ykcore implemen...
2012-10-08 Klas Lindforsremove extra spaces in ykcore_osx
2012-10-08 Klas LindforsIOHIDManager object have to be disposed of with CFRelease()
2012-09-21 Klas Lindforswhen calling libusb_exit() clear usb_ctx and libusb_inited
2012-09-21 Klas Lindforsmake yk_challenge_response() take challenge as const
2012-09-21 Klas Lindforsextern on function yk_write_ndef()
2012-09-20 Klas Lindforsunbreak. remove yk_ndef_st name and map both YKNDEF...
2012-09-19 Klas Lindforsfix the NFC interfaces to work like the rest of our api
2012-09-19 Klas Lindforsremove ignored const on errno_location functions
2012-09-19 Klas Lindforsremove yk_write_key() from ykcore_lcl.h, defined in...
2012-09-18 Klas Lindforsadd function yk_challenge_response
2012-09-18 Klas Lindforsremove inaccurate comment
2012-09-18 Klas Lindforsremove unused variable and make sleep ints unsigned
2012-09-18 Klas Lindforsadd void as function argument to silence warning
2012-09-18 Klas Lindforsremove duplicated function declarations
2012-09-18 Klas Lindforsremove unused variable
2012-09-18 Klas Lindforsreturn 1 on success
2012-09-18 Klas Lindforssize_t > ssize_t to match return type
2012-09-18 Klas Lindforsvoid as argument to be a correct prototype
2012-09-18 Klas Lindforsuse passed-in vendor_id and product_id instead of constants
2012-09-18 Klas Lindforsadd void as function argument to get rid of warnings
2012-09-18 Klas Lindforsmake buf const as we assign static strings
2012-09-17 Klas Lindforsenable warnings for ykcore and tests
2012-09-14 Klas Lindforsreturn 0 on error, saving the errno
2012-09-14 Klas Lindforsadd usb context
2012-09-14 Klas Lindforsreturn error when libusb_init fails
2012-08-23 Simon JosefssonMerge pull request #12 from jklontz/master
2012-08-23 Klas Lindforsfix crash-bug when calling from different threads
2012-08-16 Klas Lindforsdo usb_set_configuration(h, 1) before we use the YubiKey
2012-07-17 Josh KlontzMSVC2010 Error Fixes
2012-06-29 Tollef Fog HeenMerge tag 'v1.7.0'
2012-06-07 Klas LindforsMerge branch 'private/testing+ndef'
2012-05-31 Tollef Fog HeenMerge tag 'v1.6.4'
2012-05-25 Fredrik ThulinMerge branch 'master' into private/testing+ndef
2012-05-24 Fredrik ThulinMove declaration of yk_force_key_update to header file.
2012-04-25 Klas Lindforsfunction for writing ndef struct to yubikey
2012-04-11 Klas LindforsMerge branch 'private/testing' into private/testing...
2012-04-11 Klas LindforsNEO changes for ykdef.h from JE
2012-04-10 Klas Lindforsremove comment about deprecation.
2012-03-28 Klas Lindforsupdated update masks from JE
2012-03-27 Klas Lindforsykdef.h 2.3 from JE (copied from python-yubico)
2012-03-27 Klas Lindforsdeclare yk_write_command
next