Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | curl_gssapi: Guard files with HAVE_GSSAPI. | Julien Chaffraix | |
Bug: http://curl.haxx.se/mail/lib-2011-07/0074.html Reported and fix suggested by: Ben Greear | |||
2011-07-13 | gssapi: rename our files to avoid conflicts | Daniel Stenberg | |
gssapi.h is used as a header name by Heimdal-style GSSAPI so it would conflict with a private header using that name, and while renaming the header I figured we should name the .c file accordingly as well. Bug: http://curl.haxx.se/mail/lib-2011-07/0071.html Reported by: Ben Greear |