Searched refs:auth_debug_mode (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/libtelnet/
H A Dauth.h79 extern int auth_debug_mode;
H A Dauth.c100 int auth_debug_mode = 0; variable
214 if (auth_debug_mode)
219 else if (auth_debug_mode)
304 auth_debug_mode ^= 1;
306 auth_debug_mode = on;
307 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled");
351 if (auth_debug_mode) {
386 if (auth_debug_mode) {
392 if (auth_debug_mode) {
416 if (auth_debug_mode)
[all...]
H A Dkerberos5.c112 if (auth_debug_mode) {
176 if (auth_debug_mode) {
184 if (auth_debug_mode) {
199 if (auth_debug_mode) {
210 if (auth_debug_mode) {
238 if (auth_debug_mode) {
247 if (auth_debug_mode) {
262 if (1 || auth_debug_mode) {
271 if (auth_debug_mode)
276 if (auth_debug_mode)
[all...]
H A Dkerberos.c78 extern int auth_debug_mode;
110 if (auth_debug_mode) {
162 if (auth_debug_mode) {
190 if (auth_debug_mode)
194 if (auth_debug_mode)
197 if (auth_debug_mode)
228 if (auth_debug_mode) {
255 if (auth_debug_mode)
260 if (auth_debug_mode) {
269 if (auth_debug_mode)
[all...]
H A Dsra.c62 extern int auth_debug_mode;
90 if (auth_debug_mode) {
141 if (auth_debug_mode)
145 if (auth_debug_mode)
168 if (auth_debug_mode) {
173 if (auth_debug_mode)
176 if (auth_debug_mode)
217 if (auth_debug_mode) {
228 if (auth_debug_mode) {
235 if (auth_debug_mode)
[all...]
H A Dkrb4encpwd.c93 extern auth_debug_mode;
H A Drsaencpwd.c85 extern auth_debug_mode;
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c179 extern int auth_debug_mode;
180 auth_debug_mode = 1;

Completed in 50 milliseconds