Home
last modified time | relevance | path

Searched refs:authtypes (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/net-im/dendrite/dendrite-0.5.1/clientapi/routing/
H A Dregister_test.go27 allowedFlows = []authtypes.Flow{
29 Stages: []authtypes.LoginType{
30 authtypes.LoginType("stage1"),
31 authtypes.LoginType("stage2"),
35 Stages: []authtypes.LoginType{
47 authtypes.LoginType("stage1"),
48 authtypes.LoginType("stage3"),
59 authtypes.LoginType("stage2"),
60 authtypes.LoginType("stage3"),
72 authtypes.LoginType("stage1"),
[all …]
H A Dregister.go75 sessions map[string][]authtypes.LoginType
87 return make([]authtypes.LoginType, 0)
140 Type authtypes.LoginType `json:"type"`
165 fs []authtypes.Flow,
632 case authtypes.LoginTypeRecaptcha:
642 case authtypes.LoginTypeDummy:
712 flow []authtypes.LoginType,
838 completedStages []authtypes.LoginType,
839 requiredStages []authtypes.LoginType,
874 flow []authtypes.LoginType,
[all …]
H A Dpassword.go54 if r.Auth.Type != authtypes.LoginTypePassword {
59 []authtypes.Flow{
61 Stages: []authtypes.LoginType{authtypes.LoginTypePassword},
77 AddCompletedSessionStage(sessionID, authtypes.LoginTypePassword)
H A Duserdirectory.go29 Results []authtypes.FullyQualifiedProfile `json:"results"`
46 results := map[string]authtypes.FullyQualifiedProfile{}
48 Results: []authtypes.FullyQualifiedProfile{},
72 results[userID] = authtypes.FullyQualifiedProfile{
H A Dkey_crosssigning.go52 if uploadReq.Auth.Type != authtypes.LoginTypePassword {
57 []authtypes.Flow{
59 Stages: []authtypes.LoginType{authtypes.LoginTypePassword},
73 AddCompletedSessionStage(sessionID, authtypes.LoginTypePassword)
H A Dauth_fallback.go131 if authType == authtypes.LoginTypeRecaptcha {
145 if authType == authtypes.LoginTypeRecaptcha {
165 AddCompletedSessionStage(sessionID, authtypes.LoginTypeRecaptcha)
H A Dprofile.go151 newProfile := authtypes.Profile{
268 newProfile := authtypes.Profile{
309 ) (*authtypes.Profile, error) {
327 return &authtypes.Profile{
345 newProfile authtypes.Profile, userID string, cfg *config.ClientAPI,
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/
H A Dsnmptrapd_auth.c47 traph->authtypes = TRAP_AUTH_NONE; in init_netsnmp_trapd_auth()
175 netsnmp_trapd_check_auth(int authtypes) in netsnmp_trapd_check_auth() argument
185 lastlookup, authtypes, in netsnmp_trapd_check_auth()
186 ((authtypes & lastlookup) == authtypes))); in netsnmp_trapd_check_auth()
187 return ((authtypes & lastlookup) == authtypes); in netsnmp_trapd_check_auth()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/pop3/
H A Dcamel-pop3-provider.c112 pop3_provider.authtypes = camel_sasl_authtype_list (FALSE); in camel_provider_module_init()
115 pop3_provider.authtypes = g_list_prepend ( in camel_provider_module_init()
116 pop3_provider.authtypes, auth); in camel_provider_module_init()
117 pop3_provider.authtypes = g_list_prepend ( in camel_provider_module_init()
118 pop3_provider.authtypes, in camel_provider_module_init()
120 pop3_provider.authtypes = g_list_prepend ( in camel_provider_module_init()
121 pop3_provider.authtypes, in camel_provider_module_init()
/dports/security/dropbear/dropbear-2020.81/
H A Dcli-auth.c62 ses.authstate.authtypes = AUTH_TYPE_PUBKEY; in cli_auth_getmethods()
65 ses.authstate.authtypes |= AUTH_TYPE_PASSWORD | AUTH_TYPE_INTERACT; in cli_auth_getmethods()
223 ses.authstate.authtypes=0; in recv_msg_userauth_failure()
239 ses.authstate.authtypes |= AUTH_TYPE_PUBKEY; in recv_msg_userauth_failure()
245 ses.authstate.authtypes |= AUTH_TYPE_INTERACT; in recv_msg_userauth_failure()
251 ses.authstate.authtypes |= AUTH_TYPE_PASSWORD; in recv_msg_userauth_failure()
291 if (ses.authstate.authtypes & AUTH_TYPE_PUBKEY) { in cli_auth_try()
298 if (!finished && (ses.authstate.authtypes & AUTH_TYPE_PASSWORD)) { in cli_auth_try()
310 if (!finished && (ses.authstate.authtypes & AUTH_TYPE_INTERACT)) { in cli_auth_try()
H A Dsvr-auth.c46 ses.authstate.authtypes |= AUTH_TYPE_PUBKEY; in svr_authinitialise()
50 ses.authstate.authtypes |= AUTH_TYPE_PASSWORD; in svr_authinitialise()
362 if (ses.authstate.authtypes & AUTH_TYPE_PUBKEY) { in send_msg_userauth_failure()
364 if (ses.authstate.authtypes & AUTH_TYPE_PASSWORD) { in send_msg_userauth_failure()
369 if (ses.authstate.authtypes & AUTH_TYPE_PASSWORD) { in send_msg_userauth_failure()
375 TRACE(("auth fail: methods %d, '%.*s'", ses.authstate.authtypes, in send_msg_userauth_failure()
/dports/net-im/dendrite/dendrite-0.5.1/userapi/storage/accounts/postgres/
H A Dprofile_table.go85 ) (*authtypes.Profile, error) {
86 var profile authtypes.Profile
112 ) ([]authtypes.Profile, error) {
113 var profiles []authtypes.Profile
123 var profile authtypes.Profile
H A Dthreepid_table.go87 ) (threepids []authtypes.ThreePID, err error) {
93 threepids = []authtypes.ThreePID{}
100 threepids = append(threepids, authtypes.ThreePID{
/dports/net-im/dendrite/dendrite-0.5.1/userapi/storage/accounts/sqlite3/
H A Dprofile_table.go87 ) (*authtypes.Profile, error) {
88 var profile authtypes.Profile
116 ) ([]authtypes.Profile, error) {
117 var profiles []authtypes.Profile
127 var profile authtypes.Profile
H A Dthreepid_table.go90 ) (threepids []authtypes.ThreePID, err error) {
97 threepids = []authtypes.ThreePID{}
104 threepids = append(threepids, authtypes.ThreePID{
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dlogin_cap.c147 char **authtypes = _authtypes; in login_getstyle() local
169 if (!authtypes) { in login_getstyle()
176 authtypes[i] = auths; in login_getstyle()
181 if (!*authtypes[i]) in login_getstyle()
182 authtypes[i] = LOGIN_DEFSTYLE; in login_getstyle()
185 authtypes[i] = 0; in login_getstyle()
189 style = authtypes[0]; in login_getstyle()
191 while (*authtypes && strcmp(style, *authtypes)) in login_getstyle()
192 ++authtypes; in login_getstyle()
194 if (*authtypes) { in login_getstyle()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/setup/config/
H A Dconfig.go93 Flows []authtypes.Flow `json:"flows"`
279 …config.Derived.Registration.Params[authtypes.LoginTypeRecaptcha] = map[string]string{"public_key":…
281 authtypes.Flow{Stages: []authtypes.LoginType{authtypes.LoginTypeRecaptcha}})
284 authtypes.Flow{Stages: []authtypes.LoginType{authtypes.LoginTypeDummy}})
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/smtp/
H A Dcamel-smtp-provider.c67 …smtp_provider.authtypes = g_list_append (camel_sasl_authtype_list (TRUE), camel_sasl_authtype ("LO… in camel_provider_module_init()
68 …smtp_provider.authtypes = g_list_append (smtp_provider.authtypes, camel_sasl_authtype ("POPB4SMTP"… in camel_provider_module_init()
H A Dcamel-smtp-transport.c191 transport->authtypes = NULL; in connect_to_server()
534 (transport->authtypes != NULL) && in smtp_transport_connect_sync()
535 (g_hash_table_size (transport->authtypes) > 0) && in smtp_transport_connect_sync()
631 if (transport->authtypes) { in smtp_transport_disconnect_sync()
633 g_hash_table_destroy (transport->authtypes); in smtp_transport_disconnect_sync()
634 transport->authtypes = NULL; in smtp_transport_disconnect_sync()
897 if (transport->authtypes) { in smtp_transport_query_auth_types_sync()
1455 if (transport->authtypes) { in smtp_helo()
1457 g_hash_table_destroy (transport->authtypes); in smtp_helo()
1458 transport->authtypes = NULL; in smtp_helo()
[all …]
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dserver-auth-test.c362 const char *authtypes; in main() local
368 authtypes = "basic+digest"; in main()
370 authtypes = "basic"; in main()
373 authtypes = "digest"; in main()
375 authtypes = "none"; in main()
379 authtypes, in main()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dserver-auth-test.c373 const char *authtypes; in main() local
379 authtypes = "basic+digest"; in main()
381 authtypes = "basic"; in main()
384 authtypes = "digest"; in main()
386 authtypes = "none"; in main()
390 authtypes, in main()
/dports/mail/p5-Mail-SendEasy/Mail-SendEasy-1.2/lib/Mail/SendEasy/
H A DAUTH.pm68 my @authtypes = @_ ;
72 foreach my $auth ( @authtypes ) {
77 $auth_sub = 'PLAIN' if !@authtypes && !$auth_sub ;
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-provider.c121 imapx_provider.authtypes = camel_sasl_authtype_list (FALSE); in camel_imapx_module_init()
122 imapx_provider.authtypes = g_list_prepend ( in camel_imapx_module_init()
123 imapx_provider.authtypes, &camel_imapx_password_authtype); in camel_imapx_module_init()
/dports/net-im/dendrite/dendrite-0.5.1/userapi/storage/accounts/
H A Dinterface.go30 GetProfileByLocalpart(ctx context.Context, localpart string) (*authtypes.Profile, error)
50 …GetThreePIDsForLocalpart(ctx context.Context, localpart string) (threepids []authtypes.ThreePID, e…
53 SearchProfiles(ctx context.Context, searchString string, limit int) ([]authtypes.Profile, error)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dna_ontap_ndmp.py280 authtypes = netapp_utils.zapi.NaElement('authtype')
283 authtypes.add_new_child('ndmpd-authtypes', authtype)
284 ndmp_modify.add_child_elem(authtypes)

1234567