| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use EFBIG as the error code when pin file is too large | Stef Walter | 2012-07-17 | 2 | -2/+2 |
* | Don't define duplicate symbols | Stef Walter | 2012-07-17 | 1 | -1/+1 |
* | Release version 0.13 | Stef Walter | 2012-07-16 | 2 | -1/+15 |
* | Don't allow reading of pin files larger than 4096 bytes | Stef Walter | 2012-06-29 | 3 | -7/+91 |
* | Win32 build fixes | Stef Walter | 2012-06-29 | 4 | -30/+10 |
* | tools: Don't barf when p11-kit -h | Stef Walter | 2012-06-27 | 1 | -1/+1 |
* | If a module is not marked 'critical' then ignore failure | Stef Walter | 2012-06-27 | 1 | -3/+11 |
* | Fix the flags in pin.h | Stef Walter | 2012-06-08 | 1 | -6/+6 |
* | Preconditions to check for input probs and out of memory | Stef Walter | 2012-05-13 | 14 | -264/+352 |
* | Use gcc extensions to check varargs during compile | Stef Walter | 2012-05-13 | 6 | -13/+38 |
* | Fix test modules linking errors | Stef Walter | 2012-05-01 | 2 | -0/+3 |
* | Provide compat getprogname() implementations on other OS's | Stef Walter | 2012-05-01 | 6 | -64/+81 |
* | Move the compat.[ch] headers into common directory/ | Stef Walter | 2012-04-30 | 14 | -273/+186 |
* | Doc tweaks for PIN functionality | Stef Walter | 2012-04-16 | 1 | -19/+28 |
* | Add tests for enable-in and disable-in | Stef Walter | 2012-04-02 | 8 | -28/+171 |
* | Build some test modules for testing main p11-kit functionality | Stef Walter | 2012-04-02 | 9 | -22/+225 |
* | Add more p11-kit cleanup to fix valgrind leak reports | Stef Walter | 2012-04-02 | 1 | -0/+11 |
* | Fix crasher when a duplicate module is present | Stef Walter | 2012-04-01 | 1 | -6/+7 |
* | Add enable-in and disable-in options to module config | Stef Walter | 2012-04-01 | 10 | -4/+346 |