| Commit message (Expand) | Author | Age | Files | Lines |
* | Add p11-kit style typedefs for iter and uri | Stef Walter | 2013-08-28 | 2 | -0/+2 |
* | iter: Add a p11_kit_iter_destroy_object() function | Stef Walter | 2013-08-28 | 3 | -0/+59 |
* | iter: Add p11_kit_iter_set_uri() function | Stef Walter | 2013-08-28 | 3 | -7/+65 |
* | iter: Add p11_kit_iter_get_token() call | Stef Walter | 2013-08-28 | 3 | -4/+55 |
* | iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behavior | Stef Walter | 2013-08-28 | 3 | -28/+16 |
* | p11-kit: Rename list.c to lists.c to simplify debugging | Stef Walter | 2013-08-28 | 2 | -1/+1 |
* | Avoid multiple stat() calls for same file | Stef Walter | 2013-08-28 | 3 | -23/+21 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -0/+2 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 3 | -1/+3 |
* | Add appropriate const qualifiers | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Fix p11_kit_space_strlen() result when empty string | Stef Walter | 2013-07-18 | 3 | -3/+63 |
* | Don't call memdup with zero length or NULL pointer | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -4/+2 |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 2 | -4/+4 |
* | Support expanding $XDG_CONFIG_HOME in user config paths | Stef Walter | 2013-07-18 | 1 | -1/+1 |
* | Don't load configs from user directory when setuid | Stef Walter | 2013-07-18 | 6 | -2/+144 |
* | Fix various issues highlighted by coverity scanner | Stef Walter | 2013-07-18 | 3 | -6/+15 |
* | open files with O_CLOEXEC when possible | Stef Walter | 2013-07-18 | 2 | -76/+27 |
* | iter: Document guarantees for filter matches argumet | Stef Walter | 2013-07-18 | 1 | -0/+4 |
* | Remove erroneous comments about readdir() and thread-safety | Stef Walter | 2013-07-17 | 1 | -1/+0 |
* | Build with -fno-common to catch definition problems | Stef Walter | 2013-07-10 | 1 | -2/+2 |
* | Various documentation tweaks and fixes for warnings | Stef Walter | 2013-07-10 | 1 | -0/+8 |
* | trust: Fix the 'p11-kit extract' command | Stef Walter | 2013-07-09 | 2 | -2/+21 |
* | p11-kit: Add P11_KIT_MODULE_TRUSTED flag | Stef Walter | 2013-07-04 | 5 | -19/+86 |
* | iter: Add iteration mode where session is not busy | Stef Walter | 2013-07-03 | 3 | -45/+132 |
* | 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 |