| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_client.c | 209 TLScontext->serverid, TLScontext->cache_type); in load_clnt_session() 224 if (tls_mgr_lookup(TLScontext->cache_type, TLScontext->serverid, in load_clnt_session() 231 TLScontext->serverid, TLScontext->cache_type); in load_clnt_session() 271 TLScontext->serverid, TLScontext->cache_type); in new_client_session_cb() 278 tls_mgr_update(TLScontext->cache_type, TLScontext->serverid, in new_client_session_cb() 298 if (TLScontext->cache_type == 0 || TLScontext->serverid == 0) in uncache_session() 303 msg_info("remove session %s from client cache", TLScontext->serverid); in uncache_session() 305 tls_mgr_delete(TLScontext->cache_type, TLScontext->serverid); in uncache_session() 1073 TLScontext->serverid = in tls_client_start()
|
| H A D | tls_proxy_server_scan.c | 197 VSTRING *serverid = vstring_alloc(25); in tls_proxy_server_start_scan() local 213 RECV_ATTR_STR(TLS_ATTR_SERVERID, serverid), in tls_proxy_server_start_scan() 220 props->serverid = vstring_export(serverid); in tls_proxy_server_start_scan() 239 myfree((void *) props->serverid); in tls_proxy_server_start_free()
|
| H A D | tls_proxy_client_scan.c | 324 myfree((void *) props->serverid); in tls_proxy_client_start_free() 436 VSTRING *serverid = vstring_alloc(25); in tls_proxy_client_start_scan() local 461 RECV_ATTR_STR(TLS_ATTR_SERVERID, serverid), in tls_proxy_client_start_scan() 477 props->serverid = vstring_export(serverid); in tls_proxy_client_start_scan()
|
| H A D | tls_proxy_clnt.c | 157 const char *serverid, in tls_proxy_open() argument 206 SEND_ATTR_STR(TLS_ATTR_SERVERID, serverid), in tls_proxy_open()
|
| H A D | tls_server.c | 207 GEN_CACHE_ID(cache_id, session_id, session_id_length, TLScontext->serverid); in get_server_session_cb() 249 GEN_CACHE_ID(cache_id, sid, sid_length, TLScontext->serverid); in uncache_session() 274 GEN_CACHE_ID(cache_id, sid, sid_length, TLScontext->serverid); in new_server_session_cb() 859 TLScontext->serverid = mystrdup(props->serverid); in tls_server_start()
|
| H A D | tls_proxy.h | 94 peer_port, timeout, serverid) \ argument 96 (peer_port), (timeout), (timeout), (serverid), \
|
| H A D | tls.h | 249 char *serverid; /* unique server identifier */ member 482 const char *serverid; /* Session cache key */ member 552 const char *serverid; /* Server instance (salt cache key) */ member
|
| H A D | tls_fprint.c | 329 result = vstring_alloc(strlen(props->serverid) + 1 + 2 * md_len); in tls_serverid_digest() 330 vstring_strcpy(result, props->serverid); in tls_serverid_digest()
|
| H A D | tls_proxy_server_print.c | 131 STRING_OR_EMPTY(props->serverid)), in tls_proxy_server_start_print()
|
| H A D | tls_misc.c | 1283 TLScontext->serverid = 0; in tls_alloc_sess_context() 1325 if (TLScontext->serverid) in tls_free_context() 1326 myfree(TLScontext->serverid); in tls_free_context()
|
| H A D | tls_proxy_client_print.c | 272 STRING_OR_EMPTY(props->serverid)), in tls_proxy_client_start_print()
|
| /netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
| H A D | eap_sake_common.h | 63 const u8 *serverid; member 89 const u8 *serverid, size_t serverid_len,
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | server.c | 221 ns_server_setserverid(ns_server_t *sctx, const char *serverid) { in ns_server_detach() 229 if (serverid != NULL) { in ns_server_setserverid() 230 sctx->server_id = isc_mem_strdup(sctx->mctx, serverid); in ns_server_setserverid() 225 ns_server_setserverid(ns_server_t * sctx,const char * serverid) ns_server_setserverid() argument
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_proto.c | 855 VSTRING *serverid; in smtp_start_tls() local 903 serverid = vstring_alloc(10); in smtp_start_tls() 904 smtp_key_prefix(serverid, "&", state->iterator, SMTP_KEY_FLAG_SERVICE in smtp_start_tls() 938 serverid = vstring_str(serverid), in smtp_start_tls() 1060 serverid = vstring_str(serverid), in smtp_start_tls() 1077 vstring_free(serverid); in smtp_start_tls()
|
| /netbsd-src/external/mpl/dhcp/dist/tests/ |
| H A D | Makefile.am | 4 DHCPv6/011-solicit-serverid.pl \
|
| H A D | Makefile.am.in | 4 DHCPv6/011-solicit-serverid.pl \
|
| H A D | Makefile.in | 294 DHCPv6/011-solicit-serverid.pl \
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/ |
| H A D | server.h | 173 ns_server_setserverid(ns_server_t *sctx, const char *serverid); 175 * Set sctx->server_id to 'serverid'. If it was set previously, free the memory.
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8752/ |
| H A D | slapd.conf.mpr | 27 serverid MPR
|
| /netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | posttls-finger.c | 819 serverid = state->addrport, in starttls() 916 serverid = state->addrport, in starttls()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/ |
| H A D | tlsproxy.c | 1086 serverid = state->server_id, in tlsp_server_start_pre_handshake()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1203 serverid
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | REQUIREMENTS | 284 Behavior for QTYPE=TXT is defined in draft-ietf-dnsop-serverid-00.txt 936 draft-ietf-dnsop-serverid-00.txt: The following names have associated
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd.c | 5171 serverid = state->service, in smtpd_start_tls()
|