| /NextBSD/lib/libradius/ |
| HD | radlib.c | 105 srvp = &h->servers[srv]; in insert_scrambled_password() 136 srvp = &h->servers[h->srv]; in insert_request_authenticator() 158 srvp = &h->servers[h->srv]; in insert_message_authenticator() 197 srvp = &h->servers[srv]; in is_valid_response() 280 srvp = &h->servers[h->srv]; in is_valid_request() 402 srvp = &h->servers[h->num_servers]; in rad_add_server_ex() 454 memset(h->servers[srv].secret, 0, in rad_close() 455 strlen(h->servers[srv].secret)); in rad_close() 456 free(h->servers[srv].secret); in rad_close() 686 if (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) { in rad_continue_send_request() [all …]
|
| /NextBSD/libexec/bootpd/ |
| HD | bootptab.mcs | 11 # cs -- cookie servers 14 # ds -- domain name servers 21 # im -- impress servers 23 # lg -- log servers 24 # lp -- LPR servers 25 # ns -- IEN-116 name servers 27 # rl -- resource location protocol servers 35 # ts -- time servers 74 # Individual entries (could also have different servers for some/all of these
|
| HD | bootptab.cmu | 10 # cs -- cookie servers 13 # ds -- domain name servers 20 # im -- impress servers 22 # lg -- log servers 23 # lp -- LPR servers 24 # ns -- IEN-116 name servers 26 # rl -- resource location protocol servers 34 # ts -- time servers 67 # Individual entries (could also have different servers for some/all of these
|
| /NextBSD/sbin/dhclient/ |
| HD | dhclient.conf | 7 prepend domain-name-servers 127.0.0.1; 10 domain-name-servers, host-name; 11 require subnet-mask, domain-name-servers; 35 option domain-name-servers 127.0.0.1;
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | auth.c | 748 svn_config_t *servers = NULL; in svn_auth__make_session_auth() local 790 servers = svn_hash_gets(config, SVN_CONFIG_CATEGORY_SERVERS); in svn_auth__make_session_auth() 791 if (servers) in svn_auth__make_session_auth() 796 (servers, &store_passwords, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth() 801 (servers, &store_plaintext_passwords, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth() 806 (servers, &store_pp, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth() 811 (servers, &store_pp_plaintext, in svn_auth__make_session_auth() 817 (servers, &store_auth_creds, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth() 823 server_group = svn_config_find_group(servers, server_name, in svn_auth__make_session_auth() 831 SVN_ERR(svn_config_get_bool(servers, &store_auth_creds, in svn_auth__make_session_auth() [all …]
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntpsim.c | 77 printf("%s\n", stoa(simulation.servers[i].addr)); in create_server_associations() 78 if (peer_config(simulation.servers[i].addr, in create_server_associations() 91 stoa(simulation.servers[i].addr)); in create_server_associations() 279 if (memcmp(simulation.servers[i].addr, serv_addr, in simulate_server() 281 server = &simulation.servers[i]; in simulate_server() 410 simulation.servers[i].curr_script->freq_offset += in sim_update_clocks() 411 gauss(0, time_gap * simulation.servers[i].curr_script->wander); in sim_update_clocks() 413 simulation.servers[i].server_time += time_gap * in sim_update_clocks() 414 (1 + simulation.servers[i].curr_script->freq_offset); in sim_update_clocks()
|
| HD | ntp.conf.def | 192 client mode association with a number of remote servers. 214 This is useful in a network of servers where, depending on 254 the designated manycast servers. 263 is to operate in client mode with the remote servers that are 270 servers respond to these messages. 271 The client selects the servers 275 The remaining servers are discarded as if never 538 for servers as described in the 544 of manycast mode is that potential servers need not be 560 The servers and clients involved must [all …]
|
| HD | invoke-ntp.conf.texi | 153 client mode association with a number of remote servers. 175 This is useful in a network of servers where, depending on 215 the designated manycast servers. 224 is to operate in client mode with the remote servers that are 231 servers respond to these messages. 232 The client selects the servers 236 The remaining servers are discarded as if never 500 for servers as described in the 506 of manycast mode is that potential servers need not be 522 The servers and clients involved must [all …]
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set_options.pod | 209 Normally clients and servers will, where possible, transparently make use 213 not be used by clients or servers. 218 servers. See the B<SECURE RENEGOTIATION> section for more details. 222 Allow legacy insecure renegotiation between OpenSSL and unpatched servers 274 and renegotiation between patched OpenSSL clients and unpatched servers 276 servers will fail. 280 connect to unpatched servers (i.e. all of them initially) and this is clearly 285 As more servers become patched the option B<SSL_OP_LEGACY_SERVER_CONNECT> will 289 servers should always B<set> B<SSL_OP_LEGACY_SERVER_CONNECT> 292 unpatched servers (and thus avoid any security issues) should always B<clear> [all …]
|
| HD | SSL_CONF_cmd.pod | 33 both clients and servers and the B<value> parameter is not used. The default 42 servers it is used to determine which signature algorithms to support. 56 authentication for TLS v1.2. For servers the value is used in the supported 67 sent using the supported curves extension. For servers it is used 78 servers 134 Equivalent to B<SSL_OP_CIPHER_SERVER_PREFERENCE>. Only used by servers. 138 set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag. Only used by servers. 213 servers it is used to determine which signature algorithms to support. 227 authentication for TLS v1.2. For servers the value is used in the supported 237 sent using the supported curves extension. For servers it is used [all …]
|
| HD | SSL_CTX_set_custom_cli_ext.pod | 59 included in ClientHello for TLS clients or ServerHello for servers. The 72 For clients (but not servers) if B<add_cb> is set to NULL a zero length 78 For servers every registered B<add_cb> is called once if and only if the 90 the extension data will come from ServerHello and for TLS servers it will
|
| /NextBSD/contrib/ntp/ |
| HD | README.leapsmear | 26 NTP servers also pass a leap second warning flag down to their clients via 96 - During the smear interval the time provided by smearing NTP servers 98 non-smearing NTP servers. The difference can be up to 1 second, depending 157 have to take care that your NTP servers support leap smearing and configure 158 those few servers accordingly. If the smear interval is long enough so that 180 exchanged with other NTP servers are based on the real UTC system time and 189 - Leap Second Smearing MUST NOT be used for public servers, e.g. servers 190 provided by metrology institutes, or servers participating in the NTP pool 192 mixture of smearing and non-smearing NTP servers which could result in 194 configured on time servers providing dedicated clients with time, if all [all …]
|
| /NextBSD/contrib/netbsd-tests/lib/librumphijack/ |
| HD | netstat.expout | 1 Active Internet connections (including servers) 4 Active Internet6 connections (including servers)
|
| /NextBSD/crypto/heimdal/lib/kadm5/ |
| HD | ad.c | 268 } *s, *servers = NULL; in _kadm5_ad_connect() local 295 s = realloc(servers, sizeof(*servers) * (num_servers + 1)); in _kadm5_ad_connect() 301 servers = s; in _kadm5_ad_connect() 303 servers[num_servers - 1].port = rr->u.srv->port; in _kadm5_ad_connect() 304 servers[num_servers - 1].server = strdup(rr->u.srv->target); in _kadm5_ad_connect() 318 lp = ldap_init(servers[i].server, servers[i].port); in _kadm5_ad_connect() 333 lret = ldap_tsasl_bind_s(lp, NULL, NULL, NULL, servers[i].server); in _kadm5_ad_connect() 392 free(servers[i].server); in _kadm5_ad_connect() 393 free(servers); in _kadm5_ad_connect() 399 free(servers[i].server); in _kadm5_ad_connect() [all …]
|
| /NextBSD/contrib/ntp/scripts/ntptrace/ |
| HD | ntptrace-opts.def | 47 the chain of NTP servers from a given host back to the primary time source. For 48 ntptrace to work properly, each of these servers must implement the NTP Control 63 synchronization distance, and (only for stratum-1 servers) the reference clock
|
| HD | invoke-ntptrace.texi | 15 the chain of NTP servers from a given host back to the primary time source. For 16 ntptrace to work properly, each of these servers must implement the NTP Control 31 synchronization distance, and (only for stratum-1 servers) the reference clock
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | s_time.pod | 99 servers and permit them to use SSL v3, SSL v2 or TLS as appropriate. 101 the L<s_client(1)|s_client(1)> program and may not connect to all servers. 103 Unfortunately there are a lot of ancient and broken servers in use which 104 cannot handle this technique and will fail to connect. Some servers only 150 viewed and checked. However some servers only request client authentication 164 able to measure the performance of all protocols with all servers.
|
| /NextBSD/contrib/gdb/gdb/config/i386/ |
| HD | i386gnu.mh | 20 # Reply servers need special massaging of the code mig generates, to make 26 # Normal servers
|
| /NextBSD/contrib/unbound/doc/ |
| HD | requirements.txt | 31 hierarchical DNS servers that own the data and the Cache that stores 86 authoritative servers, does not perform duplicate removal. 150 servers lame. dnssec-lameness is a config error and deserves the trouble. 154 That would be most responses from servers. 204 Unbound preserves the casing received from authority servers as best 212 authority servers do not respond, then the requestlist for unbound 225 support (if the servers replies) or non-support (on a NOTIMPL or FORMERR). 244 servers several times. Unbound goes on get the full list of nameserver 281 those misconfigured domains where the servers reported by the parent 282 are the only ones working, and servers reported by the child do not.
|
| /NextBSD/lib/libtacplus/ |
| HD | taclib.c | 237 const struct tac_server *srvp = &h->servers[h->cur_server]; in conn_server() 319 secret = h->servers[h->cur_server].secret; in crypt_msg() 390 h->single_connect = (h->servers[h->cur_server].flags & in establish_connection() 554 deadline.tv_sec += h->servers[h->cur_server].timeout; in recv_msg() 644 deadline.tv_sec += h->servers[h->cur_server].timeout; in send_msg() 773 srvp = &h->servers[h->num_servers]; in tac_add_server() 805 memset(h->servers[srv].secret, 0, in tac_close() 806 strlen(h->servers[srv].secret)); in tac_close() 807 free(h->servers[srv].secret); in tac_close()
|
| /NextBSD/contrib/netbsd-tests/ipf/regress/ |
| HD | p10.pool | 1 pool nat/dstlist (name servers; policy hash;)
|
| HD | p12.pool | 1 pool nat/dstlist (name servers; policy src-hash;)
|
| HD | p9.pool | 1 pool nat/dstlist (name servers; policy round-robin;)
|
| HD | p7.pool | 1 pool nat/dstlist (name servers; policy weighted connection;)
|
| HD | p11.pool | 1 pool nat/dstlist (name servers; policy dst-hash;)
|