Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Dkerberos5.c114 if (auth_debug_mode) { in Data()
178 if (auth_debug_mode) { in kerberos5_send()
186 if (auth_debug_mode) { in kerberos5_send()
200 if (auth_debug_mode) { in kerberos5_send()
210 if (auth_debug_mode) { in kerberos5_send()
237 if (auth_debug_mode) { in kerberos5_send()
250 if (auth_debug_mode) { in kerberos5_send()
264 if (1 || auth_debug_mode) { in kerberos5_send()
272 if (auth_debug_mode) in kerberos5_send()
277 if (auth_debug_mode) in kerberos5_send()
[all …]
H A Dauth.c93 int auth_debug_mode = 0; variable
207 if (auth_debug_mode) in auth_init()
212 else if (auth_debug_mode) in auth_init()
297 auth_debug_mode ^= 1; in auth_togdebug()
299 auth_debug_mode = on; in auth_togdebug()
300 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled"); in auth_togdebug()
344 if (auth_debug_mode) { in auth_request()
379 if (auth_debug_mode) { in auth_send()
385 if (auth_debug_mode) { in auth_send()
409 if (auth_debug_mode) in auth_send()
[all …]
H A Dsra.c58 extern int auth_debug_mode;
86 if (auth_debug_mode) { in Data()
137 if (auth_debug_mode) in sra_send()
141 if (auth_debug_mode) in sra_send()
164 if (auth_debug_mode) { in sra_is()
169 if (auth_debug_mode) in sra_is()
172 if (auth_debug_mode) in sra_is()
213 if (auth_debug_mode) { in sra_is()
224 if (auth_debug_mode) { in sra_is()
231 if (auth_debug_mode) in sra_is()
[all …]
H A Dkerberos.c70 extern int auth_debug_mode;
102 if (auth_debug_mode) { in Data()
154 if (auth_debug_mode) { in kerberos4_send()
182 if (auth_debug_mode) in kerberos4_send()
186 if (auth_debug_mode) in kerberos4_send()
189 if (auth_debug_mode) in kerberos4_send()
220 if (auth_debug_mode) { in kerberos4_send()
247 if (auth_debug_mode) in kerberos4_is()
252 if (auth_debug_mode) { in kerberos4_is()
261 if (auth_debug_mode) in kerberos4_is()
[all …]
H A Dauth.h75 extern int auth_debug_mode;
H A Dkrb4encpwd.c85 extern auth_debug_mode;
H A Drsaencpwd.c81 extern auth_debug_mode;
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c93 int auth_debug_mode = 0; variable
201 if (auth_debug_mode) in auth_init()
206 else if (auth_debug_mode) in auth_init()
291 auth_debug_mode ^= 1; in auth_togdebug()
293 auth_debug_mode = on; in auth_togdebug()
294 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled"); in auth_togdebug()
338 if (auth_debug_mode) { in auth_request()
373 if (auth_debug_mode) { in auth_send()
379 if (auth_debug_mode) { in auth_send()
403 if (auth_debug_mode) in auth_send()
[all …]
H A Dkerberos5.c139 if (auth_debug_mode) { in Data()
204 if (auth_debug_mode) { in kerberos5_send()
212 if (auth_debug_mode) { in kerberos5_send()
228 if (auth_debug_mode) { in kerberos5_send()
239 if (auth_debug_mode) { in kerberos5_send()
267 if (auth_debug_mode) { in kerberos5_send()
276 if (auth_debug_mode) { in kerberos5_send()
291 if (1 || auth_debug_mode) { in kerberos5_send()
300 if (auth_debug_mode) in kerberos5_send()
305 if (auth_debug_mode) in kerberos5_send()
[all …]
H A Dauth.h80 extern int auth_debug_mode;
H A Drsaencpwd.c90 extern auth_debug_mode;
H A Dspx.c92 extern auth_debug_mode;
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c192 auth_debug_mode = 1; in main()