summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Fix p11_kit_space_strlen() result when empty stringStef Walter2013-07-183-3/+74
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-1/+1
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-1/+1
* Don't load configs from user directory when setuidStef Walter2013-07-186-2/+225
* Fix various issues highlighted by coverity scannerStef Walter2013-07-181-5/+5
* open files with O_CLOEXEC when possibleStef Walter2013-07-182-76/+27
* p11-kit: Abort initialization if critical module fails to initializeStef Walter2013-07-181-1/+1
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-102-0/+2
* More compatible path munging and handling codeStef Walter2013-04-032-91/+7
* Separate library init from message codeStef Walter2013-04-0312-25/+29
* Don't use library locks from p11-kit toolStef Walter2013-04-031-0/+4
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-205-5/+7
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-1/+2
* Do not export (de)constructorAndreas Metzler2013-03-191-4/+4
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-151-108/+12
* lexer: Make a lexer for our config file formatStef Walter2013-03-151-92/+39
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-1511-3/+101
* trust: Rework input path treatmentStef Walter2013-03-151-3/+0
* iter: Don't skip tokens that don't have CKF_TOKEN_INITIALIZEDStef Walter2013-03-082-37/+0
* Remove duplicate typedefStef Walter2013-03-041-2/+2
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-032-3/+3
* Open files in binary mode on windowsStef Walter2013-03-032-2/+2
* Use putenv() instead of setenv()Stef Walter2013-03-037-7/+7
* Rename p11_module_xxx() compat functions to p11_dl_xxx()Stef Walter2013-03-031-5/+10
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-0/+54
* Respect destdir when creating package module config directoryAndreas Metzler2013-02-121-1/+1
* Fix various clang analyzer warningsStef Walter2013-02-063-3/+3
* Add public iterator API to p11-kitStef Walter2013-02-057-2/+2078
* Allow internal use of token and module info matchingStef Walter2013-02-052-20/+41
* Add basic trust moduleStef Walter2013-02-053-37/+4
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-058-10/+26
* Add p11_kit_be_loud() function for use in tests and toolsStef Walter2013-02-052-0/+16
* Add more mock-module implementationStef Walter2013-02-045-1243/+14
* Add generic buffer codeStef Walter2013-02-041-56/+37
* Use the stdbool.h C99 bool typeStef Walter2013-01-238-124/+186
* Set strict debug preconditions during testingStef Walter2013-01-096-0/+6
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-092-153/+60
* Move the pkcs11.h header files into common directoryStef Walter2013-01-092-1374/+42
* Build common code into noinst librariesStef Walter2013-01-092-28/+14
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-0949-1852/+4586
* Fix leak when initializing the proxy modulePankaj Sharma2013-01-091-0/+2
* Documentation fixes for PIN functionsStef Walter2013-01-091-6/+6
* Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma2013-01-091-0/+2
* Fix documentation warnings.Stef Walter2013-01-071-3/+6
* Guarantee that the key is freed when replacedStef Walter2013-01-072-2/+11
* Don't complain if we cannot access ~/.pkcs11/pkcs11.confStef Walter2012-11-142-9/+34
* Refuse to load the p11-kit-proxy.so as a registered moduleStef Walter2012-09-183-9/+13
* Don't fail initialization if last initialized module failsStef Walter2012-09-181-4/+6
* Change the default of 'user-config' to merge.Stef Walter2012-09-062-3/+3