]> granicus.if.org Git - p11-kit/shortlog
p11-kit
2011-06-07 Stef WalterMake target for uploading release.
2011-06-07 Stef WalterRelease version 0.1 0.1
2011-06-07 Stef WalterFix up documentation
2011-06-07 Stef WalterAdd p11_kit_space_strdup() function, and rename p11_kit...
2011-06-07 Stef WalterFix more memory errors and leaks in module code.
2011-06-07 Stef WalterFree string output of conf-test
2011-06-07 Stef WalterFix URI parsing memory leaks.
2011-06-07 Stef WalterFix some hash leaks and bugs.
2011-06-07 Stef WalterFix compiler warnings.
2011-06-07 Stef WalterRemove unstable API markers.
2011-06-07 Stef WalterModernize autotools setup.
2011-05-30 Stef WalterClear correct block of memory in p11_kit_uri_parse().
2011-05-30 Stef WalterGNU style definitions in uri.h as well as normal.
2011-05-30 Stef WalterCleanup URI types
2011-05-30 Stef WalterSet the return value properly in p11_kit_load_initializ...
2011-05-30 Stef WalterAdd function p11_kit_uri_space_strlen() for figuring...
2011-05-30 Stef WalterAllow use with CRYPTOKI_GNU style use of PKCS#11
2011-05-27 Stef WalterAdd p11_kit_load_initialize_module() function.
2011-05-27 Stef WalterRename module arguments from 'funcs' to 'module'
2011-05-27 Stef WalterFix up documentation
2011-05-27 Stef WalterFix problems with 'make distcheck'
2011-05-27 Stef WalterFix uninitialized variable problem.
2011-05-27 Stef WalterChange around installation of headers, pkg-config,...
2011-05-26 Stef WalterAdd functions for clearing and setting multiple attribu...
2011-05-26 Stef WalterReturn proper errors when NULL is passed to mutex funct...
2011-05-26 Stef WalterURI API fine tuning
2011-05-25 Stef WalterAdd p11_kit_uri_message() function.
2011-05-24 Stef WalterFix null pointer dereference.
2011-04-05 Stef WalterFix lots of bugs and add more debugging statements.
2011-04-05 Stef WalterAdd basic tool for p11-kit.
2011-04-05 Stef WalterAdd support for debug tracing.
2011-04-01 Stef WalterFix up copyright lines.
2011-03-31 Stef WalterAdd C++ header guards, and require API instability...
2011-03-31 Stef WalterSupport setting of CK_C_INITIALIZE_ARGS.pReserved to...
2011-03-31 Stef WalterGive reference chapter an explicit id.
2011-03-31 Stef WalterAdd make target for uploading docs.
2011-03-31 Stef WalterMix in other documentation.
2011-03-31 Stef WalterFix up styling and tweaks.
2011-03-31 Stef WalterFix up styling of documentation.
2011-03-31 Stef WalterDocumentation and API cleanup.
2011-03-31 Stef WalterWIP
2011-03-31 Stef WalterFix for previous commit.
2011-03-31 Stef WalterCustom initialization and finalization arguments cannot...
2011-03-03 Stef WalterAdd info and copyright.
2011-03-03 Stef WalterThe start of some documentation.
2011-02-21 Stef WalterAdd uri function for listing which attribute types...
2011-02-21 Stef WalterFix bug where we try to dlclose() modules we didn't...
2011-02-19 Stef WalterReference implementation of PKCS#11 URIs
2011-02-18 Stef WalterAdd p11_kit_strerror() method and internationalization.
2011-02-17 Stef WalterProperly read user-config setting.
2011-02-17 Stef WalterAdd a proper pkg-config file.
2011-02-17 Stef WalterOnly allow colon between name and value.
2011-01-30 Stef WalterConfiguration tests.
2011-01-26 Stef WalterAdd testing and start testing hash table functionality.
2011-01-25 Stef WalterReinitialize modules after fork().
2011-01-25 Stef WalterInitial implementation with new config system.
2011-01-24 Stef WalterRename to p11-kit.
2011-01-22 Stef WalterRework public library API so that we can initialize...
2011-01-22 Stef WalterRough idea of possible library functions.
2011-01-21 Stef WalterInitial implementation of p11-unity