| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix documentation warnings. | Stef Walter | 2013-01-07 | 1 | -3/+6 |
* | Guarantee that the key is freed when replaced | Stef Walter | 2013-01-07 | 2 | -2/+11 |
* | 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 |
* | Change the default of 'user-config' to merge. | Stef Walter | 2012-09-06 | 2 | -3/+3 |
* | Always encode the "id" attribute in URIs | Dan Winship | 2012-07-28 | 1 | -10/+14 |
* | 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 | 1 | -0/+14 |
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 1 | -4/+52 |
* | Fix compiler warning about uninitialized variable | Stef Walter | 2012-07-24 | 1 | -1/+1 |
* | Use EFBIG as the error code when pin file is too large | Stef Walter | 2012-07-17 | 1 | -1/+1 |
* | Don't allow reading of pin files larger than 4096 bytes | Stef Walter | 2012-06-29 | 1 | -7/+12 |
* | Win32 build fixes | Stef Walter | 2012-06-29 | 1 | -26/+0 |
* | 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 | 10 | -260/+242 |
* | Use gcc extensions to check varargs during compile | Stef Walter | 2012-05-13 | 4 | -7/+19 |
* | 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 | 2 | -37/+8 |
* | Move the compat.[ch] headers into common directory/ | Stef Walter | 2012-04-30 | 8 | -268/+180 |
* | 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 | 2 | -6/+6 |
* | Build some test modules for testing main p11-kit functionality | Stef Walter | 2012-04-02 | 1 | -7/+22 |
* | 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 | 4 | -3/+193 |
* | Fix broken hashmap behavior | Stef Walter | 2012-03-27 | 1 | -7/+5 |
* | Remove automatic reinitialization of PKCS#11 after fork | Stef Walter | 2012-01-23 | 1 | -9/+2 |
* | Fix build warning on mingw64 | Stef Walter | 2012-01-02 | 1 | -1/+1 |
* | Build fix for MinGW w64 | Michael Cronenworth | 2011-11-25 | 1 | -1/+7 |
* | Fix problems crashing when freeing TLS on windows | Stef Walter | 2011-10-29 | 1 | -0/+2 |
* | Add debug output to windows init and uninit of library | Stef Walter | 2011-10-29 | 1 | -1/+8 |
* | Fix broken build on cygwin and mingw | Dr. Volker Zell | 2011-10-25 | 1 | -0/+2 |
* | Fix broken build on windows | Michael Cronenworth | 2011-10-25 | 1 | -1/+1 |
* | More fixes for non-static function names | Stef Walter | 2011-10-24 | 6 | -56/+53 |
* | Rename non-static functions to have a _p11_xxx prefix. | Stef Walter | 2011-10-24 | 16 | -230/+252 |
* | Initial port to win32 | Stef Walter | 2011-10-17 | 10 | -131/+563 |
* | Only call C_Initialize and C_Finalize once per module | Stef Walter | 2011-10-10 | 1 | -55/+62 |
* | Don't allow recursive calling of C_Initialize on a given module. | Stef Walter | 2011-10-10 | 1 | -1/+8 |
* | Don't use PATH_MAX unless its defined | Pino Toscano | 2011-09-30 | 1 | -1/+6 |
* | Fix quoting of build variables | Andreas Metzler | 2011-09-26 | 1 | -2/+2 |
* | Expand the libdir path correctly | Stef Walter | 2011-09-19 | 1 | -1/+8 |
* | Add #include <limits.h> for PATH_MAX to fix compilation on FreeBSD. | Roman Bogorodskiy | 2011-09-16 | 1 | -1/+2 |
* | When a module has a relative path, load it from $libdir/pkcs11 | Kalev Lember | 2011-09-14 | 2 | -3/+59 |
* | Rename pkgconfig configuration directory variables | Kalev Lember | 2011-09-14 | 4 | -8/+11 |
* | Don't crash if p11_kit_registered_modules() called after failed init | Stef Walter | 2011-08-30 | 1 | -2/+3 |
* | Remove useless typedef | Stef Walter | 2011-08-30 | 1 | -2/+0 |