Home
last modified time | relevance | path

Searched refs:auth_debug_mode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dkerberos5.c82 extern boolean_t auth_debug_mode;
143 if (auth_debug_mode) { in krb5_send_data()
210 if (auth_debug_mode) in kerberos5_send()
217 if (auth_debug_mode) in kerberos5_send()
224 if (auth_debug_mode) in kerberos5_send()
228 if (auth_debug_mode) in kerberos5_send()
234 if (auth_debug_mode) in kerberos5_send()
249 if (auth_debug_mode) in kerberos5_send()
257 if (auth_debug_mode) { in kerberos5_send()
273 if (auth_debug_mode) { in kerberos5_send()
[all …]
H A Dauth.c91 boolean_t auth_debug_mode = B_FALSE; variable
167 if (auth_debug_mode) in auth_init()
290 auth_debug_mode = !auth_debug_mode; in auth_togdebug()
292 auth_debug_mode = on > 0 ? B_TRUE : B_FALSE; in auth_togdebug()
293 (void) printf(auth_debug_mode ? in auth_togdebug()
337 if (auth_debug_mode) { in auth_send()
367 if (auth_debug_mode) in auth_send_retry()
381 if (auth_debug_mode) in auth_send_retry()
390 if (auth_debug_mode) in auth_send_retry()
399 if (auth_debug_mode) in auth_send_retry()
[all …]
H A Dauth.h113 extern boolean_t auth_debug_mode;