summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always encode the "id" attribute in URIsDan Winship2012-07-281-10/+14
* Use Windows thread ids instead of handles for comparisonsStef Walter2012-07-262-6/+11
* Use correct shared library extension on windowsStef Walter2012-07-261-0/+14
* Use '.module' extension on module configsStef Walter2012-07-241-4/+52
* Fix compiler warning about uninitialized variableStef Walter2012-07-241-1/+1
* Use EFBIG as the error code when pin file is too largeStef Walter2012-07-171-1/+1
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-291-7/+12
* Win32 build fixesStef Walter2012-06-291-26/+0
* 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-1310-260/+242
* Use gcc extensions to check varargs during compileStef Walter2012-05-134-7/+19
* Fix test modules linking errorsStef Walter2012-05-012-0/+3
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-012-37/+8
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-308-268/+180