]> err.no Git - yubikey-personalization/shortlog
yubikey-personalization
2012-09-28 Klas Lindforsbump version to 1.8.0 for release v1.8.0
2012-09-27 Klas Lindforsfix NEWS about ndef_construct return values
2012-09-27 Klas Lindforscorrect indentation
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 Lindforsmention yk_challenge_response()
2012-09-21 Klas Lindforsextern on function yk_write_ndef()
2012-09-20 Klas LindforsNEWS for next release
2012-09-20 Klas Lindforsunbreak. remove yk_ndef_st name and map both YKNDEF...
2012-09-20 Klas Lindforstry to give CC later
2012-09-20 Klas Lindforsand the compiler is -gcc
2012-09-20 Klas Lindforstry to set compiler to i586-mingw32msvc
2012-09-20 Klas Lindforsadd mingw32-runtime
2012-09-20 Klas Lindforsupdate to windows building for travis
2012-09-20 Klas Lindforsdrop apt-get update
2012-09-20 Klas Lindforsdon't use strnlen
2012-09-20 Klas Lindforstry other travis options
2012-09-20 Klas Lindforsuse stub backend. try to install wine
2012-09-20 Klas Lindforsinstall libusb-dev for win so we can run configure
2012-09-20 Klas Lindforstry to just build the win stuff
2012-09-20 Klas LindforsMerge branch 'master' into devel/windows_for_travis
2012-09-20 Klas Lindforsmore fixing
2012-09-20 Klas Lindforsinstall fewer packages with variables
2012-09-20 Klas Lindforscreate an empty ChangeLog, try apt-get update
2012-09-20 Klas Lindforschange ykp_free_ndef to return int
2012-09-20 Klas Lindforsso mingw-w32 for travis?
2012-09-20 Klas Lindforstravis for windows builds
2012-09-20 Klas Lindforstrack version in ykpers4win.mk
2012-09-20 Klas Lindforsmake the thread test work on windows
2012-09-20 Klas Lindforsrm .svnignore, we're using git
2012-09-19 Klas Lindforsfix the NFC interfaces to work like the rest of our api
2012-09-19 Klas Lindforscorrect return values, 1 for success and 0 for fail
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-19 Klas Lindforsmake status unsigned to match other types
2012-09-19 Klas Lindforschange to size_t to match function returns
2012-09-19 Klas Lindforscast to const char* instead of char* to not discard...
2012-09-19 Klas Lindforsdidn't read properly how the LT_ versioning flags shoul...
2012-09-18 Klas Lindforslet ykpers-args.c include ykpers-args.h and fix functio...
2012-09-18 Klas Lindforsstrlen returns a size_t
2012-09-18 Klas Lindforsdon't go into error-reporting mode before we can have...
2012-09-18 Klas Lindforsadd function yk_challenge_response
2012-09-18 Klas Lindforsremove unused variables
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 Lindforsmake local function static
2012-09-18 Klas Lindforsadd void to function declaration
2012-09-18 Klas Lindforsmake local functions static
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-18 Klas Lindforsconst on static strings
2012-09-18 Klas Lindforsmove up declarations before code to avoid warnings
2012-09-18 Klas Lindforsfunction declarations and make functions static
2012-09-18 Klas Lindforsremove apt-get update step, it breaks to often
2012-09-17 Klas Lindforsenable warnings for ykcore and tests
2012-09-17 Klas Lindforsoptarg shadows global optarg, change variable name
2012-09-17 Klas Lindforsadd void as argument to silence warning
2012-09-17 Klas Lindforsbraces to remove warnings
2012-09-17 Klas Lindforsmake _get_supported_key_length() static
2012-09-17 Klas Lindforsbreak up declaration and use to remove warning
2012-09-17 Klas Lindforsremoves warning about index shadowing global
2012-09-17 Klas Lindforsremove unused variable
2012-09-17 Klas Lindforsfix a few warnings
2012-09-17 Klas Lindforsactually enable the warnings package when requested
2012-09-14 Klas Lindforsreturn 0 on error, saving the errno
2012-09-14 Klas Lindforsadd usb context
2012-09-14 Klas Lindforsreturn NULL
2012-09-14 Klas Lindforstest for error state from yk_init()
2012-09-14 Klas Lindforsreturn error when libusb_init fails
2012-09-13 Klas Lindforsbuild with different backends
2012-09-13 Klas Lindforsinstall libyubikey-dev before_install
2012-09-13 Klas Lindforstravis-ci integration for yubikey-personalization
2012-08-23 Simon JosefssonMerge pull request #12 from jklontz/master
2012-08-23 Simon JosefssonEnable warnings.
2012-08-23 Klas Lindforsremove broken, unnecessary, outcommented line for the...
2012-08-23 Klas Lindforsfix crash-bug when calling from different threads
2012-08-23 Klas Lindforstest calling the library from different threads
2012-08-17 Simon JosefssonDon't override default dependencies.
2012-08-16 Klas Lindforsdo usb_set_configuration(h, 1) before we use the YubiKey
2012-08-07 Klas LindforsMerge branch 'master' of github.com:Yubico/yubikey...
2012-07-17 Josh KlontzMSVC2010 Error Fixes
2012-06-18 Klas Lindforsremove init of char to NULL, removes warning.
2012-06-07 Fredrik Thulinget description in section DESCRIPTION, not OPTIONS.
2012-06-07 Klas Lindforsignores for windows binary builds
2012-06-07 Klas Lindforsbump versions post-release
2012-06-07 Klas Lindforsrelease data for 1.7.0 v1.7.0
2012-06-07 Klas LindforsMerge branch 'private/testing+ndef'
2012-05-31 Simon JosefssonUpdate from gnulib.
2012-05-31 Simon JosefssonBump libyubikey to 1.9.
2012-05-31 Simon JosefssonWindows: Build fixes related to self checks.
2012-05-31 Simon JosefssonBump versions.
2012-05-31 Simon JosefssonDrop hack-wine stuff. Bump yubico-c to 1.8.
2012-05-31 Simon JosefssonFix Windows build self-checks.
next