| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix broken hashmap behavior | Stef Walter | 2012-03-27 | 2 | -9/+5 |
* | Remove p11-kit.pot file from git | Stef Walter | 2012-03-19 | 2 | -343/+1 |
* | Release version 0.12 | Stef Walter | 2012-03-09 | 2 | -1/+4 |
* | Fix build problem due to pthread extensions usage | Simon Josefsson | 2012-03-08 | 1 | -0/+1 |
* | Release 0.11 | Stef Walter | 2012-02-07 | 3 | -3/+6 |
* | Remove automatic reinitialization of PKCS#11 after fork | Stef Walter | 2012-01-23 | 1 | -9/+2 |
* | Release version 0.10 | Stef Walter | 2012-01-03 | 2 | -1/+4 |
* | Fix build warning on mingw64 | Stef Walter | 2012-01-02 | 1 | -1/+1 |
* | Compile CuTest.c separately. | Andreas Metzler | 2011-12-23 | 7 | -13/+9 |
* | Reorganize tests, work around optimization bug | Stef Walter | 2011-12-20 | 1 | -23/+22 |
* | Run tests correctly in automake | Andreas Metzler | 2011-12-09 | 1 | -4/+1 |
* | Build fix for MinGW w64 | Michael Cronenworth | 2011-11-25 | 1 | -1/+7 |
* | Release version 0.9 | Stef Walter | 2011-11-14 | 3 | -3/+9 |
* | Reduce autofoo dependencies | Stef Walter | 2011-11-02 | 1 | -2/+2 |
* | 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 |