Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using the non-thread-safe strerror() function | Stef Walter | 2013-07-18 | 1 | -0/+4 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=985481 | ||||
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -0/+62 |
Put library init/uninit code its into their own statically linked library so that they don't get linked into the p11-kit executable. Refactor the message code so that the library initialization can plug in its per thread message buffer. https://bugs.freedesktop.org/show_bug.cgi?id=63046 |