Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dkerberos5.c84 extern boolean_t auth_debug_mode;
145 if (auth_debug_mode) { in krb5_send_data()
212 if (auth_debug_mode) in kerberos5_send()
219 if (auth_debug_mode) in kerberos5_send()
226 if (auth_debug_mode) in kerberos5_send()
230 if (auth_debug_mode) in kerberos5_send()
236 if (auth_debug_mode) in kerberos5_send()
251 if (auth_debug_mode) in kerberos5_send()
259 if (auth_debug_mode) { in kerberos5_send()
275 if (auth_debug_mode) { in kerberos5_send()
[all …]
H A Dauth.c93 boolean_t auth_debug_mode = B_FALSE; variable
169 if (auth_debug_mode) in auth_init()
292 auth_debug_mode = !auth_debug_mode; in auth_togdebug()
294 auth_debug_mode = on > 0 ? B_TRUE : B_FALSE; in auth_togdebug()
295 (void) printf(auth_debug_mode ? in auth_togdebug()
339 if (auth_debug_mode) { in auth_send()
369 if (auth_debug_mode) in auth_send_retry()
383 if (auth_debug_mode) in auth_send_retry()
392 if (auth_debug_mode) in auth_send_retry()
401 if (auth_debug_mode) in auth_send_retry()
[all …]
H A Dauth.h115 extern boolean_t auth_debug_mode;