Home
last modified time | relevance | path

Searched refs:gss_accept_sec_context (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_ntlm.c84 maj_stat = gss_accept_sec_context(&min_stat, in test_libntlm_v1()
143 maj_stat = gss_accept_sec_context(&min_stat, in test_libntlm_v1()
210 maj_stat = gss_accept_sec_context(&min_stat, in test_libntlm_v2()
272 maj_stat = gss_accept_sec_context(&min_stat, in test_libntlm_v2()
H A Dversion-script.map18 gss_accept_sec_context;
H A DChangeLog211 * mech/gss_accept_sec_context.c: Handle underlaying mech not
224 * mech/gss_accept_sec_context.c: Only wrap the delegated cred if
545 * mech/gss_accept_sec_context.c: Reset out variables using propper
575 * mech/gss_accept_sec_context.c: spelling
646 * spnego/accept_sec_context.c: try using gss_accept_sec_context()
731 * mech/gss_accept_sec_context.c: Add detection of NTLMSSP.
828 * mech/gss_accept_sec_context.c: Try better guessing what is mech
938 * mech/gss_accept_sec_context.c: SLIST_INIT the ->gc_mc'
1158 * mech/gss_accept_sec_context.c (gss_accept_sec_context): if the
1314 * mech/gss_accept_sec_context.c: Insert the delegated sub cred on
[all …]
H A Dlibgssapi-exports.def14 gss_accept_sec_context
H A DNTMakefile96 mech/gss_accept_sec_context.c \
323 $(OBJ)\mech/gss_accept_sec_context.obj \
H A DMakefile.am82 mech/gss_accept_sec_context.c \
H A DMakefile.in218 mech/gss_accept_sec_context.lo mech/gss_acquire_cred.lo \
414 mech/$(DEPDIR)/gss_accept_sec_context.Plo \
1078 mech/gss_accept_sec_context.c \
1542 mech/gss_accept_sec_context.lo: mech/$(am__dirstamp) \
1885 @AMDEP_TRUE@@am__include@ @am__quote@mech/$(DEPDIR)/gss_accept_sec_context.Plo@am__quote@ # am--inc…
2591 -rm -f mech/$(DEPDIR)/gss_accept_sec_context.Plo
2821 -rm -f mech/$(DEPDIR)/gss_accept_sec_context.Plo
H A Dtest_context.c226 maj_stat = gss_accept_sec_context(&min_stat, in loop()
/netbsd-src/crypto/external/bsd/heimdal/lib/libgssapi/
H A DMakefile96 mech/gss_accept_sec_context.c \
224 gss_acquire_cred.3 gss_accept_sec_context.3 \
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_accept_sec_context.c147 gss_accept_sec_context(OM_uint32 *minor_status, in gss_accept_sec_context() function
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dgss-serv.c187 ctx->major = gss_accept_sec_context(&ctx->minor, in ssh_gssapi_accept_ctx()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Daccept_sec_context.c572 ret = gss_accept_sec_context(minor_status, in acceptor_start()
763 ret = gss_accept_sec_context(&minor, in acceptor_continue()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.gssapi96 gss_accept_sec_context when mutual authentication is requested.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/
H A Dgssapi.h505 GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_accept_sec_context
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgssapictx.c714 gret = gss_accept_sec_context(&minor, &context, cred, &gintoken, in dst_gssapi_acceptctx()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dgssapictx.c721 gret = gss_accept_sec_context(&minor, &context, cred, &gintoken, in dst_gssapi_acceptctx()
745 gss_log(3, "failed gss_accept_sec_context: %s", in dst_gssapi_acceptctx()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dgssapi.c367 gps->gss_status = gss_accept_sec_context(&min_stat, &gps->gss_context, in gssapi_get_rtoken()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c950 maj_stat = gss_accept_sec_context(&min_stat, in process_stream()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.19981948 * lib/gssapi/accept_sec_context.c (gss_accept_sec_context): don't
2786 * lib/gssapi/accept_sec_context.c (gss_accept_sec_context): Set
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c7481 if (gss_accept_sec_context (&stat_min, in gserver_authenticate_connection()