Searched refs:INSECURE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/dma/
H A Ddma.h69 #define INSECURE 0x020 /* Allow plain login w/o encryption */ macro
H A Dconf.c243 else if (strcmp(word, "INSECURE") == 0 && data == NULL)
244 config.features |= INSECURE;
H A Dnet.c286 if ((config.features & INSECURE) != 0 ||
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_cli.c77 INSECURE, enumerator in enum:OPTS
192 {"insecure", no_argument, NULL, INSECURE},
513 case INSECURE:
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c52 #define INSECURE 1 macro

Completed in 139 milliseconds