HomeSort by: relevance | last modified time | path
    Searched refs:auth_debug_mode (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libtelnet/
auth.h 79 extern int auth_debug_mode;
auth.c 83 int auth_debug_mode = 0; variable in typeref:typename:int
160 if (auth_debug_mode)
165 else if (auth_debug_mode)
250 auth_debug_mode ^= 1;
252 auth_debug_mode = on;
253 printf("auth debugging %s\n", auth_debug_mode ? "enabled" : "disabled");
297 if (auth_debug_mode) {
332 if (auth_debug_mode) {
338 if (auth_debug_mode) {
362 if (auth_debug_mode)
    [all...]
kerberos5.c 107 if (auth_debug_mode) {
190 if (auth_debug_mode) {
197 if (auth_debug_mode) {
213 if (auth_debug_mode) {
223 if (auth_debug_mode) {
241 if (1 || auth_debug_mode) {
250 if (auth_debug_mode)
255 if (auth_debug_mode)
259 if (auth_debug_mode) {
288 if (auth_debug_mode)
    [all...]
sra.c 67 extern int auth_debug_mode;
97 if (auth_debug_mode) {
149 if (auth_debug_mode)
153 if (auth_debug_mode)
176 if (auth_debug_mode) {
181 if (auth_debug_mode)
184 if (auth_debug_mode)
231 if (auth_debug_mode) {
239 if (auth_debug_mode) {
246 if (auth_debug_mode)
    [all...]
  /src/libexec/telnetd/
telnetd.c 189 auth_debug_mode = 1;

Completed in 14 milliseconds