Searched refs:authenticate (Results 1 – 25 of 55) sorted by relevance
123
| /freebsd-13-stable/contrib/wpa/hostapd/ |
| HD | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
| HD | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | port-aix.h | 43 int authenticate(char *, char *, int *, char **);
|
| HD | port-aix.c | 183 result = authenticate((char *)name, (char *)password, &reenter, in sys_auth_passwd()
|
| /freebsd-13-stable/contrib/openpam/doc/man/ |
| HD | pam.man | 7 In PAM parlance, the application that uses PAM to authenticate a user 15 The sequence of operations the server goes through to authenticate a
|
| /freebsd-13-stable/share/examples/ppp/ |
| HD | ppp.secret.sample | 5 # This file is used to authenticate incoming connections.
|
| HD | ppp.conf.sample | 408 # If you want the remote system to authenticate itself, you must insist 414 # Note: If you use the getty/login process to authenticate users, you 631 # back based on what we authenticate ourselves with, ``cbcp'' style
|
| /freebsd-13-stable/sbin/iscontrol/ |
| HD | login.c | 323 authenticate(isess_t *sess) in authenticate() function 436 status = authenticate(sess); in loginPhase()
|
| /freebsd-13-stable/crypto/heimdal/doc/ |
| HD | whatis.texi | 28 services can authenticate each other. 136 To authenticate @var{B}, @var{A} might request that @var{B} sends
|
| HD | misc.texi | 30 should try to authenticate with kerberised telnet, and if that fails try
|
| HD | setup.texi | 503 The master will use the principal @samp{kadmin/hprop} to authenticate to 734 authenticate to a server in @samp{OTHER.REALM}? Having valid tickets in 754 users from @samp{MY.REALM} can authenticate to services in 797 cross-realm trust with every realm to which you wish to authenticate 839 @code{SU.SE} realms to authenticate to services in 889 client attempts to authenticate to a service in the 890 @code{STACKEN.KTH.SE} realm, that entry says to first authenticate 920 goal is to allow users in any of these realms to authenticate to 940 and @code{SALES.WIN.EXAMPLE.COM} realms to authenticate to services in
|
| HD | win2k.texi | 96 directly from the trusted domain may authenticate. This can be changed 228 @item It should authenticate and dump for you the authorisation data in
|
| HD | hx509.texi | 288 used to authenticate and authorize users and services. 499 which may authenticate and authorize users (or services) on an on-going 609 allows users to authenticate to their desktops using smartcards while
|
| /freebsd-13-stable/lib/libpam/pam.d/ |
| HD | README | 25 auth: prompt for a password to authenticate that the user is
|
| /freebsd-13-stable/contrib/ntp/html/hints/ |
| HD | bsdi | 47 if you're going to authenticate.
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_dane_enable.pod | 42 L<SSL_CTX_set_cert_verify_callback(3)> are responsible to authenticate the peer 337 them among the TLSA records used to authenticate peer connections. 342 application must avoid cleartext, but cannot authenticate the peer,
|
| /freebsd-13-stable/contrib/ntp/ntpq/ |
| HD | ntpq-opts.def | 272 .It Ic authenticate Op Cm yes Ns | Ns Cm no 275 does not authenticate requests unless 278 .Ic authenticate Cm yes 286 .Ic authenticate 347 used to authenticate configuration requests. 379 be echoed) which will be used to authenticate configuration
|
| HD | invoke-ntpq.texi | 147 @item @code{authenticate} @code{[@code{yes}|@code{no}]} 150 does not authenticate requests unless 153 @code{authenticate} @code{yes} 161 @code{authenticate} 222 used to authenticate configuration requests. 254 be echoed) which will be used to authenticate configuration
|
| HD | ntpq.c | 220 static void authenticate (struct parse *, FILE *); 313 { "authenticate", authenticate, { OPT|NTP_STR, NO, NO, NO }, 2831 authenticate( in authenticate() function
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | PROTOCOL.chacha20poly1305 | 44 and authenticate the entire packet.
|
| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | driver_i.h | 54 if (wpa_s->driver->authenticate) in wpa_drv_authenticate() 55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params); in wpa_drv_authenticate()
|
| HD | wpa_priv.c | 251 if (iface->drv_priv == NULL || iface->driver->authenticate == NULL) in wpa_priv_cmd_authenticate() 291 res = iface->driver->authenticate(iface->drv_priv, ¶ms); in wpa_priv_cmd_authenticate()
|
| HD | README-HS20 | 478 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 519 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
|
| /freebsd-13-stable/contrib/opie/ |
| HD | INSTALL | 54 OPIE only allows one session at a time to attempt to authenticate a
|
| /freebsd-13-stable/contrib/ldns/ldns/ |
| HD | net.h.in | 123 …* \param[in] tsig_mac the tsig MAC to authenticate the response with (NULL to do no TSIG authentic…
|
123