summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-31Release version 0.5HEADmasterStef Walter3-3/+8
2011-08-30Don't crash if p11_kit_registered_modules() called after failed initStef Walter1-2/+3
2011-08-30Remove useless typedefStef Walter1-2/+0
2011-08-30Add 'critical' setting for modulesStef Walter4-3/+49
2011-08-24Fix bugs in the p11-kit proxy module.Stef Walter3-15/+31
2011-08-19Release version 0.4Stef Walter3-3/+11
2011-08-19Ignore spaces in PKCS#11 URIsStef Walter3-23/+90
2011-08-14Fix endless loop if module forks during initialization.Stef Walter6-25/+1354
2011-08-14Safer initialization of individually initialized module.Stef Walter1-6/+30
2011-08-05Update PKCS#11 URI code for new draft of specStef Walter8-145/+185
2011-08-03Don't fail when duplicate modules are configured.Stef Walter1-1/+1
2011-08-03Better debug output for initialization and loading modules.Stef Walter1-4/+7
2011-08-03Fix broken debug argumentsStef Walter1-1/+1
2011-08-01Add example configuration documentation.Stef Walter5-3/+68
2011-07-29Release version 0.3Stef Walter2-1/+13
2011-07-29Fix building with NLS enabled.Roman Bogorodskiy2-7/+13
2011-07-29Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for dlopen() to fix on *BSD.Roman Bogorodskiy1-1/+1
2011-07-28Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0Stef Walter1-1/+1
2011-07-27Add libtool style versioning variables to p11-kitStef Walter3-3/+21
2011-07-27Fix bug in hashtable rewrite.Stef Walter1-1/+1
2011-07-27Cleanup documentation warningsStef Walter1-2/+2
2011-07-27Create a link for the proxy module.Stef Walter2-1/+6
2011-07-27Reimplement and remove apache licensed bits of code.Stef Walter12-722/+578
2011-07-21Expand the various pkcs11 config paths properly.Stef Walter1-2/+3
2011-07-21configure: Use $sysconfdir for p11_system_conf dir, not hardcoded /etcColin Walters1-1/+1
2011-07-19Ignore some built files after recent changes.Stef Walter2-0/+2
2011-07-19build: Make autogen.sh workColin Walters4-1288/+12
2011-07-12pin: Fix uninitialized variableStef Walter1-1/+1
2011-07-07Bump version number, and tweak upload procedureStef Walter3-2/+4
2011-07-07Release version 0.2Stef Walter3-2/+8
2011-07-06List labels of all tokens in 'p11-kit -l'Stef Walter1-2/+32
2011-07-06More fine tuning of the pin APIs.Stef Walter3-3/+20
2011-07-06Add documentation for PIN callbacks.Stef Walter6-77/+295
2011-07-06Add P11KitPin structure, which encapsulates a returned pin.Stef Walter4-75/+302
2011-07-06Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter3-27/+28
2011-07-06Implement support for registering and calling pinfile callbacksStef Walter9-1/+1140
2011-06-16Fix logic error loading registered modules.Stef Walter1-1/+1
2011-06-09Update pkcs11.h with PKCS#11 2.20 ammendments.Stef Walter1-3/+19
2011-06-09Fixed typos and made options clearer.Stef Walter1-3/+3
2011-06-09By default use /etc/pkcs11 for system configs and not ${prefix}Stef Walter1-2/+15
2011-06-09Complete documentation for message functionality.Stef Walter4-0/+51
2011-06-09Complete testing of global config files and directories.Stef Walter12-0/+309
2011-06-09Store last failure message per thread.Stef Walter9-39/+151
2011-06-08Refactor configurationStef Walter9-406/+610
2011-06-08Ignore files without a 'module' value.Stef Walter1-7/+4
2011-06-07Bump version number.Stef Walter2-3/+7
2011-06-07Make target for uploading release.Stef Walter1-0/+3
2011-06-07Release version 0.1Stef Walter2-2/+6
2011-06-07Fix up documentationStef Walter2-1/+45
2011-06-07Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter5-17/+69