summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print more information in 'p11-kit -l'Stef Walter2011-09-281-0/+92
* Release 0.70.7Stef Walter2011-09-273-3/+8
* Don't expand p11-kit config variables in configure.Stef Walter2011-09-271-3/+3
* Add test tool to print out error messagesStef Walter2011-09-263-1/+140
* Fix quoting of build variablesAndreas Metzler2011-09-261-2/+2
* Expand the libdir path correctlyStef Walter2011-09-192-7/+8
* Add #include <limits.h> for PATH_MAX to fix compilation on FreeBSD.Roman Bogorodskiy2011-09-161-1/+2
* Release version 0.60.6Stef Walter2011-09-143-3/+8
* Add documentation about the configuration pathsStef Walter2011-09-145-15/+76
* When a module has a relative path, load it from $libdir/pkcs11Kalev Lember2011-09-143-3/+68
* Rename pkgconfig configuration directory variablesKalev Lember2011-09-145-32/+37
* Release version 0.50.5Stef Walter2011-08-313-3/+8
* Don't crash if p11_kit_registered_modules() called after failed initStef Walter2011-08-301-2/+3
* Remove useless typedefStef Walter2011-08-301-2/+0
* Add 'critical' setting for modulesStef Walter2011-08-304-3/+49
* Fix bugs in the p11-kit proxy module.Stef Walter2011-08-243-15/+31
* Release version 0.40.4Stef Walter2011-08-193-3/+11
* Ignore spaces in PKCS#11 URIsStef Walter2011-08-193-23/+90
* Fix endless loop if module forks during initialization.Stef Walter2011-08-146-25/+1354
* Safer initialization of individually initialized module.Stef Walter2011-08-141-6/+30
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-058-145/+185
* Don't fail when duplicate modules are configured.Stef Walter2011-08-031-1/+1
* Better debug output for initialization and loading modules.Stef Walter2011-08-031-4/+7
* Fix broken debug argumentsStef Walter2011-08-031-1/+1
* Add example configuration documentation.Stef Walter2011-08-015-3/+68
* Release version 0.30.3Stef Walter2011-07-292-1/+13
* Fix building with NLS enabled.Roman Bogorodskiy2011-07-292-7/+13
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for dlopen() to fix on *BSD.Roman Bogorodskiy2011-07-291-1/+1
* Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0Stef Walter2011-07-281-1/+1
* Add libtool style versioning variables to p11-kitStef Walter2011-07-273-3/+21
* Fix bug in hashtable rewrite.Stef Walter2011-07-271-1/+1
* Cleanup documentation warningsStef Walter2011-07-271-2/+2
* Create a link for the proxy module.Stef Walter2011-07-272-1/+6
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-2712-722/+578
* Expand the various pkcs11 config paths properly.Stef Walter2011-07-211-2/+3
* configure: Use $sysconfdir for p11_system_conf dir, not hardcoded /etcColin Walters2011-07-211-1/+1
* Ignore some built files after recent changes.Stef Walter2011-07-192-0/+2
* build: Make autogen.sh workColin Walters2011-07-194-1288/+12
* pin: Fix uninitialized variableStef Walter2011-07-121-1/+1
* Bump version number, and tweak upload procedureStef Walter2011-07-073-2/+4