| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some debug info about which files are being loaded | Stef Walter | 2013-02-05 | 1 | -2/+15 |
* | Test a TRUSTED CERTIFICATE without any trust OIDs | Stef Walter | 2013-02-05 | 4 | -0/+40 |
* | Add the builtin roots NSS specific object | Stef Walter | 2013-02-05 | 4 | -5/+61 |
* | Add support for openssl TRUSTED CERTIFICATE PEM files | Stef Walter | 2013-02-05 | 8 | -40/+368 |
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 12 | -6/+910 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 60 | -47/+6580 |
* | Add basic checksum algorithms | Stef Walter | 2013-02-05 | 6 | -2/+766 |
* | Remove the unused err() function and friends | Stef Walter | 2013-02-05 | 2 | -187/+0 |
* | Tweak style of the manual | Stef Walter | 2013-02-05 | 4 | -7/+27 |
* | Add documentation about contributing to p11-kit | Stef Walter | 2013-02-05 | 6 | -83/+241 |
* | Add a p11-kit tool manual page | Stef Walter | 2013-02-05 | 5 | -35/+130 |
* | Change the documentation configure arg to --enable-doc | Stef Walter | 2013-02-05 | 2 | -19/+24 |
* | Add a /usr/share/p11-kit/modules directory for package module configs | Stef Walter | 2013-02-05 | 10 | -12/+31 |
* | Make the p11-kit tool have distinct commands | Stef Walter | 2013-02-05 | 4 | -42/+459 |
* | Add p11_kit_be_loud() function for use in tests and tools | Stef Walter | 2013-02-05 | 3 | -0/+17 |
* | Add internal function for turning on messages | Stef Walter | 2013-02-05 | 2 | -0/+10 |
* | Add more mock-module implementation | Stef Walter | 2013-02-04 | 9 | -1243/+3835 |
* | Further tweaks and cleanup for functions dealing with PKCS#11 attributes | Stef Walter | 2013-02-04 | 3 | -70/+910 |
* | Add generic buffer code | Stef Walter | 2013-02-04 | 6 | -56/+515 |
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 20 | -234/+311 |
* | Only initialize p11-kit libraries once | Stef Walter | 2013-01-09 | 2 | -6/+14 |
* | Set strict debug preconditions during testing | Stef Walter | 2013-01-09 | 7 | -0/+10 |
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 8 | -154/+977 |
* | Move the pkcs11.h header files into common directory | Stef Walter | 2013-01-09 | 5 | -1374/+1577 |
* | Build common code into noinst libraries | Stef Walter | 2013-01-09 | 5 | -43/+37 |
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 70 | -1651/+1746 |
* | Fix leak when initializing the proxy module | Pankaj Sharma | 2013-01-09 | 1 | -0/+2 |
* | Documentation fixes for PIN functions | Stef Walter | 2013-01-09 | 1 | -6/+6 |
* | Fix file descriptor leak in p11_kit_pin_file_callback() | Pankaj Sharma | 2013-01-09 | 1 | -0/+2 |
* | Distribute HACKING in the tarball | Stef Walter | 2013-01-08 | 1 | -1/+3 |
* | Fix documentation warnings. | Stef Walter | 2013-01-07 | 3 | -5/+9 |
* | Guarantee that the key is freed when replaced | Stef Walter | 2013-01-07 | 3 | -35/+102 |
* | Don't complain if we cannot access ~/.pkcs11/pkcs11.conf | Stef Walter | 2012-11-14 | 2 | -9/+34 |
* | Refuse to load the p11-kit-proxy.so as a registered module | Stef Walter | 2012-09-18 | 3 | -9/+13 |
* | Don't fail initialization if last initialized module fails | Stef Walter | 2012-09-18 | 1 | -4/+6 |
* | Release version 0.14 | Stef Walter | 2012-09-06 | 2 | -1/+9 |
* | Change the default of 'user-config' to merge. | Stef Walter | 2012-09-06 | 3 | -5/+5 |
* | configure.ac: Fix bogus comma, and fix up spacing | Antoine Jacoutot | 2012-08-23 | 1 | -5/+5 |
* | Use AC_LANG_PROGRAM to detect program_invocation_short_name functionality | Antoine Jacoutot | 2012-08-21 | 1 | -2/+7 |
* | Fix build on solaris | Rob McMahon | 2012-07-31 | 2 | -1/+7 |
* | Always encode the "id" attribute in URIs | Dan Winship | 2012-07-28 | 2 | -11/+15 |
* | Initialize mutexes correctly in mock module | Stef Walter | 2012-07-26 | 2 | -1/+6 |
* | Fix warning on windows | Stef Walter | 2012-07-26 | 1 | -1/+1 |
* | Don't rely on loading order for duplicate modules | Stef Walter | 2012-07-26 | 5 | -6/+15 |
* | Use Windows thread ids instead of handles for comparisons | Stef Walter | 2012-07-26 | 2 | -6/+11 |
* | Use correct shared library extension on windows | Stef Walter | 2012-07-26 | 8 | -1/+37 |
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 10 | -20/+82 |
* | Fix compiler warning about uninitialized variable | Stef Walter | 2012-07-24 | 1 | -1/+1 |
* | Don't use strict aliasing during compilation | Stef Walter | 2012-07-24 | 1 | -1/+2 |
* | Fix getprogname() running under wine | Stef Walter | 2012-07-17 | 1 | -2/+5 |