| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not export (de)constructor | Andreas Metzler | 2013-03-19 | 1 | -4/+4 |
* | url: Split out the URL encoding and decoding functions | Stef Walter | 2013-03-15 | 1 | -108/+12 |
* | lexer: Make a lexer for our config file format | Stef Walter | 2013-03-15 | 1 | -92/+39 |
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 11 | -3/+101 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 1 | -3/+0 |
* | iter: Don't skip tokens that don't have CKF_TOKEN_INITIALIZED | Stef Walter | 2013-03-08 | 2 | -37/+0 |
* | Remove duplicate typedef | Stef Walter | 2013-03-04 | 1 | -2/+2 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 2 | -3/+3 |
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 2 | -2/+2 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 7 | -7/+7 |
* | Rename p11_module_xxx() compat functions to p11_dl_xxx() | Stef Walter | 2013-03-03 | 1 | -5/+10 |
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 1 | -0/+54 |
* | Respect destdir when creating package module config directory | Andreas Metzler | 2013-02-12 | 1 | -1/+1 |
* | Fix various clang analyzer warnings | Stef Walter | 2013-02-06 | 3 | -3/+3 |
* | Add public iterator API to p11-kit | Stef Walter | 2013-02-05 | 7 | -2/+2078 |
* | Allow internal use of token and module info matching | Stef Walter | 2013-02-05 | 2 | -20/+41 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 3 | -37/+4 |
* | Add a /usr/share/p11-kit/modules directory for package module configs | Stef Walter | 2013-02-05 | 8 | -10/+26 |
* | Add p11_kit_be_loud() function for use in tests and tools | Stef Walter | 2013-02-05 | 2 | -0/+16 |
* | Add more mock-module implementation | Stef Walter | 2013-02-04 | 5 | -1243/+14 |
* | Add generic buffer code | Stef Walter | 2013-02-04 | 1 | -56/+37 |
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 8 | -124/+186 |
* | Set strict debug preconditions during testing | Stef Walter | 2013-01-09 | 6 | -0/+6 |
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 2 | -153/+60 |
* | Move the pkcs11.h header files into common directory | Stef Walter | 2013-01-09 | 2 | -1374/+42 |
* | Build common code into noinst libraries | Stef Walter | 2013-01-09 | 2 | -28/+14 |
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 49 | -1852/+4586 |
* | Fix leak when initializing the proxy module | Pankaj Sharma | 2013-01-09 | 1 | -0/+2 |
* | Documentation fixes for PIN functions | Stef Walter | 2013-01-09 | 1 | -6/+6 |
* | Fix file descriptor leak in p11_kit_pin_file_callback() | Pankaj Sharma | 2013-01-09 | 1 | -0/+2 |
* | Fix documentation warnings. | Stef Walter | 2013-01-07 | 1 | -3/+6 |
* | Guarantee that the key is freed when replaced | Stef Walter | 2013-01-07 | 2 | -2/+11 |
* | Don't complain if we cannot access ~/.pkcs11/pkcs11.conf | Stef Walter | 2012-11-14 | 2 | -9/+34 |
* | Refuse to load the p11-kit-proxy.so as a registered module | Stef Walter | 2012-09-18 | 3 | -9/+13 |
* | Don't fail initialization if last initialized module fails | Stef Walter | 2012-09-18 | 1 | -4/+6 |
* | Change the default of 'user-config' to merge. | Stef Walter | 2012-09-06 | 2 | -3/+3 |
* | Always encode the "id" attribute in URIs | Dan Winship | 2012-07-28 | 1 | -10/+14 |
* | Use Windows thread ids instead of handles for comparisons | Stef Walter | 2012-07-26 | 2 | -6/+11 |
* | Use correct shared library extension on windows | Stef Walter | 2012-07-26 | 1 | -0/+14 |
* | Use '.module' extension on module configs | Stef Walter | 2012-07-24 | 1 | -4/+52 |
* | Fix compiler warning about uninitialized variable | Stef Walter | 2012-07-24 | 1 | -1/+1 |
* | Use EFBIG as the error code when pin file is too large | Stef Walter | 2012-07-17 | 1 | -1/+1 |
* | Don't allow reading of pin files larger than 4096 bytes | Stef Walter | 2012-06-29 | 1 | -7/+12 |
* | Win32 build fixes | Stef Walter | 2012-06-29 | 1 | -26/+0 |
* | If a module is not marked 'critical' then ignore failure | Stef Walter | 2012-06-27 | 1 | -3/+11 |
* | Fix the flags in pin.h | Stef Walter | 2012-06-08 | 1 | -6/+6 |
* | Preconditions to check for input probs and out of memory | Stef Walter | 2012-05-13 | 10 | -260/+242 |
* | Use gcc extensions to check varargs during compile | Stef Walter | 2012-05-13 | 4 | -7/+19 |
* | Fix test modules linking errors | Stef Walter | 2012-05-01 | 2 | -0/+3 |
* | Provide compat getprogname() implementations on other OS's | Stef Walter | 2012-05-01 | 2 | -37/+8 |