summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.130.13Stef Walter2012-07-162-1/+15
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-293-7/+91
* Win32 build fixesStef Walter2012-06-294-30/+10
* tools: Don't barf when p11-kit -hStef Walter2012-06-271-1/+1
* If a module is not marked 'critical' then ignore failureStef Walter2012-06-271-3/+11
* Fix the flags in pin.hStef Walter2012-06-081-6/+6
* Preconditions to check for input probs and out of memoryStef Walter2012-05-1314-264/+352
* Use gcc extensions to check varargs during compileStef Walter2012-05-136-13/+38
* Fix test modules linking errorsStef Walter2012-05-012-0/+3
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-016-64/+81
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-3014-273/+186
* Doc tweaks for PIN functionalityStef Walter2012-04-161-19/+28
* Add tests for enable-in and disable-inStef Walter2012-04-028-28/+171
* Build some test modules for testing main p11-kit functionalityStef Walter2012-04-029-22/+225
* Add more p11-kit cleanup to fix valgrind leak reportsStef Walter2012-04-021-0/+11
* Fix crasher when a duplicate module is presentStef Walter2012-04-011-6/+7
* Add enable-in and disable-in options to module configStef Walter2012-04-0110-4/+346
* Fix broken hashmap behaviorStef Walter2012-03-272-9/+5
* Remove p11-kit.pot file from gitStef Walter2012-03-192-343/+1
* Release version 0.120.12Stef Walter2012-03-092-1/+4
* Fix build problem due to pthread extensions usageSimon Josefsson2012-03-081-0/+1
* Release 0.110.11Stef Walter2012-02-073-3/+6
* Remove automatic reinitialization of PKCS#11 after forkStef Walter2012-01-231-9/+2
* Release version 0.100.10Stef Walter2012-01-032-1/+4
* Fix build warning on mingw64Stef Walter2012-01-021-1/+1
* Compile CuTest.c separately.Andreas Metzler2011-12-237-13/+9
* Reorganize tests, work around optimization bugStef Walter2011-12-201-23/+22
* Run tests correctly in automakeAndreas Metzler2011-12-091-4/+1
* Build fix for MinGW w64Michael Cronenworth2011-11-251-1/+7
* Release version 0.90.9Stef Walter2011-11-143-3/+9
* Reduce autofoo dependenciesStef Walter2011-11-021-2/+2
* An intelligent error message when gettextize is not aroundStef Walter2011-11-011-1/+1
* p11-kit can't be used as a static libraryStef Walter2011-10-301-0/+4
* Fix problems crashing when freeing TLS on windowsStef Walter2011-10-291-0/+2
* Add debug output to windows init and uninit of libraryStef Walter2011-10-291-1/+8
* Make build not depend on gtk-doc or pkg-configStef Walter2011-10-291-2/+51
* Handle build case when gettextize is not available or not installedStef Walter2011-10-291-1/+7
* Fix build with clangStef Walter2011-10-272-15/+0
* Fix broken build on cygwin and mingwDr. Volker Zell2011-10-251-0/+2
* Fix broken build on windowsMichael Cronenworth2011-10-251-1/+1
* Release version 0.80.8Stef Walter2011-10-243-3/+10
* More fixes for non-static function namesStef Walter2011-10-246-56/+53
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-2422-459/+484
* Initial port to win32Stef Walter2011-10-1723-180/+952
* Fix up the build options.Stef Walter2011-10-101-57/+66
* Only call C_Initialize and C_Finalize once per moduleStef Walter2011-10-103-58/+168
* Combine initialization testsStef Walter2011-10-103-110/+36
* Don't allow recursive calling of C_Initialize on a given module.Stef Walter2011-10-103-3/+114
* Rename p11-kit testStef Walter2011-10-103-3/+5
* Don't use PATH_MAX unless its definedPino Toscano2011-09-301-1/+6