update gssapi/ntlm for windows build

NTMakefile:
  replace ntlm/inquire_cred.c with ntlm/creds.c
  add ntlm/inquire_sec_context_by_oid.c
  add ntlm/iter_cred.c

add missing GSSAPI_CALLCONV function descriptors

conditionalize use of kcm functions with HAVE_KCM

Change-Id: Ia693f67304405bd540c57db8858c13314cd60322
This commit is contained in:
Jeffrey Altman
2011-05-16 23:07:08 -04:00
committed by Jeffrey Altman
parent 31de117576
commit 75959422e1
4 changed files with 36 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
#include "ntlm.h"
OM_uint32
OM_uint32 GSSAPI_CALLCONV
_gss_ntlm_inquire_sec_context_by_oid(OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
const gss_OID desired_object,