summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganize various componentsStef Walter2013-06-2576-826/+638
* Merge branch 'stable'Stef Walter2013-06-176-14/+21
|\
| * trust: Move the extract-trust external placeholder command into trust/Stef Walter2013-06-175-6/+7
| * trust: Print out usage when extract-trust run incorrectlyStef Walter2013-06-171-1/+6
| * tools: Fix passing args to external commandsStef Walter2013-06-171-0/+4
| * tools: Only use our private path when looking for external commandsStef Walter2013-06-171-7/+4
* | trust: Writable module PKCS#11 token functionsStef Walter2013-06-174-30/+111
* | trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-146-3/+187
* | path: Add p11_path_parent() functionStef Walter2013-06-143-0/+55
* | path: Fix expanding of paths and testsStef Walter2013-06-142-25/+37
* | common: Abort test cases when one failsStef Walter2013-06-131-0/+2
* | Merge branch 'stable'Stef Walter2013-06-054-5/+166
|\ \ | |/
| * Release version 0.18.30.18.3Stef Walter2013-06-052-1/+6
| * trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-052-1/+22
| * trust: Fix reinitialization of trust moduleStef Walter2013-06-053-4/+139
| * Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
| * Force Mac OS shared library extension to .soStef Walter2013-05-281-1/+11
* | Fix uninitialized p11_library_oncemanphiz@gmail.com2013-05-281-1/+1
* | Force Mac OS shared library extension to .soStef Walter2013-05-281-1/+11
* | persist: Support for writing out p11-kit persist filesStef Walter2013-05-275-90/+587
* | constants: Tweaks and add mechanismsStef Walter2013-05-272-253/+245
* | pem: Write PEM data directly to a bufferStef Walter2013-05-275-56/+71
* | url: Encode directly to a bufferStef Walter2013-05-274-46/+50
* | 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