Home
last modified time | relevance | path

Searched refs:auth_debug (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/clients/ksu/
H A Dmain.c38 int auth_debug =0; variable
208 if (auth_debug){printf("Before get_params optind=%d\n", optind);} in main()
214 if(auth_debug){ printf("After get_params optind=%d\n", optind);} in main()
254 auth_debug = 1; in main()
290 if(auth_debug){printf("Before get_params optind=%d\n", optind);} in main()
295 if(auth_debug){printf("After get_params optind=%d\n", optind);} in main()
298 if (auth_debug){ in main()
319 if (auth_debug){ in main()
397 if (auth_debug){ in main()
425 if (auth_debug) in main()
[all …]
H A Dheuristic.c411 else if (auth_debug) in find_either_ticket()
557 if (auth_debug) in get_best_princ_for_target()
572 if (auth_debug) in get_best_princ_for_target()
591 if (auth_debug) in get_best_princ_for_target()
603 if (auth_debug) in get_best_princ_for_target()
648 if (auth_debug) in get_best_princ_for_target()
671 if (auth_debug) in get_best_princ_for_target()
692 if (auth_debug) in get_best_princ_for_target()
717 if (auth_debug) in get_best_princ_for_target()
727 if(auth_debug) in get_best_princ_for_target()
H A Dauthorization.c121 if (auth_debug){ in krb5_authorization()
131 if (auth_debug) in krb5_authorization()
286 if (auth_debug){ in k5users_lookup()
H A Dccache.c209 if (auth_debug){ in krb5_get_nonexp_tkts()
257 if (auth_debug){ in krb5_check_exp()
498 if (auth_debug) { in krb5_ccache_filter()
H A Dksu.h65 extern int auth_debug;
H A Dkrb_auth_su.c67 if (auth_debug){ dump_principal(context, "local tgt principal name", tgtq.server ); } in krb5_auth_check()
/freebsd/crypto/openssh/
H A Dauth.c88 static struct sshbuf *auth_debug; variable
602 if (auth_debug != NULL) in auth_debug_add()
603 if ((r = sshbuf_put_cstring(auth_debug, buf)) != 0) in auth_debug_add()
613 if (auth_debug == NULL) in auth_debug_send()
615 while (sshbuf_len(auth_debug) != 0) { in auth_debug_send()
616 if ((r = sshbuf_get_cstring(auth_debug, &msg, NULL)) != 0) in auth_debug_send()
626 if (auth_debug != NULL) in auth_debug_reset()
627 sshbuf_reset(auth_debug); in auth_debug_reset()
628 else if ((auth_debug = sshbuf_new()) == NULL) in auth_debug_reset()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h80 void auth_debug(int mode);
H A Dauth.c590 auth_debug(int mode) in auth_debug() function