| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 15 | -54/+136 |
* | trust: Make each configured path its own token | Stef Walter | 2013-03-15 | 7 | -136/+460 |
* | dict: Allow removal of current item in a p11_dict iteration | Stef Walter | 2013-03-15 | 2 | -0/+62 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 20 | -140/+318 |
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 4 | -11/+246 |
* | Don't overwrite the build directory when uploading documentation | Stef Walter | 2013-03-14 | 1 | -1/+1 |
* | Fix up the system anchors/certificates configure arguments | Stef Walter | 2013-03-14 | 1 | -15/+20 |
* | doc: Move manual into doc/manual subdirectory | Stef Walter | 2013-03-12 | 18 | -156/+159 |
* | Release version 0.16.4 | Stef Walter | 2013-03-12 | 2 | -1/+5 |
* | tools: Display per-command help appropriately | Stef Walter | 2013-03-11 | 1 | -7/+12 |
* | tools: Initialize local debug code correctly | Stef Walter | 2013-03-11 | 1 | -0/+3 |
* | Release version 0.16.3 | Stef Walter | 2013-03-08 | 2 | -1/+7 |
* | iter: Don't skip tokens that don't have CKF_TOKEN_INITIALIZED | Stef Walter | 2013-03-08 | 2 | -37/+0 |
* | trust: add a simple frob-nss-token tool to dump distrust | Stef Walter | 2013-03-08 | 2 | -0/+109 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 6 | -94/+95 |
* | Hard code distrust temporarily. | Stef Walter | 2013-03-08 | 1 | -1/+149 |
* | tools: Parse global options appropriately, even if after command | Stef Walter | 2013-03-08 | 1 | -13/+18 |
* | trust: Refactor how we load builtin objects | Stef Walter | 2013-03-08 | 1 | -11/+13 |
* | Don't shove messages into debug output if they're already displayed | Stef Walter | 2013-03-08 | 1 | -2/+2 |
* | Release 0.16.2 | Stef Walter | 2013-03-08 | 2 | -1/+6 |
* | extract: Use bool instead of int where appropriate | Stef Walter | 2013-03-08 | 1 | -15/+15 |
* | tools: Add a bit of debugging to the PEM extract handler | Stef Walter | 2013-03-08 | 2 | -0/+4 |
* | extract: Fix regression in --purpose option | Stef Walter | 2013-03-08 | 2 | -2/+61 |
* | Document and put code coverage online | Stef Walter | 2013-03-08 | 2 | -4/+34 |
* | Properly detect the stdbool.h header | Stef Walter | 2013-03-08 | 1 | -0/+2 |
* | Release version 0.16.1 | Stef Walter | 2013-03-07 | 2 | -1/+6 |
* | doc: Fix external URLs in documentation | Stef Walter | 2013-03-07 | 1 | -6/+6 |
* | doc: Add P11_KIT_STRICT=yes debugging tip | Stef Walter | 2013-03-07 | 1 | -0/+11 |
* | x509: Don't break when cA field of BasicConstraints is missing | Stef Walter | 2013-03-07 | 1 | -2/+9 |
* | tools: Remove extra debugging statement when running external commands | Stef Walter | 2013-03-07 | 1 | -1/+0 |
* | extract-trust: Turn into a placeholder script that does nothing | Stef Walter | 2013-03-07 | 1 | -21/+15 |
* | doc: Don't wrap the options in the pkcs11.conf manual page | Stef Walter | 2013-03-07 | 1 | -6/+6 |
* | Release version 0.16.0 | Stef Walter | 2013-03-04 | 2 | -1/+9 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 5 | -2/+14 |
* | Redo mock.h header in order to relicense | Stef Walter | 2013-03-04 | 1 | -667/+686 |
* | Remove duplicate typedef | Stef Walter | 2013-03-04 | 1 | -2/+2 |
* | Fix missing bracket in trust module check | Roman Bogorodskiy | 2013-03-04 | 1 | -1/+1 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 9 | -1/+14 |
* | Windows doesn't support symlinks, chmod, or atomic renames | Stef Walter | 2013-03-03 | 7 | -6/+101 |
* | Use mingw compatible coverage flags | Stef Walter | 2013-03-03 | 1 | -2/+2 |
* | Don't use wchar_t for storing unicode characters | Stef Walter | 2013-03-03 | 1 | -35/+36 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 6 | -10/+14 |
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 4 | -8/+11 |
* | Add compat gmtime_r() and timegm() functions | Stef Walter | 2013-03-03 | 3 | -0/+76 |
* | Add compat mkstemp() and mkdtemp() functions | Stef Walter | 2013-03-03 | 2 | -0/+156 |
* | Add compat vasprintf() and asprintf() functions | Stef Walter | 2013-03-03 | 3 | -0/+84 |
* | Add compat strndup() function | Stef Walter | 2013-03-03 | 3 | -0/+30 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 5 | -79/+160 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 16 | -16/+16 |
* | Add compat implementation of basename() | Stef Walter | 2013-03-03 | 3 | -2/+71 |