Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-25 | Update to rra-c-util 2.6 and C TAP Harness 1.5 | Russ Allbery | |
Update to C TAP Harness 1.5: * Better reporting of fatal errors in the test suite. * Summarize results at the end of test execution. * Add tests/HOWTO from docs/writing-tests in C TAP Harness. Update to rra-c-util 2.6: * Fix portability to bundled Heimdal on OpenBSD. * Improve checking for krb5_kt_free_entry with older MIT Kerberos. * Fix portability for missing krb5_get_init_creds_opt_free. * Fix header guard for util/xwrite.h. * Restore default compiler configuration after GSS-API library probe. | |||
2010-02-09 | Add additional Kerberos portability needed for the test suite | Russ Allbery | |
2010-02-09 | Update util code and import Kerberos portability glue | Russ Allbery | |
Use the Kerberos portability layer from rra-c-util 3.0 and avoid Kerberos API calls deprecated on Heimdal. Break util/util.h into separate header files and update all source files accordingly. The test suite is not yet updated. That will come in subsequent commits. |