From dc351a579dbdffc5505205d3e1d5548f5e62336e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 17 Nov 2009 15:36:48 +1100 Subject: s4:heimdal: import lorikeet-heimdal-200911170333 (commit b532c294d974cead40a1183c71be644c6ccc2832) This fixes up connections to Windows 2003, because the previous import had a broken arcfour-hmac-md5 implementation (fixed in Heimdal 316fc6ff8ffb0cbb1ef3689685e9977c37405bc4) Andrew Bartlett --- source4/heimdal/lib/gssapi/spnego/accept_sec_context.c | 2 -- source4/heimdal/lib/gssapi/spnego/compat.c | 2 -- source4/heimdal/lib/gssapi/spnego/context_stubs.c | 2 -- source4/heimdal/lib/gssapi/spnego/cred_stubs.c | 2 -- source4/heimdal/lib/gssapi/spnego/external.c | 2 -- source4/heimdal/lib/gssapi/spnego/init_sec_context.c | 2 -- 6 files changed, 12 deletions(-) (limited to 'source4/heimdal/lib/gssapi/spnego') diff --git a/source4/heimdal/lib/gssapi/spnego/accept_sec_context.c b/source4/heimdal/lib/gssapi/spnego/accept_sec_context.c index 247c25611f..ab8a4d1aac 100644 --- a/source4/heimdal/lib/gssapi/spnego/accept_sec_context.c +++ b/source4/heimdal/lib/gssapi/spnego/accept_sec_context.c @@ -33,8 +33,6 @@ #include "spnego_locl.h" -RCSID("$Id$"); - static OM_uint32 send_reject (OM_uint32 *minor_status, gss_buffer_t output_token) diff --git a/source4/heimdal/lib/gssapi/spnego/compat.c b/source4/heimdal/lib/gssapi/spnego/compat.c index b2f535e58f..673a5df66b 100644 --- a/source4/heimdal/lib/gssapi/spnego/compat.c +++ b/source4/heimdal/lib/gssapi/spnego/compat.c @@ -32,8 +32,6 @@ #include "spnego_locl.h" -RCSID("$Id$"); - /* * Apparently Microsoft got the OID wrong, and used * 1.2.840.48018.1.2.2 instead. We need both this and diff --git a/source4/heimdal/lib/gssapi/spnego/context_stubs.c b/source4/heimdal/lib/gssapi/spnego/context_stubs.c index c0d47b9f63..98ab919459 100644 --- a/source4/heimdal/lib/gssapi/spnego/context_stubs.c +++ b/source4/heimdal/lib/gssapi/spnego/context_stubs.c @@ -32,8 +32,6 @@ #include "spnego_locl.h" -RCSID("$Id$"); - static OM_uint32 spnego_supported_mechs(OM_uint32 *minor_status, gss_OID_set *mechs) { diff --git a/source4/heimdal/lib/gssapi/spnego/cred_stubs.c b/source4/heimdal/lib/gssapi/spnego/cred_stubs.c index b1eb0be6da..f15069362c 100644 --- a/source4/heimdal/lib/gssapi/spnego/cred_stubs.c +++ b/source4/heimdal/lib/gssapi/spnego/cred_stubs.c @@ -32,8 +32,6 @@ #include "spnego_locl.h" -RCSID("$Id$"); - OM_uint32 _gss_spnego_release_cred(OM_uint32 *minor_status, gss_cred_id_t *cred_handle) { diff --git a/source4/heimdal/lib/gssapi/spnego/external.c b/source4/heimdal/lib/gssapi/spnego/external.c index 9d50a61a75..2a6002b8ea 100644 --- a/source4/heimdal/lib/gssapi/spnego/external.c +++ b/source4/heimdal/lib/gssapi/spnego/external.c @@ -33,8 +33,6 @@ #include "spnego_locl.h" #include -RCSID("$Id$"); - /* * RFC2478, SPNEGO: * The security mechanism of the initial diff --git a/source4/heimdal/lib/gssapi/spnego/init_sec_context.c b/source4/heimdal/lib/gssapi/spnego/init_sec_context.c index 6afd524a5b..75a925497e 100644 --- a/source4/heimdal/lib/gssapi/spnego/init_sec_context.c +++ b/source4/heimdal/lib/gssapi/spnego/init_sec_context.c @@ -33,8 +33,6 @@ #include "spnego_locl.h" -RCSID("$Id$"); - /* * Is target_name an sane target for `mech´. */ -- cgit