| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | ra_loader.c | 377 session = apr_pcalloc(sesspool, sizeof(*session)); in svn_ra_open4() 462 session = apr_pcalloc(result_pool, sizeof(*session)); in svn_ra__dup_session() 495 return session->vtable->reparent(session, url, pool); in svn_ra_reparent() 582 return session->vtable->change_rev_prop(session, rev, name, in svn_ra_change_rev_prop2() 718 return session->vtable->do_update(session, in svn_ra_do_update3() 744 return session->vtable->do_switch(session, in svn_ra_do_switch3() 767 return session->vtable->do_status(session, in svn_ra_do_status2() 788 return session->vtable->do_diff(session, in svn_ra_do_diff3() 948 SVN_ERR(session->vtable->get_uuid(session, uuid, pool)); in svn_ra_get_uuid2() 957 return session->vtable->get_uuid(session, uuid, pool); in svn_ra_get_uuid() [all …]
|
| H A D | ra_loader.h | 87 svn_error_t *(*reparent)(svn_ra_session_t *session, 141 svn_error_t *(*get_dir)(svn_ra_session_t *session, 227 svn_error_t *(*stat)(svn_ra_session_t *session, 266 svn_error_t *(*lock)(svn_ra_session_t *session, 274 svn_error_t *(*unlock)(svn_ra_session_t *session, 292 svn_error_t *(*replay)(svn_ra_session_t *session, 306 (*replay_range)(svn_ra_session_t *session, 336 svn_error_t *(*list)(svn_ra_session_t *session, 354 svn_ra_session_t *session, 371 svn_ra_session_t *session, [all …]
|
| H A D | deprecated.c | 270 return session->vtable->do_diff(session, in svn_ra_do_diff2() 278 svn_error_t *svn_ra_do_diff(svn_ra_session_t *session, in svn_ra_do_diff() argument 297 svn_error_t *svn_ra_get_log(svn_ra_session_t *session, in svn_ra_get_log() argument 353 svn_ra_do_update2(svn_ra_session_t *session, in svn_ra_do_update2() argument 365 svn_ra_do_update3(session, in svn_ra_do_update2() 390 return session->vtable->do_update(session, in svn_ra_do_update() 402 svn_ra_do_switch2(svn_ra_session_t *session, in svn_ra_do_switch2() argument 414 svn_ra_do_switch3(session, in svn_ra_do_switch2() 441 return session->vtable->do_switch(session, in svn_ra_do_switch() 467 return session->vtable->do_status(session, in svn_ra_do_status() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | options.c | 157 svn_ra_serf__session_t *session = opt_ctx->session; in capabilities_headers_iterator_callback() local 262 session->supported_posts = apr_hash_make(session->pool); in capabilities_headers_iterator_callback() 268 session->repos_root = session->session_url; in capabilities_headers_iterator_callback() 283 session->me_resource = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 285 session->me_resource = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 290 session->rev_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 298 session->txn_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 306 session->vtxn_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 314 session->uuid = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 371 svn_ra_serf__session_t *session = opt_ctx->session; in options_response_handler() local [all …]
|
| H A D | util.c | 443 svn_ra_serf__session_t *session = conn->session; in ssl_server_cert_cb() local 595 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__conn_setup() local 681 svn_ra_serf__session_t *session = conn->session; in handle_client_cert() local 687 realm = construct_realm(session, session->pool); in handle_client_cert() 720 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__handle_client_cert() local 736 svn_ra_serf__session_t *session = conn->session; in handle_client_cert_pw() local 773 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__handle_client_cert_pw() local 1189 svn_ra_serf__session_t *session = handler->session; in svn_ra_serf__credentials_callback() local 1678 if (session->vcc_url && session->repos_root_str) in svn_ra_serf__discover_vcc() 1756 session->repos_root = session->session_url; in svn_ra_serf__discover_vcc() [all …]
|
| H A D | serf.c | 190 if (session->auth_baton) in load_config() 358 session->max_connections = 2; in load_config() 442 serf_config_authn_types(session->context, session->authn_types); in load_config() 579 session->priv = serf_sess; in svn_ra_serf__open() 814 if (!session->repos_root_str) in svn_ra_serf__reparent() 832 session->session_url.path = apr_pstrdup(session->pool, new_url.path); in svn_ra_serf__reparent() 833 session->session_url_str = apr_pstrdup(session->pool, url); in svn_ra_serf__reparent() 973 if (!session->repos_root_str) in svn_ra_serf__get_repos_root() 1001 if (!session->uuid) in svn_ra_serf__get_uuid() 1013 if (!session->uuid) in svn_ra_serf__get_uuid() [all …]
|
| H A D | stat.c | 59 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__check_path() local 64 url = session->session_url.path; in svn_ra_serf__check_path() 75 session, in svn_ra_serf__check_path() 82 err = svn_ra_serf__fetch_node_props(&props, session, in svn_ra_serf__check_path() 215 svn_ra_serf__session_t *session, in get_dirent_props() argument 237 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__stat() local 244 url = session->session_url.path; in svn_ra_serf__stat() 255 session, in svn_ra_serf__stat() 428 path = session->session_url.path; in svn_ra_serf__get_dir() 442 session, in svn_ra_serf__get_dir() [all …]
|
| H A D | property.c | 647 svn_ra_serf__session_t *session, in retrieve_baseline_info() argument 657 SVN_ERR(svn_ra_serf__fetch_node_props(&props, session, in retrieve_baseline_info() 707 svn_ra_serf__session_t *session, in v1_get_youngest_revnum() argument 744 SVN_ERR(svn_ra_serf__blncache_set(session->blncache, in v1_get_youngest_revnum() 763 if (SVN_RA_SERF__HAVE_HTTPV2_SUPPORT(session)) in svn_ra_serf__get_youngest_revnum() 786 svn_ra_serf__session_t *session, in get_baseline_info() argument 794 if (SVN_RA_SERF__HAVE_HTTPV2_SUPPORT(session)) in get_baseline_info() 803 revnum_used, session, scratch_pool)); in get_baseline_info() 838 session, vcc_url, in get_baseline_info() 850 svn_ra_serf__session_t *session, in svn_ra_serf__get_stable_url() argument [all …]
|
| H A D | ra_serf.h | 83 svn_ra_serf__session_t *session; member 523 svn_ra_serf__session_t *session; member 1058 svn_ra_serf__session_t *session, 1198 svn_ra_serf__rev_prop(svn_ra_session_t *session, 1206 svn_ra_serf__get_log(svn_ra_session_t *session, 1237 svn_ra_serf__get_locations(svn_ra_session_t *session, 1257 svn_ra_serf__do_diff(svn_ra_session_t *session, 1315 svn_ra_serf__get_file_revs(svn_ra_session_t *session, 1350 svn_ra_serf__get_file(svn_ra_session_t *session, 1371 svn_ra_serf__change_rev_prop(svn_ra_session_t *session, [all …]
|
| H A D | get_file.c | 63 svn_ra_serf__session_t *session; member 91 if (fetch_ctx->session->using_compression != svn_tristate_false) in headers_fetch() 146 svn_ra_serf__session_t *session, in try_get_wc_contents() argument 158 if (!session->wc_callbacks->get_wc_contents in try_get_wc_contents() 168 err = session->wc_callbacks->get_wc_contents( in try_get_wc_contents() 169 session->wc_callback_baton, &wc_stream, checksum, pool); in try_get_wc_contents() 326 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__get_file() local 346 session, in svn_ra_serf__get_file() 356 else if (stream && session->wc_callbacks->get_wc_contents) in svn_ra_serf__get_file() 399 stream_ctx->session = session; in svn_ra_serf__get_file() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_session_cache_mode.pod | 16 SSL_CTX_set_session_cache_mode() enables/disables session caching 28 In order to reuse a session, a client must send the session's id to the 31 session). 33 A server will look up the session in its internal session storage. If the 39 context, the session id context must be set by the server (see 42 The following session cache modes and modifiers are available: 48 No session caching for client or server takes place. 62 session to be reused, the server looks for the corresponding session in (first) 65 server will try to reuse the session. This is the default. 73 Normally the session cache is checked for expired sessions every [all …]
|
| H A D | SSL_CTX_add_session.pod | 5 SSL_CTX_add_session, SSL_CTX_remove_session - manipulate session cache 17 SSL_CTX_add_session() adds the session B<c> to the context B<ctx>. The 18 reference count for session B<c> is incremented by 1. If a session with 19 the same session id already exists, the old session is removed by calling 27 When adding a new session to the internal session cache, it is examined 28 whether a session with the same session id already exists. In this case 29 it is assumed that both sessions are identical. If the same session is 30 stored in a different SSL_SESSION object, The old session is 31 removed and replaced by the new session. If the session is actually 38 cache will be searched automatically for session-resume requests (the [all …]
|
| H A D | SSL_CTX_sess_set_get_cb.pod | 32 called whenever a new session was negotiated. 35 automatically called whenever a session is removed by the SSL engine, 40 whenever a SSL/TLS client proposed to resume a session but the session 41 could not be found in the internal session cache (see 53 session cache is realized via callback functions. Inside these callback 58 and session caching is enabled (see 61 B<sess>. If the callback returns B<0>, the session will be immediately 73 L<SSL_CTX_remove_session(3)> after a session has been used. 78 for all sessions in the internal session cache when 84 session caching was disabled. The get_session_cb() is passed the [all …]
|
| H A D | SSL_CTX_set_generate_session_id.pod | 7 - manipulate generation of SSL session IDs (server only) 24 new session ids for SSL/TLS sessions for B<ctx> to be B<cb>. 27 new session ids for SSL/TLS sessions for B<ssl> to be B<cb>. 29 SSL_has_matching_session_id() checks, whether a session with id B<id> 36 generates a session id. The session id is an arbitrary sequence of bytes. 37 The length of the session id is between 1 and 32 bytes. The session id is not 43 session id from pseudo random numbers of the maximum possible length. 44 Using the callback function, the session id can be changed to contain 74 not the external one. Since the session id is generated before the 77 can occur in that another thread generates the same session id. [all …]
|
| H A D | SSL_get_session.pod | 5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data 28 The ssl session contains all information required to re-establish the 41 return information on the last session that was received. 45 The new session callback is only invoked when a session is actually established, 51 A session will be automatically removed from the session cache and marked as 59 SSL_get0_session() returns a pointer to the actual session. As the 62 L<SSL_free(3)> is called, the session may be removed completely 69 but stays in memory. In order to remove the session 74 list, when being inserted into one SSL_CTX object's session cache. 87 There is no session available in B<ssl>. [all …]
|
| H A D | SSL_set_session.pod | 5 SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect 11 int SSL_set_session(SSL *ssl, SSL_SESSION *session); 15 SSL_set_session() sets B<session> to be used when the TLS/SSL connection 17 When the session is set, the reference count of B<session> is incremented 18 by 1. If the session is not reused, the reference count is decremented 19 again during SSL_connect(). Whether the session was reused can be queried 22 If there is already a session set inside B<ssl> (because it was set with 25 session is still B<open>, it is considered bad and will be removed from the 26 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was 32 SSL_SESSION objects keep internal link information about the session cache [all …]
|
| H A D | SSL_CTX_set_session_id_context.pod | 19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object. 22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object. 28 to re-import a session generated from another context (e.g. another 36 The session id context becomes part of the session. The session id context 41 OpenSSL clients will check the session id context returned by the server 42 when reusing a session. 49 If the session id context is not set on an SSL/TLS server and client 54 If a server returns a different session id context to an OpenSSL client 55 when reusing a session, an error will be flagged and the handshake will 58 a session as described above. [all …]
|
| H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 5 SSL_CTX_set_tlsext_ticket_key_cb - set a callback for session ticket processing 19 session tickets for the ssl context I<sslctx>. Session tickets, defined in 20 RFC5077 provide an enhanced session resumption capability where the server 21 implementation is not required to maintain per session state. It only applies 25 session when session ticket extension is presented in the TLS hello 34 In order to reuse a session, a TLS client must send the a session ticket 80 continue on those parameters. Additionally it indicates that the session 93 the SSL/TLS session will continue by negotiating a set of cryptographic 122 enable an attacker to obtain the session keys. 139 if (enc) { /* create new session */ [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_local/ |
| H A D | ra_plugin.c | 80 get_username(svn_ra_session_t *session, in get_username() argument 291 make_reporter(svn_ra_session_t *session, in make_reporter() argument 621 session->priv = sess; in svn_ra_local__open() 755 SVN_ERR(get_username(session, pool)); in svn_ra_local__change_rev_prop() 809 svn_ra_session_t *session; member 851 ccwb->session = session; in remap_commit_callback() 889 SVN_ERR(get_username(session, pool)); in svn_ra_local__get_commit_editor() 987 return make_reporter(session, in svn_ra_local__do_update() 1018 return make_reporter(session, in svn_ra_local__do_switch() 1045 return make_reporter(session, in svn_ra_local__do_status() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | pkcs11.h | 766 (ck_session_handle_t session, 769 (ck_session_handle_t session, 773 (ck_session_handle_t session, 784 (ck_session_handle_t session, 792 (ck_session_handle_t session, 795 (ck_session_handle_t session, 799 (ck_session_handle_t session, 804 (ck_session_handle_t session, 809 (ck_session_handle_t session, 813 (ck_session_handle_t session, [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ref/ |
| H A D | pkcs11.h | 766 (ck_session_handle_t session, 769 (ck_session_handle_t session, 773 (ck_session_handle_t session, 784 (ck_session_handle_t session, 792 (ck_session_handle_t session, 795 (ck_session_handle_t session, 799 (ck_session_handle_t session, 804 (ck_session_handle_t session, 809 (ck_session_handle_t session, 813 (ck_session_handle_t session, [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | test_soft_pkcs11.c | 42 find_object(CK_SESSION_HANDLE session, in find_object() argument 69 ret = (*func->C_FindObjectsFinal)(session); in find_object() 89 CK_SESSION_HANDLE session; in main() local 123 NULL, NULL, &session); in main() 132 ret = (*func->C_Login)(session, CKU_USER, in main() 145 ret = find_object(session, "cert", CKO_PUBLIC_KEY, &public); in main() 159 ret = (*func->C_SignInit)(session, &mechanism, private); in main() 171 ret = (*func->C_VerifyInit)(session, &mechanism, public); in main() 192 ret = (*func->C_EncryptInit)(session, &mechanism, public); in main() 204 ret = (*func->C_DecryptInit)(session, &mechanism, private); in main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_ra.h | 942 svn_ra_rev_prop(svn_ra_session_t *session, 1070 svn_ra_get_file(svn_ra_session_t *session, 1105 svn_ra_get_dir2(svn_ra_session_t *session, 1124 svn_ra_get_dir(svn_ra_session_t *session, 1179 svn_ra_list(svn_ra_session_t *session, 1586 svn_ra_do_diff(svn_ra_session_t *session, 1681 svn_ra_get_log(svn_ra_session_t *session, 1718 svn_ra_stat(svn_ra_session_t *session, 1925 svn_ra_lock(svn_ra_session_t *session, 1957 svn_ra_unlock(svn_ra_session_t *session, [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | sess_id.pod | 6 sess_id - SSL/TLS session handling utility 22 The B<sess_id> process the encoded version of the SSL session structure 23 and optionally prints out SSL session details (for example the SSL session 71 This option prevents output of the encoded version of the session. 75 This option can set the session id so the output session information uses the 111 The SSL session ID in hex format. 115 The session ID context in hex format. 119 This is the SSL session master key. 138 The PEM encoded session format uses the header and footer lines: 143 Since the SSL session output contains the master key it is [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | client.c | 723 conn->session = sess; in open_session() 903 session->priv = sess; in ra_svn_open() 1375 svn_ra_session_t *session, in parse_iproplist() argument 1450 path = reparent_path(session, path, pool); in ra_svn_get_file() 1556 path = reparent_path(session, path, pool); in ra_svn_get_dir() 1738 ra_svn_switch(svn_ra_session_t *session, in ra_svn_switch() argument 2066 ra_svn_log(svn_ra_session_t *session, in ra_svn_log() argument 2115 path = reparent_path(session, path, pool); in ra_svn_check_path() 2145 path = reparent_path(session, path, pool); in ra_svn_stat() 2195 path = reparent_path(session, path, pool); in ra_svn_get_locations() [all …]
|