Home
last modified time | relevance | path

Searched refs:nullAuthAllowed (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c464 nullAuthAllowed = 1; in fileconf_read()
466 nullAuthAllowed = 0; in fileconf_read()
536 nullAuthAllowed ? "YES" : "NO"); in fileconf_save()
H A Drpcapd.c81 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 Ddaemon.h46 int nullAuthAllowed, int uses_ssl);
H A Dconfig_params.h53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
H A Ddaemon.c99 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()