summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release version 0.20.2Stef Walter2011-07-073-2/+8
* List labels of all tokens in 'p11-kit -l'Stef Walter2011-07-061-2/+32
* More fine tuning of the pin APIs.Stef Walter2011-07-063-3/+20
* Add documentation for PIN callbacks.Stef Walter2011-07-066-77/+295
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-064-75/+302
* Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter2011-07-063-27/+28
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-069-1/+1140
* Fix logic error loading registered modules.Stef Walter2011-06-161-1/+1
* Update pkcs11.h with PKCS#11 2.20 ammendments.Stef Walter2011-06-091-3/+19
* Fixed typos and made options clearer.Stef Walter2011-06-091-3/+3
* By default use /etc/pkcs11 for system configs and not ${prefix}Stef Walter2011-06-091-2/+15
* Complete documentation for message functionality.Stef Walter2011-06-094-0/+51
* Complete testing of global config files and directories.Stef Walter2011-06-0912-0/+309
* Store last failure message per thread.Stef Walter2011-06-099-39/+151
* Refactor configurationStef Walter2011-06-089-406/+610
* Ignore files without a 'module' value.Stef Walter2011-06-081-7/+4
* Bump version number.Stef Walter2011-06-072-3/+7
* Make target for uploading release.Stef Walter2011-06-071-0/+3
* Release version 0.10.1Stef Walter2011-06-072-2/+6
* Fix up documentationStef Walter2011-06-072-1/+45
* Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter2011-06-075-17/+69