Home
last modified time | relevance | path

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

/netbsd-src/lib/libtelnet/
H A Dkerberos5.c107 if (auth_debug_mode) { in Data()
190 if (auth_debug_mode) { in kerberos5_send()
197 if (auth_debug_mode) { in kerberos5_send()
213 if (auth_debug_mode) { in kerberos5_send()
223 if (auth_debug_mode) { in kerberos5_send()
241 if (1 || auth_debug_mode) { in kerberos5_send()
250 if (auth_debug_mode) in kerberos5_send()
255 if (auth_debug_mode) in kerberos5_send()
259 if (auth_debug_mode) { in kerberos5_send()
288 if (auth_debug_mode) in kerberos5_is()
[all …]
H A Dauth.c83 int auth_debug_mode = 0; variable
160 if (auth_debug_mode) in auth_init()
165 else if (auth_debug_mode) in auth_init()
250 auth_debug_mode ^= 1; in auth_togdebug()
252 auth_debug_mode = on; in auth_togdebug()
253 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled"); in auth_togdebug()
297 if (auth_debug_mode) { in auth_request()
332 if (auth_debug_mode) { in auth_send()
338 if (auth_debug_mode) { in auth_send()
362 if (auth_debug_mode) in auth_send()
[all …]
H A Dsra.c67 extern int auth_debug_mode;
97 if (auth_debug_mode) { in Data()
149 if (auth_debug_mode) in sra_send()
153 if (auth_debug_mode) in sra_send()
176 if (auth_debug_mode) { in sra_is()
181 if (auth_debug_mode) in sra_is()
184 if (auth_debug_mode) in sra_is()
231 if (auth_debug_mode) { in sra_is()
239 if (auth_debug_mode) { in sra_is()
246 if (auth_debug_mode) in sra_is()
[all …]
H A Dauth.h79 extern int auth_debug_mode;
/netbsd-src/libexec/telnetd/
H A Dtelnetd.c189 auth_debug_mode = 1; in main()