HomeSort by: relevance | last modified time | path
    Searched refs:gssapi (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/
gssapi_ntlm.h 41 #include <gssapi/gssapi.h>
gssapi_spnego.h 41 #include <gssapi/gssapi.h>
gssapi_netlogon.h 41 #include <gssapi/gssapi.h>
gssapi_krb5.h 41 #include <gssapi/gssapi.h>
42 #include <gssapi/gssapi_oid.h>
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
gssapi.h 1 /* $NetBSD: gssapi.h,v 1.2 2017/01/28 21:31:46 christos Exp $ */
41 #include <gssapi/gssapi.h>
test_oid.c 42 #include <gssapi/gssapi.h>
43 #include <gssapi/gssapi_krb5.h>
44 #include <gssapi/gssapi_spnego.h>
NTMakefile 32 RELDIR=lib\gssapi
222 gssapi_files = $(OBJ)\gssapi\asn1_gssapi_asn1.x
230 $(gssapi_files) $(OBJ)\gssapi\gssapi_asn1.hx $(OBJ)\gssapi\gssapi_asn1-priv.hx: \
231 $(BINDIR)\asn1_compile.exe mech\gssapi.asn1
232 cd $(OBJ)\gssapi
233 $(BINDIR)\asn1_compile.exe --one-code-file $(SRCDIR)\mech\gssapi.asn1 gssapi_asn1 \
234 || ( $(RM) $(OBJ)\gssapi\gssapi_asn1.h ; exit /b 1 )
251 $(INCDIR)\gssapi.h \
252 $(INCDIR)\gssapi\gssapi.h
    [all...]
test_cred.c 45 #include <gssapi/gssapi.h>
46 #include <gssapi/gssapi_krb5.h>
47 #include <gssapi/gssapi_spnego.h>
test_kcred.c 45 #include <gssapi/gssapi.h>
46 #include <gssapi/gssapi_krb5.h>
47 #include <gssapi/gssapi_spnego.h>
test_names.c 45 #include <gssapi/gssapi.h>
46 #include <gssapi/gssapi_krb5.h>
47 #include <gssapi/gssapi_spnego.h>
  /src/crypto/external/bsd/heimdal/dist/include/gssapi/
NTMakefile 32 RELDIR=include\gssapi
  /src/external/gpl2/xcvs/dist/src/
gssapi-client.h 1 /* CVS GSSAPI client stuff.
20 * cross platform gssapi which configure doesn't perform itself.
28 # include <gssapi.h>
33 # include <gssapi/gssapi.h>
37 # include <gssapi/gssapi_generic.h>
42 /* Set this to turn on GSSAPI encryption. */
47 /* We can't declare the arguments without including gssapi.h, and I
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
prereq.sh 16 # enable the tsiggss test only if gssapi was enabled
17 $FEATURETEST --gssapi || {
18 echo_i "gssapi and krb5 not supported - skipping tsiggss test"
  /src/external/mpl/dhcp/bind/include/isc/
platform.h 52 * Defined to <gssapi.h> or <gssapi/gssapi.h> for how to include
53 * the GSSAPI header.
55 #define ISC_PLATFORM_GSSAPIHEADER <gssapi/gssapi.h>
58 * Defined to <gssapi_krb5.h> or <gssapi/gssapi_krb5.h> for how to
59 * include the GSSAPI KRB5 header.
61 #define ISC_PLATFORM_GSSAPI_KRB5_HEADER <gssapi/gssapi_krb5.h>
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
mech_locl.h 57 #include <gssapi/gssapi.h>
59 #include <gssapi/gssapi_krb5.h>
  /src/crypto/external/bsd/heimdal/dist/packages/windows/sdk/
NTMakefile 57 ! if !exist($(SDKINCDIR)\gssapi)
58 $(MKDIR) $(SDKINCDIR)\gssapi
104 $(SDKINCDIR)\gssapi\gssapi.h \
105 $(SDKINCDIR)\gssapi\gssapi_krb5.h \
106 $(SDKINCDIR)\gssapi\gssapi_oid.h \
107 $(SDKINCDIR)\gssapi\gssapi_ntlm.h \
108 $(SDKINCDIR)\gssapi\gssapi_spnego.h \
136 {$(INCDIR)\gssapi}.h{$(SDKINCDIR)\gssapi}.h
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
spnego_locl.h 55 #include <gssapi/gssapi.h>
56 #include <gssapi/gssapi_krb5.h>
57 #include <gssapi/gssapi_spnego.h>
  /src/share/examples/racoon/
Makefile 11 racoon.conf.sample-gssapi racoon.conf.sample-inherit \
13 FAQ README.certificate README.gssapi README.plainrsa
  /src/crypto/dist/ipsec-tools/src/racoon/
gssapi.h 1 /* $NetBSD: gssapi.h,v 1.5 2025/03/07 15:55:29 christos Exp $ */
3 /* Id: gssapi.h,v 1.5 2005/02/11 06:59:01 manubsd Exp */
38 #include "/usr/include/gssapi.h"
40 #include <gssapi/gssapi.h>
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
ntlm.h 51 #include <gssapi/gssapi.h>
52 #include <gssapi/gssapi_ntlm.h>
54 #include <gssapi/gssapi_oid.h>
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
gsskrb5_locl.h 45 #include <gssapi/gssapi.h>
47 #include <gssapi/gssapi_krb5.h>
  /src/crypto/external/bsd/heimdal/bin/gsstool/
Makefile 8 .PATH: ${HEIMDIST}/lib/gssapi
  /src/crypto/external/bsd/heimdal/dist/lib/
NTMakefile 54 hcrypto hx509 krb5 heimdal ntlm kafs gssapi hdb \
79 @( cd gssapi && $(RMAKE) all-tools && cd ..) || exit /b 1
  /src/crypto/external/bsd/heimdal/lib/libgssapi/
Makefile 8 .PATH: ${HEIMDIST}/lib/gssapi \
9 ${HEIMDIST}/lib/gssapi/krb5 \
10 ${HEIMDIST}/lib/gssapi/mech \
11 ${HEIMDIST}/lib/gssapi/spnego \
12 ${HEIMDIST}/lib/gssapi/ntlm
14 LIB= gssapi
24 HEIMSRCS= gkrb5_err.et spnego.asn1 gssapi.asn1
219 gssapi.3 \
270 INCS= gssapi.h
271 INCS+= gssapi/gssapi.h gssapi/gssapi_krb5.h gssapi/gssapi_spnego.
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
tkey.h 28 #include <dst/gssapi.h>
97 * Builds a query containing a TKEY that will generate a GSSAPI context.

Completed in 34 milliseconds

1 2 3