Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 25 of 73) sorted by relevance

123

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDmacos_keychain.c157 keychain_simple_first_creds(void **credentials, in keychain_simple_first_creds() argument
164 return svn_auth__simple_creds_cache_get(credentials, in keychain_simple_first_creds()
177 void *credentials, in keychain_simple_save_creds() argument
183 return svn_auth__simple_creds_cache_set(saved, credentials, in keychain_simple_save_creds()
202 keychain_ssl_client_cert_pw_first_creds(void **credentials, in keychain_ssl_client_cert_pw_first_creds() argument
209 return svn_auth__ssl_client_cert_pw_cache_get(credentials, in keychain_ssl_client_cert_pw_first_creds()
221 void *credentials, in keychain_ssl_client_cert_pw_save_creds() argument
227 return svn_auth__ssl_client_cert_pw_cache_set(saved, credentials, in keychain_ssl_client_cert_pw_save_creds()
HDwin32_crypto.c172 windows_simple_first_creds(void **credentials, in windows_simple_first_creds() argument
179 return svn_auth__simple_creds_cache_get(credentials, in windows_simple_first_creds()
192 void *credentials, in windows_simple_save_creds() argument
198 return svn_auth__simple_creds_cache_set(saved, credentials, in windows_simple_save_creds()
297 windows_ssl_client_cert_pw_first_creds(void **credentials, in windows_ssl_client_cert_pw_first_creds() argument
305 credentials, iter_baton, provider_baton, parameters, realmstring, in windows_ssl_client_cert_pw_first_creds()
313 void *credentials, in windows_ssl_client_cert_pw_save_creds() argument
320 saved, credentials, provider_baton, parameters, realmstring, in windows_ssl_client_cert_pw_save_creds()
433 windows_ssl_server_trust_first_credentials(void **credentials, in windows_ssl_server_trust_first_credentials() argument
446 *credentials = NULL; in windows_ssl_server_trust_first_credentials()
[all …]
HDssl_server_trust_providers.c41 ssl_server_trust_file_first_credentials(void **credentials, in ssl_server_trust_file_first_credentials() argument
56 *credentials = NULL; in ssl_server_trust_file_first_credentials()
93 *credentials = creds; in ssl_server_trust_file_first_credentials()
102 void *credentials, in ssl_server_trust_file_save_credentials() argument
108 svn_auth_cred_ssl_server_trust_t *creds = credentials; in ssl_server_trust_file_save_credentials()
HDusername_providers.c45 username_first_creds(void **credentials, in username_first_creds() argument
90 *credentials = creds; in username_first_creds()
93 *credentials = NULL; in username_first_creds()
103 void *credentials, in username_save_creds() argument
109 svn_auth_cred_simple_t *creds = credentials; in username_save_creds()
HDsimple_providers.c131 svn_auth__simple_creds_cache_get(void **credentials, in svn_auth__simple_creds_cache_get() argument
284 *credentials = creds; in svn_auth__simple_creds_cache_get()
287 *credentials = NULL; in svn_auth__simple_creds_cache_get()
297 void *credentials, in svn_auth__simple_creds_cache_set() argument
305 svn_auth_cred_simple_t *creds = credentials; in svn_auth__simple_creds_cache_set()
478 simple_first_creds(void **credentials, in simple_first_creds() argument
485 return svn_auth__simple_creds_cache_get(credentials, iter_baton, in simple_first_creds()
496 void *credentials, in simple_save_creds() argument
502 return svn_auth__simple_creds_cache_set(saved, credentials, provider_baton, in simple_save_creds()
HDgpg_agent.c495 simple_gpg_agent_first_creds(void **credentials, in simple_gpg_agent_first_creds() argument
507 err = svn_auth__simple_creds_cache_get(credentials, iter_baton, in simple_gpg_agent_first_creds()
519 simple_gpg_agent_next_creds(void **credentials, in simple_gpg_agent_next_creds() argument
532 *credentials = NULL; in simple_gpg_agent_next_creds()
596 return svn_auth__simple_creds_cache_get(credentials, &iter_baton, in simple_gpg_agent_next_creds()
610 void *credentials, in simple_gpg_agent_save_creds() argument
616 return svn_auth__simple_creds_cache_set(saved, credentials, in simple_gpg_agent_save_creds()
HDssl_client_cert_pw_providers.c157 void *credentials, in svn_auth__ssl_client_cert_pw_cache_set() argument
165 svn_auth_cred_ssl_client_cert_pw_t *creds = credentials; in svn_auth__ssl_client_cert_pw_cache_set()
342 void *credentials, in ssl_client_cert_pw_file_save_credentials() argument
348 return svn_auth__ssl_client_cert_pw_cache_set(saved, credentials, in ssl_client_cert_pw_file_save_credentials()
HDauth.c228 svn_auth_first_credentials(void **credentials, in svn_auth_first_credentials() argument
329 *credentials = creds; in svn_auth_first_credentials()
336 svn_auth_next_credentials(void **credentials, in svn_auth_next_credentials() argument
381 *credentials = creds; in svn_auth_next_credentials()
893 dummy_first_creds(void **credentials, in dummy_first_creds() argument
900 *credentials = NULL; in dummy_first_creds()
/NextBSD/contrib/subversion/subversion/libsvn_auth_gnome_keyring/
HDgnome_keyring.c257 simple_gnome_keyring_first_creds(void **credentials, in simple_gnome_keyring_first_creds() argument
264 return svn_auth__simple_creds_cache_get(credentials, in simple_gnome_keyring_first_creds()
275 void *credentials, in simple_gnome_keyring_save_creds() argument
281 return svn_auth__simple_creds_cache_set(saved, credentials, in simple_gnome_keyring_save_creds()
347 ssl_client_cert_pw_gnome_keyring_first_creds(void **credentials, in ssl_client_cert_pw_gnome_keyring_first_creds() argument
355 credentials, iter_baton, provider_baton, parameters, realmstring, in ssl_client_cert_pw_gnome_keyring_first_creds()
364 void *credentials, in ssl_client_cert_pw_gnome_keyring_save_creds() argument
371 saved, credentials, provider_baton, parameters, realmstring, in ssl_client_cert_pw_gnome_keyring_save_creds()
/NextBSD/contrib/subversion/subversion/libsvn_auth_kwallet/
HDkwallet.cpp327 kwallet_simple_first_creds(void **credentials, in kwallet_simple_first_creds() argument
334 return svn_auth__simple_creds_cache_get(credentials, in kwallet_simple_first_creds()
347 void *credentials, in kwallet_simple_save_creds() argument
353 return svn_auth__simple_creds_cache_set(saved, credentials, in kwallet_simple_save_creds()
392 kwallet_ssl_client_cert_pw_first_creds(void **credentials, in kwallet_ssl_client_cert_pw_first_creds() argument
399 return svn_auth__ssl_client_cert_pw_cache_get(credentials, in kwallet_ssl_client_cert_pw_first_creds()
411 void *credentials, in kwallet_ssl_client_cert_pw_save_creds() argument
417 return svn_auth__ssl_client_cert_pw_cache_set(saved, credentials, in kwallet_ssl_client_cert_pw_save_creds()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_auth_private.h114 svn_auth__simple_creds_cache_get(void **credentials,
135 void *credentials,
180 svn_auth__ssl_client_cert_pw_cache_get(void **credentials,
201 void *credentials,
/NextBSD/tools/regression/security/proc_to_proc/
HDREADME8 important scenarios using specifically crafted process credentials
28 same non-root effective credentials
30 different non-root effective credentials
32 non-root real credentials
34 different non-root real credentials
/NextBSD/contrib/subversion/subversion/include/
HDsvn_auth.h110 svn_error_t * (*first_credentials)(void **credentials,
128 svn_error_t * (*next_credentials)(void **credentials,
147 void *credentials,
664 svn_auth_first_credentials(void **credentials,
682 svn_auth_next_credentials(void **credentials,
/NextBSD/crypto/heimdal/lib/krb5/
HDkrb5_err.et29 error_code CLIENT_REVOKED, "Clients credentials have been revoked"
209 error_code KRB5_FCC_NOFILE, "No credentials cache file found"
210 error_code KRB5_FCC_INTERNAL, "Internal file credentials cache error"
211 error_code KRB5_CC_WRITE, "Error writing to credentials cache file"
212 error_code KRB5_CC_NOMEM, "No more memory to allocate (in credentials cache code)"
213 error_code KRB5_CC_FORMAT, "Bad format in credentials cache"
214 error_code KRB5_CC_NOT_KTYPE, "No credentials found with supported encryption types"
220 error_code KRB5_NOCREDS_SUPPLIED, "No credentials supplied to library routine"
238 error_code KRB5_CCACHE_BADVNO, "Unsupported credentials cache format version number"
253 error_code KRB5_FWD_BAD_PRINCIPAL, "Bad principal name while trying to forward credentials"
HDconvert_creds.c58 struct credentials *v4creds) in krb524_convert_creds_kdc()
86 struct credentials *v4creds) in krb524_convert_creds_kdc_ccache()
HDkrb5-v4compat.h81 struct credentials { struct
134 _krb5_krb_tf_setup (krb5_context, struct credentials *,
/NextBSD/usr.bin/xpc-tests/credentials/server/
HDMakefile2 PROG= xpc-credentials-server-test
3 SRCS= xpc-credentials-server.c
/NextBSD/contrib/wpa/wpa_supplicant/examples/
HDwpas-dbus-new-wps.py33 def credentials(cred): function
62 bus.add_signal_receiver(credentials,
/NextBSD/contrib/amd/amd/
HDinfo_ldap.c105 CR *credentials; member
228 cr_free(a->credentials); in ald_free()
269 aldh->credentials = creds; in amu_ldap_init()
292 CR *c = a->credentials; in amu_ldap_rebind()
/NextBSD/usr.sbin/bsdconfig/share/
HDmustberoot.subr71 # If not running as root, prompt for sudo(8) credentials to become root.
200 # Validate sudo(8) credentials
285 # Prompt for sudo(8) credentials.
355 # Validate sudo(8) credentials for given user
403 # sudo(8) using user-supplied credentials.
/NextBSD/usr.bin/xpc-tests/
HDMakefile6 credentials
/NextBSD/crypto/heimdal/lib/kafs/
HDkafs_locl.h100 typedef struct credentials CREDENTIALS;
/NextBSD/contrib/wpa/wpa_supplicant/
HDREADME-HS2030 Interworking support added option for configuring credentials that can
97 # credentials have been configured and scan did not find a
115 # By default, all networks and credentials get the same priority group
116 # (0). This field can be used to give higher priority for credentials
231 # This is the priority of the credential among all credentials
313 Remove configured networks and credentials:
398 The preferred credentials/networks can be indicated with the priority
HDREADME-WPS87 credentials. If these are to be stored for future use (after
118 the client will be enrolled with credentials needed to connect to the
212 By default, wpa_supplicant processes received credentials and updates
346 credentials needed to access the network.
399 station to provision the credentials needed to access the network.
/NextBSD/crypto/heimdal/etc/
HDservices.append24 kf 2110/tcp # forward credentials

123