]> err.no Git - yubikey-personalization/shortlog
yubikey-personalization
2012-10-15 Klas Lindforsman page for ykinfo
2012-10-15 Klas Lindforsykchalresp doesn't need to depend on libykpers
2012-10-15 Klas Lindforsadd new binary ykinfo
2012-10-12 Klas Lindforsmore NEWS for 1.8.1
2012-10-12 Klas LindforsMerge branch 'systemd' of https://github.com/wzzrd...
2012-10-12 Klas LindforsNEWS for 1.8.1 release
2012-10-12 Maxim BurgerhoutFix support for setting ACL through udev
2012-10-12 Maxim BurgerhoutAM_PROG_AR added for the newest automake
2012-10-12 Maxim BurgerhoutAdd build-aux/ar-lib to .gitignore
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 Lindforsignore more ykcore backends
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-28 Klas Lindforsbump versions post-release
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.
next