From: Amos Jeffries Date: Sat, 12 Sep 2009 08:14:26 +0000 (+1200) Subject: Wrap kerberos helper headers per Squid requirement. change internal name X-Git-Tag: SQUID_3_2_0_1~612^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9658d820ecccab0cae38942296a5983b425e3a7;p=thirdparty%2Fsquid.git Wrap kerberos helper headers per Squid requirement. change internal name --- diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc index 49ad4c8d40..54fae2feb5 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc @@ -32,18 +32,30 @@ #include "config.h" #if HAVE_GSSAPI + +#if HAVE_STRING_H #include +#endif +#if HAVE_STDOI_H #include +#endif +#if HAVE_STDLIB_H #include +#endif +#if HAVE_NETDB_H #include +#endif +#if HAVE_UNISTD_H #include +#endif +#if HAVE_TIME_H #include +#endif +#if HAVE_SYS_TIME_H #include +#endif -#include "getaddrinfo.h" -#include "getnameinfo.h" #include "util.h" - #include "base64.h" #if !HAVE_SPNEGO #include "spnegohelp.h" @@ -72,7 +84,7 @@ #define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE #endif -#define PROGRAM "squid_kerb_auth" +#define PROGRAM "negotiate_kerberos_auth" #ifndef MAX_AUTHTOKEN_LEN #define MAX_AUTHTOKEN_LEN 65535