Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 25 of 178) sorted by relevance

12345678

/freebsd-10-stable/lib/libradius/
Dradlib.c105 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 …]
/freebsd-10-stable/libexec/bootpd/
Dbootptab.mcs11 # 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
Dbootptab.cmu10 # 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
/freebsd-10-stable/sbin/dhclient/
Ddhclient.conf7 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;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dauth.c750 svn_config_t *servers = NULL; in svn_auth__make_session_auth() local
792 servers = svn_hash_gets(config, SVN_CONFIG_CATEGORY_SERVERS); in svn_auth__make_session_auth()
793 if (servers) in svn_auth__make_session_auth()
798 (servers, &store_passwords, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth()
803 (servers, &store_plaintext_passwords, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth()
808 (servers, &store_pp, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth()
813 (servers, &store_pp_plaintext, in svn_auth__make_session_auth()
819 (servers, &store_auth_creds, SVN_CONFIG_SECTION_GLOBAL, in svn_auth__make_session_auth()
825 server_group = svn_config_find_group(servers, server_name, in svn_auth__make_session_auth()
833 SVN_ERR(svn_config_get_bool(servers, &store_auth_creds, in svn_auth__make_session_auth()
[all …]
/freebsd-10-stable/contrib/ntp/ntpd/
Dntpsim.c77 printf("%s\n", stoa(simulation.servers[i].addr)); in create_server_associations()
78 if (peer_config(simulation.servers[i].addr, in create_server_associations()
92 stoa(simulation.servers[i].addr)); in create_server_associations()
280 if (memcmp(simulation.servers[i].addr, serv_addr, in simulate_server()
282 server = &simulation.servers[i]; in simulate_server()
411 simulation.servers[i].curr_script->freq_offset += in sim_update_clocks()
412 gauss(0, time_gap * simulation.servers[i].curr_script->wander); in sim_update_clocks()
414 simulation.servers[i].server_time += time_gap * in sim_update_clocks()
415 (1 + simulation.servers[i].curr_script->freq_offset); in sim_update_clocks()
/freebsd-10-stable/contrib/netbsd-tests/lib/librumphijack/
Dnetstat.expout1 Active Internet connections (including servers)
4 Active Internet6 connections (including servers)
/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_options.pod219 Normally clients and servers will, where possible, transparently make use
223 not be used by clients or servers.
228 servers. See the B<SECURE RENEGOTIATION> section for more details.
232 Allow legacy insecure renegotiation between OpenSSL and unpatched servers
284 and renegotiation between patched OpenSSL clients and unpatched servers
286 servers will fail.
290 connect to unpatched servers (i.e. all of them initially) and this is clearly
295 As more servers become patched the option B<SSL_OP_LEGACY_SERVER_CONNECT> will
299 servers should always B<set> B<SSL_OP_LEGACY_SERVER_CONNECT>
302 unpatched servers (and thus avoid any security issues) should always B<clear>
[all …]
/freebsd-10-stable/contrib/ntp/
DREADME.leapsmear26 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 …]
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
Dad.c268 } *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 …]
/freebsd-10-stable/contrib/ntp/scripts/ntptrace/
Dntptrace-opts.def47 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
/freebsd-10-stable/crypto/openssl/doc/apps/
Ds_time.pod99 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.
/freebsd-10-stable/contrib/gdb/gdb/config/i386/
Di386gnu.mh20 # Reply servers need special massaging of the code mig generates, to make
26 # Normal servers
/freebsd-10-stable/contrib/unbound/doc/
Drequirements.txt31 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.
/freebsd-10-stable/lib/libtacplus/
Dtaclib.c237 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()
/freebsd-10-stable/contrib/netbsd-tests/ipf/regress/
Dp10.pool1 pool nat/dstlist (name servers; policy hash;)
Dp11.pool1 pool nat/dstlist (name servers; policy dst-hash;)
Dp9.pool1 pool nat/dstlist (name servers; policy round-robin;)
Dp7.pool1 pool nat/dstlist (name servers; policy weighted connection;)
Dp12.pool1 pool nat/dstlist (name servers; policy src-hash;)
Dp11.nat1 rewrite in on bge0 proto tcp from any to any port = 80 -> src 0/0 dst dstlist/servers;
Dp12.nat1 rewrite in on bge0 proto tcp from any to any port = 80 -> src 0/0 dst dstlist/servers;
Dp9.nat1 rewrite in on bge0 proto tcp from any to any port = 80 -> src 0/0 dst dstlist/servers;
Dp10.nat1 rewrite in on bge0 proto tcp from any to any port = 80 -> src 0/0 dst dstlist/servers;
Dp7.nat1 rewrite in on bge0 proto tcp from any to any port = 80 -> src 0/0 dst dstlist/servers;

12345678