| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add 'critical' setting for modules | Stef Walter | 2011-08-30 | 3 | -1/+27 |
* | Fix bugs in the p11-kit proxy module. | Stef Walter | 2011-08-24 | 3 | -15/+31 |
* | Ignore spaces in PKCS#11 URIs | Stef Walter | 2011-08-19 | 2 | -23/+66 |
* | Fix endless loop if module forks during initialization. | Stef Walter | 2011-08-14 | 1 | -5/+7 |
* | Safer initialization of individually initialized module. | Stef Walter | 2011-08-14 | 1 | -6/+30 |
* | Update PKCS#11 URI code for new draft of spec | Stef Walter | 2011-08-05 | 4 | -95/+133 |
* | Don't fail when duplicate modules are configured. | Stef Walter | 2011-08-03 | 1 | -1/+1 |
* | Better debug output for initialization and loading modules. | Stef Walter | 2011-08-03 | 1 | -4/+7 |
* | Fix broken debug arguments | Stef Walter | 2011-08-03 | 1 | -1/+1 |
* | Add example configuration documentation. | Stef Walter | 2011-08-01 | 2 | -1/+14 |
* | Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0 | Stef Walter | 2011-07-28 | 1 | -1/+1 |
* | Add libtool style versioning variables to p11-kit | Stef Walter | 2011-07-27 | 1 | -1/+3 |
* | Fix bug in hashtable rewrite. | Stef Walter | 2011-07-27 | 1 | -1/+1 |
* | Create a link for the proxy module. | Stef Walter | 2011-07-27 | 2 | -1/+6 |
* | Reimplement and remove apache licensed bits of code. | Stef Walter | 2011-07-27 | 9 | -590/+466 |
* | pin: Fix uninitialized variable | Stef Walter | 2011-07-12 | 1 | -1/+1 |
* | More fine tuning of the pin APIs. | Stef Walter | 2011-07-06 | 2 | -3/+19 |
* | Add documentation for PIN callbacks. | Stef Walter | 2011-07-06 | 2 | -67/+265 |
* | Add P11KitPin structure, which encapsulates a returned pin. | Stef Walter | 2011-07-06 | 2 | -24/+191 |
* | Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieve | Stef Walter | 2011-07-06 | 2 | -8/+9 |
* | Implement support for registering and calling pinfile callbacks | Stef Walter | 2011-07-06 | 5 | -0/+631 |
* | Fix logic error loading registered modules. | Stef Walter | 2011-06-16 | 1 | -1/+1 |
* | Update pkcs11.h with PKCS#11 2.20 ammendments. | Stef Walter | 2011-06-09 | 1 | -3/+19 |
* | Complete documentation for message functionality. | Stef Walter | 2011-06-09 | 2 | -0/+44 |
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 6 | -30/+142 |
* | Refactor configuration | Stef Walter | 2011-06-08 | 8 | -397/+579 |
* | Ignore files without a 'module' value. | Stef Walter | 2011-06-08 | 1 | -7/+4 |
* | Release version 0.1 | Stef Walter | 2011-06-07 | 1 | -0/+3 |
* | Fix up documentation | Stef Walter | 2011-06-07 | 1 | -0/+41 |
* | Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen() | Stef Walter | 2011-06-07 | 4 | -16/+42 |
* | Fix more memory errors and leaks in module code. | Stef Walter | 2011-06-07 | 1 | -4/+12 |
* | Fix URI parsing memory leaks. | Stef Walter | 2011-06-07 | 1 | -0/+1 |
* | Fix some hash leaks and bugs. | Stef Walter | 2011-06-07 | 1 | -8/+12 |
* | Fix compiler warnings. | Stef Walter | 2011-06-07 | 1 | -1/+1 |
* | Remove unstable API markers. | Stef Walter | 2011-06-07 | 3 | -21/+0 |
* | Clear correct block of memory in p11_kit_uri_parse(). | Stef Walter | 2011-05-30 | 1 | -1/+1 |