summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.19.10.19.1Stef Walter2013-05-272-1/+12
* Mark p11_kit_message() as a stable functionStef Walter2013-05-212-3/+3
* Fix building of applications using CRYPTOKI_GNU styleStef Walter2013-05-211-1/+3
* Bump the version for deprecated function documentationStef Walter2013-05-211-9/+9
* Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-217-8/+8
* Our own unit testing frameworkStef Walter2013-05-2158-5188/+3901
* Further reorganization of the core module trackingStef Walter2013-05-211-188/+161
* Pull the argv parsing code into its own fileStef Walter2013-05-214-74/+164
* Support /xxx/yyy as an absolute path with Win32Stef Walter2013-05-212-5/+5
* Bump the version number to unstableStef Walter2013-05-211-1/+1
* Add the log-calls module config optionStef Walter2013-05-2115-36/+2646
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-215-8/+275
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-2111-265/+1422
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-2136-486/+4594
* Use libffi to implement mixins for managed codeStef Walter2013-05-168-3/+3265
* Add subclassable CK_X_FUNCTION_LISTStef Walter2013-05-153-4/+1561
* Fail early when running automaint.shStef Walter2013-05-151-0/+2
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-155-3/+13
* Release version 0.18.20.18.2Stef Walter2013-05-142-1/+4
* Patch to make test-lexer depend on ASN.1manphiz@gmail.com2013-05-141-1/+1
* Reduce libtasn1 dependency to 2.3Stef Walter2013-05-031-1/+1
* Release version 0.18.10.18.1Stef Walter2013-04-152-1/+5
* doc: Use gtk-doc in the no-tmpl flavorStef Walter2013-04-042-30/+15
* manual: Use a consistent docbook versionStef Walter2013-04-046-12/+16
* Put the external tools in $libdir/p11-kitStef Walter2013-04-043-3/+6
* Release version 0.18.00.18.0Stef Walter2013-04-042-1/+9
* Fix off by one in date parsing codeStef Walter2013-04-041-1/+1
* Don't print erroneous debug messages when skipping filesStef Walter2013-04-042-9/+11
* Update to MurmurHash3Stef Walter2013-04-035-84/+91
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-034-371/+81
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-032-47/+180
* More compatible path munging and handling codeStef Walter2013-04-0319-175/+558
* Don't use free() on memory allocated by LocalFree()Stef Walter2013-04-031-1/+1
* Separate library init from message codeStef Walter2013-04-0352-170/+294
* Don't use library locks from p11-kit toolStef Walter2013-04-032-4/+4
* Add new script for setting up p11-kit for a maintainerStef Walter2013-04-032-0/+56
* Fix build on Win32Stef Walter2013-04-031-1/+1
* Fix documentation so it builds out of treeStef Walter2013-04-033-73/+123
* Fix build with automake 1.13Stef Walter2013-04-037-496/+10
* Use CKA_X_CERTIFICATE_VALUE for trust assertionsStef Walter2013-03-292-8/+13
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-282-2/+53
* Release version 0.17.50.17.5Stef Walter2013-03-282-1/+5
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-285-5/+80
* Fix testing of murmur hash on bigendian systemsStef Walter2013-03-251-37/+23
* Release 0.17.40.17.4Stef Walter2013-03-202-1/+5
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-2022-27/+91
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-205-19/+34
* Add a bit of infrastructure for running valgrindStef Walter2013-03-2013-10/+46
* trust: Predictable behavior with duplicate certificates in tokenStef Walter2013-03-203-16/+224
* trust: Rework index to be faster and more usableStef Walter2013-03-209-179/+437