Searched refs:AUTH_KRB5 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dmechanisms.h54 #ifndef AUTH_KRB5
56 # define AUTH_KRB5 macro
H A Dmechanisms.c74 #ifdef AUTH_KRB5
76 #endif /* AUTH_KRB5 */
H A Dkrbtf.c78 #ifdef AUTH_KRB5
128 #ifdef AUTH_KRB5
137 #endif /* AUTH_KRB5 */
H A Dauth_krb5.c56 #ifdef AUTH_KRB5
61 #endif /* AUTH_KRB5 */
81 #ifdef AUTH_KRB5
116 #ifdef AUTH_KRB5
462 #else /* ! AUTH_KRB5 */
475 #endif /* ! AUTH_KRB5 */
/macosx-10.10/Heimdal-398.1.2/appl/rsh/
H A Dcommon.c78 if(auth_method == AUTH_KRB5) {
135 if(auth_method == AUTH_KRB5) {
H A Drsh_locl.h134 enum auth_method { AUTH_KRB5, AUTH_BROKEN }; enumerator in enum:auth_method
H A Drsh.c85 if(auth_method == AUTH_KRB5 && protocol_version == 2)
995 auth_method = AUTH_KRB5;
H A Drshd.c420 if(auth_method == AUTH_KRB5 && protocol_version == 2)
686 auth_method = AUTH_KRB5;
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin.c136 static enum { NONE = 0, AUTH_KRB5 = 2, AUTH_OTP = 3 } auth; enumerator in enum:__anon489
469 if (auth == AUTH_KRB5) {
533 auth = AUTH_KRB5;

Completed in 199 milliseconds