Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define CFLAGS for gss_clnt_send_err compile | kwc@citi.umich.edu | 2006-07-04 | 1 | -0/+3 |
| | | | | | | | Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Add CFLAGS to make sure we find and use the correct gssapi.h when building gss_clnt_send_err | ||||
* | Use PKGCONFIG to locate gssapi and rpcsecgss header files | neilbrown | 2006-03-28 | 1 | -5/+2 |
| | | | | | | | | | | | Instead of having separate copies of the gssapi and rpcsecgss header files, or depending on the Kerberos gssapi header, locate the headers now installed with the libgssapi and librpcsecgss libraries. Remove local copies of the gssapi and rpcsecgss header files. This depends on the configure_use_autotools patch. | ||||
* | Separate out context handling code for MIT Kerberos and SPKM3 | neilbrown | 2006-03-28 | 1 | -0/+2 |
| | | | | | into their own file. (Really this time) | ||||
* | Fix up the svcgss mess I made, and run autoconf/automake | neilbrown | 2006-03-27 | 1 | -14/+42 |
| | |||||
* | Autogen update | neilbrown | 2005-12-20 | 1 | -0/+83 |