Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/dports/ftp/smbftpd/smbftpd-2.4/auth/
H A Dauth.c53 if (!auth_method) { in smbftpd_auth_config_parse()
54 auth_method = auth_list; in smbftpd_auth_config_parse()
57 while (auth_method && auth_method->name) { in smbftpd_auth_config_parse()
61 auth_method++; in smbftpd_auth_config_parse()
64 if (!auth_method || !auth_method->name) { in smbftpd_auth_config_parse()
89 if (!auth_method || !auth_method->check) { in smbftpd_auth_check()
106 if (!auth_method || !auth_method->config_free) { in smbftpd_auth_config_free()
109 auth_method->config_free(); in smbftpd_auth_config_free()
130 if (!auth_method || !auth_method->is_user_in_group) { in smbftpd_auth_is_user_in_group()
147 if (!auth_method || !auth_method->get_home) { in smbftpd_auth_get_home()
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/sharing/
H A Dcc-gnome-remote-desktop.c44 const char * auth_method;
48 if (g_strcmp0 (auth_method, "prompt") == 0)
70 char *auth_method;
73 auth_method = "prompt";
75 auth_method = "password";
77 return g_variant_new_string (auth_method);
85 const char *auth_method;
111 char *auth_method;
114 auth_method = "password";
116 auth_method = "prompt";
[all …]
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/util/plugin/
H A Dsnmp_remote.pl93 $auth_method, # $opts{"a"}
162 if ($auth_method eq 'authNoPriv') {
163 $command_line_parammeters = "-v 3 -u $user -a $auth_method -A $pass -l $security_level $host";
165 elsif ($auth_method eq "noAuthNoPriv") {
195 if ($auth_method eq 'authNoPriv') {
196 $command_line_parammeters = "-v 3 -u $user -a $auth_method -A $pass -l $security_level $host";
198 elsif ($auth_method eq "noAuthNoPriv") {
234 if ($auth_method eq 'authNoPriv') {
237 elsif ($auth_method eq "noAuthNoPriv") {
261 if ($auth_method eq 'authNoPriv') {
[all …]
/dports/security/nmap/nmap-7.91/nselib/
H A Dsocks.lua29 new = function(self, auth_method)
32 auth_method = ( "table" ~= type(auth_method) and { auth_method } or auth_method )
44 string.pack(("B"):rep(#self.auth_method), table.unpack(self.auth_method)))
59 new = function(self, auth_method, creds)
61 auth_method = auth_method,
66 if ( auth_method == 2 ) then
77 if ( 2 == self.auth_method ) then
206 auth_method = auth_method or {AuthMethod.NONE, AuthMethod.GSSAPI, AuthMethod.USERPASS}
232 self.auth_method = response.method
245 if ( self.auth_method ~= 2 ) then
[all …]
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/tests/
H A Dtest_transport.py39 auth_method='basic',
50 auth_method='basic',
62 auth_method='basic',
74 auth_method='basic',
86 auth_method='basic',
99 auth_method='basic',
220 auth_method='basic',
240 auth_method='kerberos',
250 auth_method='basic',
259 auth_method='basic',
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_auth_selection.c48 *auth_method = S2N_AUTHENTICATION_RSA; in s2n_get_auth_method_for_cert_type()
51 *auth_method = S2N_AUTHENTICATION_ECDSA; in s2n_get_auth_method_for_cert_type()
99 if (cipher_suite->auth_method != S2N_AUTHENTICATION_METHOD_SENTINEL) { in s2n_is_sig_alg_valid_for_cipher_suite()
102 POSIX_ENSURE_EQ(cipher_suite->auth_method, auth_method_for_sig_alg); in s2n_is_sig_alg_valid_for_cipher_suite()
133 if (auth_method == S2N_AUTHENTICATION_METHOD_SENTINEL) { in s2n_certs_exist_for_auth_method()
141 if (auth_method != auth_method_for_cert_type) { in s2n_certs_exist_for_auth_method()
163 POSIX_GUARD(s2n_certs_exist_for_auth_method(conn, cipher_suite->auth_method)); in s2n_is_cipher_suite_valid_for_auth()
206 s2n_authentication_method auth_method; in s2n_is_cert_type_valid_for_auth() local
207 POSIX_GUARD(s2n_get_auth_method_for_cert_type(cert_type, &auth_method)); in s2n_is_cert_type_valid_for_auth()
209 if (conn->secure.cipher_suite->auth_method != S2N_AUTHENTICATION_METHOD_SENTINEL) { in s2n_is_cert_type_valid_for_auth()
[all …]
H A Ds2n_cipher_suites.c218 .auth_method = S2N_AUTHENTICATION_RSA,
227 .auth_method = S2N_AUTHENTICATION_RSA,
241 .auth_method = S2N_AUTHENTICATION_RSA,
255 .auth_method = S2N_AUTHENTICATION_RSA,
269 .auth_method = S2N_AUTHENTICATION_RSA,
283 .auth_method = S2N_AUTHENTICATION_RSA,
297 .auth_method = S2N_AUTHENTICATION_RSA,
311 .auth_method = S2N_AUTHENTICATION_RSA,
325 .auth_method = S2N_AUTHENTICATION_RSA,
339 .auth_method = S2N_AUTHENTICATION_RSA,
[all …]
/dports/net/py-siosocks/siosocks-0.2.0/tests/
H A Dtest_protocol.py279 assert auth_method == 0
294 assert auth_method == 0
309 assert auth_method == 2
331 assert auth_method == 2
482 assert (version, auth_method) == (5, 2)
497 assert (version, auth_method) == (5, 2)
516 assert (version, auth_method) == (5, 2)
535 assert (version, auth_method) == (5, 0)
555 assert (version, auth_method) == (5, 0)
570 assert (version, auth_method) == (5, 0)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/hashi_vault/plugins/lookup/
H A Dhashi_vault.py684 auth_method = self.get_option('auth_method')
686 if auth_method not in avail_auth_methods:
692 auth_validator = 'validate_auth_' + auth_method
694 getattr(self, auth_validator)(auth_method)
706 def validate_auth_userpass(self, auth_method): argument
709 def validate_auth_ldap(self, auth_method): argument
712 def validate_auth_approle(self, auth_method): argument
719 def validate_auth_token(self, auth_method): argument
720 if auth_method == 'token':
774 def validate_auth_jwt(self, auth_method): argument
[all …]
/dports/security/py-authlib/Authlib-0.15.5/authlib/oauth2/
H A Dauth.py53 def __init__(self, client_id, client_secret, auth_method=None): argument
54 if auth_method is None:
55 auth_method = 'client_secret_basic'
60 if auth_method in self.DEFAULT_AUTH_METHODS:
61 auth_method = self.DEFAULT_AUTH_METHODS[auth_method]
63 self.auth_method = auth_method
66 return self.auth_method(self, method, uri, headers, body)
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/lib/fconf/
H A Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/lib/fconf/
H A Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/lib/fconf/
H A Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/lib/fconf/
H A Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/lib/fconf/
H A Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
262 &auth_method[auth_method_type]); in populate_and_set_auth_methods()
[all …]
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dhandle_auth.c39 char *auth_method = NULL; in handle__auth() local
47 if(context->protocol != mosq_p_mqtt5 || context->auth_method == NULL){ in handle__auth()
78 …if(mosquitto_property_read_string(properties, MQTT_PROP_AUTHENTICATION_METHOD, &auth_method, false… in handle__auth()
84 if(!auth_method || strcmp(auth_method, context->auth_method)){ in handle__auth()
86 mosquitto__free(auth_method); in handle__auth()
91 mosquitto__free(auth_method); in handle__auth()
98 …OSQ_LOG_DEBUG, "Received AUTH from %s (rc%d, %s)", context->id, reason_code, context->auth_method); in handle__auth()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dhandle_auth.c37 char *auth_method = NULL; in handle__auth() local
45 if(context->protocol != mosq_p_mqtt5 || context->auth_method == NULL){ in handle__auth()
73 …if(mosquitto_property_read_string(properties, MQTT_PROP_AUTHENTICATION_METHOD, &auth_method, false… in handle__auth()
79 if(!auth_method || strcmp(auth_method, context->auth_method)){ in handle__auth()
81 mosquitto__free(auth_method); in handle__auth()
86 mosquitto__free(auth_method); in handle__auth()
93 …OSQ_LOG_DEBUG, "Received AUTH from %s (rc%d, %s)", context->id, reason_code, context->auth_method); in handle__auth()
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/
H A Dtransport.py62 auth_method='auto', argument
97 self.auth_method = auth_method
131 if self.auth_method != 'kerberos':
132 if self.auth_method == 'certificate' or (
218 if self.auth_method == 'kerberos':
237 elif self.auth_method in ['certificate', 'ssl']:
246 elif self.auth_method == 'ntlm':
261 elif self.auth_method in ['basic', 'plaintext']:
263 elif self.auth_method == 'credssp':
280 raise WinRMError("unsupported auth method: %s" % self.auth_method)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dmirror_authentication.rb19 regenerate_ssh_private_key || ( auth_method == 'ssh_public_key' && ssh_private_key.blank? )
58 ssh_mirror_url? && auth_method == 'ssh_public_key'
62 auth_method == 'password'
77 def auth_method method
78 auth_method = credentials.fetch(:auth_method, nil) if credentials.present?
80 auth_method.presence || 'password'
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dproxy.c508 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
513 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
517 p->auth_method = HTTP_AUTH_BASIC; in http_proxy_new()
522 p->auth_method = HTTP_AUTH_NTLM; in http_proxy_new()
526 p->auth_method = HTTP_AUTH_NTLM2; in http_proxy_new()
537 …if (p->auth_method == HTTP_AUTH_BASIC || p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTT… in http_proxy_new()
543 if (p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTTP_AUTH_NTLM2) in http_proxy_new()
649 if (p->auth_method == HTTP_AUTH_BASIC in establish_http_proxy_passthru()
651 || p->auth_method == HTTP_AUTH_NTLM) in establish_http_proxy_passthru()
684 switch (p->auth_method) in establish_http_proxy_passthru()
[all …]
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dproxy.c511 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
516 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
520 p->auth_method = HTTP_AUTH_BASIC; in http_proxy_new()
525 p->auth_method = HTTP_AUTH_NTLM; in http_proxy_new()
529 p->auth_method = HTTP_AUTH_NTLM2; in http_proxy_new()
540 …if (p->auth_method == HTTP_AUTH_BASIC || p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTT… in http_proxy_new()
546 if (p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTTP_AUTH_NTLM2) in http_proxy_new()
652 if (p->auth_method == HTTP_AUTH_BASIC in establish_http_proxy_passthru()
654 || p->auth_method == HTTP_AUTH_NTLM) in establish_http_proxy_passthru()
687 switch (p->auth_method) in establish_http_proxy_passthru()
[all …]
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dproxy.c511 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
516 p->auth_method = HTTP_AUTH_NONE; in http_proxy_new()
520 p->auth_method = HTTP_AUTH_BASIC; in http_proxy_new()
525 p->auth_method = HTTP_AUTH_NTLM; in http_proxy_new()
529 p->auth_method = HTTP_AUTH_NTLM2; in http_proxy_new()
540 …if (p->auth_method == HTTP_AUTH_BASIC || p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTT… in http_proxy_new()
546 if (p->auth_method == HTTP_AUTH_NTLM || p->auth_method == HTTP_AUTH_NTLM2) in http_proxy_new()
652 if (p->auth_method == HTTP_AUTH_BASIC in establish_http_proxy_passthru()
654 || p->auth_method == HTTP_AUTH_NTLM) in establish_http_proxy_passthru()
687 switch (p->auth_method) in establish_http_proxy_passthru()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-oauth2-services.c366 e_oauth2_services_can_check_auth_method (const gchar *auth_method) in e_oauth2_services_can_check_auth_method() argument
368 return auth_method && *auth_method && in e_oauth2_services_can_check_auth_method()
370 g_strcmp0 (auth_method, "none") != 0 && in e_oauth2_services_can_check_auth_method()
371 g_strcmp0 (auth_method, "plain/password") != 0; in e_oauth2_services_can_check_auth_method()
387 const gchar *auth_method) in e_oauth2_services_is_oauth2_alias() argument
393 if (!e_oauth2_services_can_check_auth_method (auth_method)) in e_oauth2_services_is_oauth2_alias()
404 if (name && g_ascii_strcasecmp (name, auth_method) == 0) in e_oauth2_services_is_oauth2_alias()
428 e_oauth2_services_is_oauth2_alias_static (const gchar *auth_method) in e_oauth2_services_is_oauth2_alias_static() argument
433 if (!e_oauth2_services_can_check_auth_method (auth_method)) in e_oauth2_services_is_oauth2_alias_static()
437 is_alias = e_oauth2_services_is_oauth2_alias (services, auth_method); in e_oauth2_services_is_oauth2_alias_static()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/hub/identity_service/
H A Dapply.py148 auth_method = _provision_oidc_config(auth_provider, msg)
149 member_config.authMethods.append(auth_method)
178 def _provision_oidc_config(auth_method, msg): argument
191 auth_method_proto.name = auth_method['name']
192 oidc_config = auth_method['oidc']
203 if 'proxy' in auth_method:
204 auth_method_proto.proxy = auth_method['proxy']
232 .format(auth_method['name']))
/dports/net/py-siosocks/siosocks-0.2.0/siosocks/
H A Dprotocol.py182 auth_method = Socks5AuthMethod.username_password
184 auth_method = Socks5AuthMethod.no_auth
185 if auth_method not in auth_methods:
186 auth_method = Socks5AuthMethod.no_acceptable
188 if auth_method == Socks5AuthMethod.no_acceptable:
190 if auth_method == Socks5AuthMethod.username_password:
225 auth_method = Socks5AuthMethod.username_password
227 auth_method = Socks5AuthMethod.no_auth
228 yield from self.io.write_struct("BB", 1, auth_method)
231 if code != auth_method:
[all …]

12345678910>>...38