Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -9/+0 |
| | | | | | | | | | Provide default values in pre.in for PROG_LIBPATH, PROG_RPATH, SHLIB_DIRS, SHLIB_RDIRS, and STOBJLISTS so that they don't have to be specified in the common case. Rename KRB5_RUN_ENV and KRB5_RUN_VARS to RUN_SETUP (already the most commonly used name) and RUN_VARS. Make sure to use DEFINES for local defines (not DEFS). Remove some other unnecessary makefile content. | ||||
* | make depend | Greg Hudson | 2013-03-24 | 1 | -3/+3 |
| | |||||
* | Remove stray include in localauth_plugin.h | Greg Hudson | 2013-03-11 | 1 | -15/+6 |
| | | | | | This unnecessary include was causing build failures on some systems by making libkrb5 sources depend on gssapi.h. | ||||
* | Add tests for localauth interface | Greg Hudson | 2013-03-09 | 4 | -0/+223 |
Create a test module, program, and script to exercise the krb5_aname_to_localname and krb5_k5userok functions as well as the localauth pluggable interface. ticket: 7583 |