Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile CuTest.c separately. | Andreas Metzler | 2011-12-23 | 1 | -1/+9 |
| | | | | | Use regular compile and link instead of having #include "CuTest.c" in every test. Works around gcc optimization issue. | ||||
* | Run tests correctly in automake | Andreas Metzler | 2011-12-09 | 1 | -4/+1 |
| | | | | * This allows failing tests to stop the build | ||||
* | Initial port to win32 | Stef Walter | 2011-10-17 | 1 | -8/+8 |
| | | | | | | | | * Tests do not all yet pass, at least not on wine * Added abstraction of some non-portable functions in compat.h/c * Build with an argument like this for win32 support: ./autogen.sh --host=i586-mingw32msvc * This win32 port needs more work from interested parties | ||||
* | Combine initialization tests | Stef Walter | 2011-10-10 | 1 | -10/+4 |
| | |||||
* | Don't allow recursive calling of C_Initialize on a given module. | Stef Walter | 2011-10-10 | 1 | -2/+8 |
| | |||||
* | Rename p11-kit test | Stef Walter | 2011-10-10 | 1 | -3/+3 |
| | |||||
* | Add test tool to print out error messages | Stef Walter | 2011-09-26 | 1 | -1/+2 |
| | | | | * Allows checking of translations | ||||
* | Fix endless loop if module forks during initialization. | Stef Walter | 2011-08-14 | 1 | -20/+10 |
| | | | | | | | * If a module forks during its C_Initialize, previously our fork handler would try to initialize it again, ad nauseum. Reported by Nikos on the mailing list. | ||||
* | Fix building with NLS enabled. | Roman Bogorodskiy | 2011-07-29 | 1 | -6/+11 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=39622 | ||||
* | Implement support for registering and calling pinfile callbacks | Stef Walter | 2011-07-06 | 1 | -1/+11 |
| | | | | | | * These are callbacks that hanlde the pinfile part of a PKCS#11 URI. * One library can register a callback that another can then call in a thread-safe and simple fashion. | ||||
* | Store last failure message per thread. | Stef Walter | 2011-06-09 | 1 | -1/+2 |
| | | | | * Add p11_kit_message() function to get last message. | ||||
* | Remove unstable API markers. | Stef Walter | 2011-06-07 | 1 | -2/+1 |
| | |||||
* | Fix problems with 'make distcheck' | Stef Walter | 2011-05-27 | 1 | -2/+6 |
| | |||||
* | Add C++ header guards, and require API instability acknowledgement. | Stef Walter | 2011-03-31 | 1 | -1/+2 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -4/+4 |
| | | | | | | * Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. | ||||
* | Reference implementation of PKCS#11 URIs | Stef Walter | 2011-02-19 | 1 | -1/+6 |
| | |||||
* | Configuration tests. | Stef Walter | 2011-01-30 | 1 | -5/+8 |
| | |||||
* | Add testing and start testing hash table functionality. | Stef Walter | 2011-01-26 | 1 | -0/+17 |