2012-10-08 |
Klas Lindfors | IOHIDManager object have to be disposed of with CFRelease() |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Klas Lindfors | bump versions post-release |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Klas Lindfors | bump version to 1.8.0 for release v1.8.0 |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Klas Lindfors | fix NEWS about ndef_construct return values |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Klas Lindfors | correct indentation |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Klas Lindfors | when calling libusb_exit() clear usb_ctx and libusb_inited |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Klas Lindfors | make yk_challenge_response() take challenge as const |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Klas Lindfors | mention yk_challenge_response() |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Klas Lindfors | extern on function yk_write_ndef() |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | NEWS for next release |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | unbreak. remove yk_ndef_st name and map both YKNDEF... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | try to give CC later |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | and the compiler is -gcc |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | try to set compiler to i586-mingw32msvc |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | add mingw32-runtime |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | update to windows building for travis |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | drop apt-get update |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | don't use strnlen |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | try other travis options |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | use stub backend. try to install wine |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | install libusb-dev for win so we can run configure |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | try to just build the win stuff |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | Merge branch 'master' into devel/windows_for_travis |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | more fixing |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | install fewer packages with variables |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | create an empty ChangeLog, try apt-get update |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | change ykp_free_ndef to return int |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | so mingw-w32 for travis? |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | travis for windows builds |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | track version in ykpers4win.mk |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | make the thread test work on windows |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Klas Lindfors | rm .svnignore, we're using git |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | fix the NFC interfaces to work like the rest of our api |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | correct return values, 1 for success and 0 for fail |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | remove ignored const on errno_location functions |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | remove yk_write_key() from ykcore_lcl.h, defined in... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | make status unsigned to match other types |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | change to size_t to match function returns |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | cast to const char* instead of char* to not discard... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Klas Lindfors | didn't read properly how the LT_ versioning flags shoul... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | let ykpers-args.c include ykpers-args.h and fix functio... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | strlen returns a size_t |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | don't go into error-reporting mode before we can have... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | add function yk_challenge_response |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove unused variables |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove inaccurate comment |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove unused variable and make sleep ints unsigned |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | add void as function argument to silence warning |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove duplicated function declarations |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove unused variable |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | return 1 on success |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | make local function static |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | add void to function declaration |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | make local functions static |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | size_t > ssize_t to match return type |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | void as argument to be a correct prototype |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | use passed-in vendor_id and product_id instead of constants |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | add void as function argument to get rid of warnings |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | make buf const as we assign static strings |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | const on static strings |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | move up declarations before code to avoid warnings |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | function declarations and make functions static |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Klas Lindfors | remove apt-get update step, it breaks to often |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | enable warnings for ykcore and tests |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | optarg shadows global optarg, change variable name |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | add void as argument to silence warning |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | braces to remove warnings |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | make _get_supported_key_length() static |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | break up declaration and use to remove warning |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | removes warning about index shadowing global |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | remove unused variable |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | fix a few warnings |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Klas Lindfors | actually enable the warnings package when requested |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Klas Lindfors | return 0 on error, saving the errno |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Klas Lindfors | add usb context |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Klas Lindfors | return NULL |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Klas Lindfors | test for error state from yk_init() |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Klas Lindfors | return error when libusb_init fails |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Klas Lindfors | build with different backends |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Klas Lindfors | install libyubikey-dev before_install |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Klas Lindfors | travis-ci integration for yubikey-personalization |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Simon Josefsson | Merge pull request #12 from jklontz/master |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Simon Josefsson | Enable warnings. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Klas Lindfors | remove broken, unnecessary, outcommented line for the... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Klas Lindfors | fix crash-bug when calling from different threads |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Klas Lindfors | test calling the library from different threads |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Simon Josefsson | Don't override default dependencies. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Klas Lindfors | do usb_set_configuration(h, 1) before we use the YubiKey |
commit | commitdiff | tree | snapshot |
2012-08-07 |
Klas Lindfors | Merge branch 'master' of github.com:Yubico/yubikey... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Josh Klontz | MSVC2010 Error Fixes |
commit | commitdiff | tree | snapshot |
2012-06-18 |
Klas Lindfors | remove init of char to NULL, removes warning. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Fredrik Thulin | get description in section DESCRIPTION, not OPTIONS. |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Klas Lindfors | ignores for windows binary builds |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Klas Lindfors | bump versions post-release |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Klas Lindfors | release data for 1.7.0 v1.7.0 |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Klas Lindfors | Merge branch 'private/testing+ndef' |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Josefsson | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Josefsson | Bump libyubikey to 1.9. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Josefsson | Windows: Build fixes related to self checks. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Josefsson | Bump versions. |
commit | commitdiff | tree | snapshot |
next |