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

1 2

  /src/crypto/external/bsd/openssh/dist/
auth2-none.c 44 #ifdef GSSAPI
auth2-methods.c 55 #ifdef GSSAPI
57 "gssapi-with-mic",
88 #ifdef GSSAPI
auth2-krb5.c 39 #ifdef GSSAPI
auth2-passwd.c 43 #ifdef GSSAPI
auth-skey.c 43 #ifdef GSSAPI
ssh-gss.h 31 #ifdef GSSAPI
33 #include <gssapi.h>
117 #endif /* GSSAPI */
auth-bsdauth.c 41 #ifdef GSSAPI
monitor_wrap.h 69 #ifdef GSSAPI
gss-serv-krb5.c 30 #ifdef GSSAPI
51 #include <gssapi/gssapi_krb5.h>
55 /* Initialise the krb5 library, for the stuff that GSSAPI won't do */
78 * GSSAPI mechanisms will need their own.
195 #endif /* GSSAPI */
auth2.c 59 #ifdef GSSAPI
81 #ifdef GSSAPI
90 #ifdef GSSAPI
347 #ifdef GSSAPI
auth2-gss.c 31 #ifdef GSSAPI
162 fatal("No authentication or GSSAPI context");
187 userauth_finish(ssh, 0, "gssapi-with-mic", NULL);
226 fatal("No authentication or GSSAPI context");
235 /* Push the error token into GSSAPI to see what it says */
254 * which only enables it once the GSSAPI exchange is complete.
264 fatal("No authentication or GSSAPI context");
281 userauth_finish(ssh, authenticated, "gssapi-with-mic", NULL);
297 fatal("No authentication or GSSAPI context");
308 "gssapi-with-mic", ssh->kex->session_id)
    [all...]
auth2-hostbased.c 49 #ifdef GSSAPI
gss-genr.c 30 #ifdef GSSAPI
125 /* The GSSAPI error */
157 * Initialise our GSSAPI context. We use this opaque structure to contain all
304 #endif /* GSSAPI */
kexgexs.c 48 #ifdef GSSAPI
sshd-auth.c 92 #ifdef GSSAPI
727 #ifdef GSSAPI
gss-serv.c 32 #ifdef GSSAPI
100 /* Returns a GSSAPI error code */
238 * Extract the OID, and check it. Here GSSAPI breaks with tradition
329 debug("removing gssapi cred file\"%s\"",
347 debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism");
350 /* This allows GSSAPI methods to do things to the child's environment based
391 debug("ssh_gssapi_userok: Unknown GSSAPI mechanism");
monitor.c 79 #ifdef GSSAPI
94 #ifdef GSSAPI
140 #ifdef GSSAPI
212 #ifdef GSSAPI
2013 #ifdef GSSAPI
2024 fatal_f("GSSAPI authentication not enabled");
2057 fatal_f("GSSAPI authentication not enabled");
2089 fatal_f("GSSAPI authentication not enabled");
2119 fatal_f("GSSAPI authentication not enabled");
2130 auth_method = "gssapi-with-mic"
    [all...]
sshconnect2.c 79 #ifdef GSSAPI
333 #ifdef GSSAPI
334 /* gssapi */
377 #ifdef GSSAPI
399 #ifdef GSSAPI
400 {"gssapi-with-mic",
466 #if GSSAPI
485 #ifdef GSSAPI
786 #ifdef GSSAPI
796 /* Try one GSSAPI method at a time, rather than sending them all a
    [all...]
  /src/crypto/external/bsd/libsaslc/etc/
Makefile 20 CFG_MECH+= GSSAPI.conf
  /src/crypto/external/bsd/libsaslc/etc/mech/
Makefile 16 FILES+= GSSAPI.conf
  /src/external/bsd/openldap/dist/tests/scripts/
test077-sasl-gssapi 31 echo "Starting KDC for SASL/GSSAPI tests..."
104 grep GSSAPI $TESTOUT
107 echo "failed: GSSAPI mechanism not in supportedSASLMechanisms."
113 echo -n "Using ldapwhoami with SASL/GSSAPI: "
114 $LDAPSASLWHOAMI -N -Y GSSAPI -H $URI1 > $TESTOUT 2>&1
125 echo -n "Validating mapped SASL/GSSAPI ID: "
126 echo "dn:uid=$KUSER,cn=$KRB5REALM,cn=gssapi,cn=auth" > $TESTDIR/dn.out
139 echo "SASL/GSSAPI: TLS support not available, skipping TLS part."
141 echo -n "Using ldapwhoami with SASL/GSSAPI with start-tls: "
142 $LDAPSASLWHOAMI -N -Y GSSAPI -H $URI1 -ZZ -o tls_reqcert=allow
    [all...]
setup_kdc.sh 40 echo "Heimdal: kstash failed, skipping GSSAPI tests"
48 echo "Heimdal: kadmin init failed, skipping GSSAPI tests"
55 echo "Heimdal: kadmin add failed, skipping GSSAPI tests"
62 echo "Heimdal: kadmin ext failed, skipping GSSAPI tests"
69 echo "Heimdal: kadmin add failed, skipping GSSAPI tests"
76 echo "Heimdal: kadmin ext failed, skipping GSSAPI tests"
86 echo "No KDC available, skipping GSSAPI tests"
93 echo "MIT: kdb5_util create failed, skipping GSSAPI tests"
100 echo "MIT: admin addprinc failed, skipping GSSAPI tests"
107 echo "MIT: kadmin ktadd failed, skipping GSSAPI tests
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 62 #ifdef GSSAPI
67 #include <gssapi/gssapi.h>
68 #include <gssapi/gssapi_krb5.h>
75 #endif /* ifdef GSSAPI */
264 #ifdef GSSAPI
267 #endif /* GSSAPI */
gssapi_link.c 16 #ifdef GSSAPI
27 #include <dst/gssapi.h>
134 * Convert the data we wish to sign into a structure gssapi can
165 * Copy the output into our buffer space, and release the gssapi
189 * Convert the data we wish to sign into a structure gssapi can
356 #else /* ifdef GSSAPI */
358 #endif /* ifdef GSSAPI */
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
types.h 165 * If we are not using GSSAPI, define the types we use as opaque types here.
167 #ifndef GSSAPI
170 #endif /* ifndef GSSAPI */

Completed in 55 milliseconds

1 2