Age | Commit message (Expand) | Author | Files | Lines |
2013-06-24 | Release version 0.18.40.18.4 | Stef Walter | 2 | -1/+4 |
2013-06-17 | trust: Move the extract-trust external placeholder command into trust/ | Stef Walter | 5 | -6/+7 |
2013-06-17 | trust: Print out usage when extract-trust run incorrectly | Stef Walter | 1 | -1/+6 |
2013-06-17 | tools: Fix passing args to external commands | Stef Walter | 1 | -0/+4 |
2013-06-17 | tools: Only use our private path when looking for external commands | Stef Walter | 1 | -7/+4 |
2013-06-05 | Release version 0.18.30.18.3 | Stef Walter | 2 | -1/+6 |
2013-06-05 | trust: Fix crash when C_Initialize args are NULL | Stef Walter | 2 | -1/+22 |
2013-06-05 | trust: Fix reinitialization of trust module | Stef Walter | 3 | -4/+139 |
2013-05-28 | Fix uninitialized p11_library_once | manphiz@gmail.com | 1 | -1/+1 |
2013-05-28 | Force Mac OS shared library extension to .so | Stef Walter | 1 | -1/+11 |
2013-05-14 | Release version 0.18.20.18.2 | Stef Walter | 2 | -1/+4 |
2013-05-14 | Patch to make test-lexer depend on ASN.1 | manphiz@gmail.com | 1 | -1/+1 |
2013-05-03 | Reduce libtasn1 dependency to 2.3 | Stef Walter | 1 | -1/+1 |
2013-04-15 | Release version 0.18.10.18.1 | Stef Walter | 2 | -1/+5 |
2013-04-04 | doc: Use gtk-doc in the no-tmpl flavor | Stef Walter | 2 | -30/+15 |
2013-04-04 | manual: Use a consistent docbook version | Stef Walter | 6 | -12/+16 |
2013-04-04 | Put the external tools in $libdir/p11-kit | Stef Walter | 3 | -3/+6 |
2013-04-04 | Release version 0.18.00.18.0 | Stef Walter | 2 | -1/+9 |
2013-04-04 | Fix off by one in date parsing code | Stef Walter | 1 | -1/+1 |
2013-04-04 | Don't print erroneous debug messages when skipping files | Stef Walter | 2 | -9/+11 |
2013-04-03 | Update to MurmurHash3 | Stef Walter | 5 | -84/+91 |
2013-04-03 | Don't respect timezones for CKA_START_DATE or CKA_END_DATE | Stef Walter | 4 | -371/+81 |
2013-04-03 | trust: Fix logic for matching invalid NSS serial numbers | Stef Walter | 2 | -47/+180 |
2013-04-03 | More compatible path munging and handling code | Stef Walter | 19 | -175/+558 |
2013-04-03 | Don't use free() on memory allocated by LocalFree() | Stef Walter | 1 | -1/+1 |
2013-04-03 | Separate library init from message code | Stef Walter | 52 | -170/+294 |
2013-04-03 | Don't use library locks from p11-kit tool | Stef Walter | 2 | -4/+4 |
2013-04-03 | Add new script for setting up p11-kit for a maintainer | Stef Walter | 2 | -0/+56 |
2013-04-03 | Fix build on Win32 | Stef Walter | 1 | -1/+1 |
2013-04-03 | Fix documentation so it builds out of tree | Stef Walter | 3 | -73/+123 |
2013-04-03 | Fix build with automake 1.13 | Stef Walter | 7 | -496/+10 |
2013-03-29 | Use CKA_X_CERTIFICATE_VALUE for trust assertions | Stef Walter | 2 | -8/+13 |
2013-03-28 | Don't complain when applications call C_Logout or C_Login | Stef Walter | 2 | -2/+53 |
2013-03-28 | Release version 0.17.50.17.5 | Stef Walter | 2 | -1/+5 |
2013-03-28 | Don't try to guess at overflowing time values on 32-bit systems | Stef Walter | 5 | -5/+80 |
2013-03-25 | Fix testing of murmur hash on bigendian systems | Stef Walter | 1 | -37/+23 |
2013-03-20 | Release 0.17.40.17.4 | Stef Walter | 2 | -1/+5 |
2013-03-20 | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 22 | -27/+91 |
2013-03-20 | Fix invalid memory accesses reported by 'make memcheck' | Stef Walter | 5 | -19/+34 |
2013-03-20 | Add a bit of infrastructure for running valgrind | Stef Walter | 13 | -10/+46 |
2013-03-20 | trust: Predictable behavior with duplicate certificates in token | Stef Walter | 3 | -16/+224 |
2013-03-20 | trust: Rework index to be faster and more usable | Stef Walter | 9 | -179/+437 |
2013-03-20 | attrs: Print out the CKA_VALUE for certificates when debugging | Stef Walter | 5 | -20/+63 |
2013-03-20 | hash: Add the murmur2 hash and start using it | Stef Walter | 14 | -51/+234 |
2013-03-20 | hash: Rename file and functions for hashes | Stef Walter | 12 | -72/+72 |
2013-03-19 | Release version 0.17.30.17.3 | Stef Walter | 2 | -1/+8 |
2013-03-19 | trust: Use descriptive labels for tokens | Stef Walter | 8 | -27/+112 |
2013-03-19 | trust: Remove the temporary built in distrust objects | Stef Walter | 1 | -148/+0 |
2013-03-19 | extract: Make extracted output directories read-only | Stef Walter | 3 | -32/+61 |
2013-03-19 | trust: Don't use POSIX or GNU basename() | Stef Walter | 6 | -27/+137 |