| Commit message (Expand) | Author | Age | Files | Lines |
* | An intelligent error message when gettextize is not around | Stef Walter | 2011-11-01 | 1 | -1/+1 |
* | p11-kit can't be used as a static library | Stef Walter | 2011-10-30 | 1 | -0/+4 |
* | 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 |
* | Make build not depend on gtk-doc or pkg-config | Stef Walter | 2011-10-29 | 1 | -2/+51 |
* | Handle build case when gettextize is not available or not installed | Stef Walter | 2011-10-29 | 1 | -1/+7 |
* | Fix build with clang | Stef Walter | 2011-10-27 | 2 | -15/+0 |
* | 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 |
* | Release version 0.8 | Stef Walter | 2011-10-24 | 3 | -3/+10 |
* | 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 | 22 | -459/+484 |
* | Initial port to win32 | Stef Walter | 2011-10-17 | 23 | -180/+952 |
* | Fix up the build options. | Stef Walter | 2011-10-10 | 1 | -57/+66 |
* | Only call C_Initialize and C_Finalize once per module | Stef Walter | 2011-10-10 | 3 | -58/+168 |
* | Combine initialization tests | Stef Walter | 2011-10-10 | 3 | -110/+36 |
* | Don't allow recursive calling of C_Initialize on a given module. | Stef Walter | 2011-10-10 | 3 | -3/+114 |
* | Rename p11-kit test | Stef Walter | 2011-10-10 | 3 | -3/+5 |
* | Don't use PATH_MAX unless its defined | Pino Toscano | 2011-09-30 | 1 | -1/+6 |
* | Print more information in 'p11-kit -l' | Stef Walter | 2011-09-28 | 1 | -0/+92 |
* | Release 0.7 | Stef Walter | 2011-09-27 | 3 | -3/+8 |
* | Don't expand p11-kit config variables in configure. | Stef Walter | 2011-09-27 | 1 | -3/+3 |
* | Add test tool to print out error messages | Stef Walter | 2011-09-26 | 3 | -1/+140 |
* | Fix quoting of build variables | Andreas Metzler | 2011-09-26 | 1 | -2/+2 |
* | Expand the libdir path correctly | Stef Walter | 2011-09-19 | 2 | -7/+8 |
* | Add #include <limits.h> for PATH_MAX to fix compilation on FreeBSD. | Roman Bogorodskiy | 2011-09-16 | 1 | -1/+2 |
* | Release version 0.6 | Stef Walter | 2011-09-14 | 3 | -3/+8 |
* | Add documentation about the configuration paths | Stef Walter | 2011-09-14 | 5 | -15/+76 |
* | When a module has a relative path, load it from $libdir/pkcs11 | Kalev Lember | 2011-09-14 | 3 | -3/+68 |
* | Rename pkgconfig configuration directory variables | Kalev Lember | 2011-09-14 | 5 | -32/+37 |
* | Release version 0.5 | Stef Walter | 2011-08-31 | 3 | -3/+8 |
* | 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 | 4 | -3/+49 |
* | Fix bugs in the p11-kit proxy module. | Stef Walter | 2011-08-24 | 3 | -15/+31 |
* | Release version 0.4 | Stef Walter | 2011-08-19 | 3 | -3/+11 |
* | Ignore spaces in PKCS#11 URIs | Stef Walter | 2011-08-19 | 3 | -23/+90 |
* | Fix endless loop if module forks during initialization. | Stef Walter | 2011-08-14 | 6 | -25/+1354 |
* | 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 | 8 | -145/+185 |
* | 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 | 5 | -3/+68 |
* | Release version 0.3 | Stef Walter | 2011-07-29 | 2 | -1/+13 |
* | Fix building with NLS enabled. | Roman Bogorodskiy | 2011-07-29 | 2 | -7/+13 |
* | Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for dlopen() to fix on *BSD. | Roman Bogorodskiy | 2011-07-29 | 1 | -1/+1 |
* | 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 | 3 | -3/+21 |
* | Fix bug in hashtable rewrite. | Stef Walter | 2011-07-27 | 1 | -1/+1 |