| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix dependency between p11-kit command and library | Stef Walter | 2013-06-25 | 1 | -1/+1 |
* | Reorganize various components | Stef Walter | 2013-06-25 | 3 | -0/+415 |
* | url: Encode directly to a buffer | Stef Walter | 2013-05-27 | 1 | -13/+19 |
* | Mark p11_kit_message() as a stable function | Stef Walter | 2013-05-21 | 1 | -2/+2 |
* | Fix building of applications using CRYPTOKI_GNU style | Stef Walter | 2013-05-21 | 1 | -1/+3 |
* | Bump the version for deprecated function documentation | Stef Walter | 2013-05-21 | 1 | -9/+9 |
* | Fix up Makefile.am files for automake 1.13 warnings | Stef Walter | 2013-05-21 | 2 | -2/+2 |
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 14 | -1729/+1572 |
* | Further reorganization of the core module tracking | Stef Walter | 2013-05-21 | 1 | -188/+161 |
* | Add the log-calls module config option | Stef Walter | 2013-05-21 | 7 | -16/+2234 |
* | Manage C_CloseAllSessions function for multiple callers | Stef Walter | 2013-05-21 | 3 | -7/+268 |
* | Update the proxy module to use managed PKCS#11 modules | Stef Walter | 2013-05-21 | 8 | -256/+1410 |
* | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 18 | -364/+4355 |
* | Use libffi to implement mixins for managed code | Stef Walter | 2013-05-16 | 5 | -1/+3228 |
* | Implement valgrind's hellgrind checks for threading problems | Stef Walter | 2013-05-15 | 1 | -1/+1 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 2 | -91/+7 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 12 | -25/+29 |
* | Don't use library locks from p11-kit tool | Stef Walter | 2013-04-03 | 1 | -0/+4 |
* | Fix build with automake 1.13 | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 5 | -5/+7 |
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -1/+2 |
* | 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 |