Searched refs:nullAuthAllowed (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libpcap/rpcapd/ |
H A D | fileconf.c | 464 nullAuthAllowed = 1; in fileconf_read() 466 nullAuthAllowed = 0; in fileconf_read() 536 nullAuthAllowed ? "YES" : "NO"); in fileconf_save()
|
H A D | rpcapd.c | 81 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise variable 252 nullAuthAllowed = 1; in main() 468 nullAuthAllowed, uses_ssl); in main() 1309 nullAuthAllowed, uses_ssl); in accept_connection() 1401 hostlist_copy, nullAuthAllowed, uses_ssl); in main_active() 1429 nullAuthAllowed, uses_ssl); in main_passive_serviceloop_thread()
|
H A D | daemon.h | 46 int nullAuthAllowed, int uses_ssl);
|
H A D | config_params.h | 53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
|
H A D | daemon.c | 99 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise member 213 int nullAuthAllowed, int uses_ssl) in daemon_serviceloop() argument 421 pars.nullAuthAllowed = nullAuthAllowed; in daemon_serviceloop() 1242 if (!pars->nullAuthAllowed) in daemon_msg_auth_req()
|