Home
last modified time | relevance | path

Searched refs:mechname (Results 1 – 25 of 45) sorted by relevance

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/gssapi/
H A Dt_export_name.c58 gss_name_t name, mechname, impname; in main() local
86 major = gss_canonicalize_name(&minor, name, mech, &mechname); in main()
89 major = gss_export_name_composite(&minor, mechname, &buf); in main()
91 major = gss_export_name(&minor, mechname, &buf); in main()
114 (void)gss_release_name(&minor, &mechname); in main()
/dports/security/krb5/krb5-1.19.2/src/tests/gssapi/
H A Dt_export_name.c58 gss_name_t name, mechname, impname; in main() local
86 major = gss_canonicalize_name(&minor, name, mech, &mechname); in main()
89 major = gss_export_name_composite(&minor, mechname, &buf); in main()
91 major = gss_export_name(&minor, mechname, &buf); in main()
114 (void)gss_release_name(&minor, &mechname); in main()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-stream.cpp813 char *mechname; member
827 g_free(auth->mechname); in red_sasl_auth_free()
904 if (auth->mechname != NULL) { in red_sasl_handle_auth_step()
906 auth->mechname, clientdata, datalen); in red_sasl_handle_auth_step()
908 auth->mechname, in red_sasl_handle_auth_step()
913 g_free(auth->mechname); in red_sasl_handle_auth_step()
914 auth->mechname = NULL; in red_sasl_handle_auth_step()
1006 auth->mechname[auth->len] = '\0'; in red_sasl_handle_auth_mechname()
1008 auth->mechname, auth->mechlist); in red_sasl_handle_auth_mechname()
1011 sprintf(quoted_mechname, ",%s,", auth->mechname); in red_sasl_handle_auth_mechname()
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dircd_crypt.h28 char* mechname; /* name of the mechanism */ member
53 #define MechName(x) x->mechname
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncclient/
H A Dsasl.c171 const char *mechname; in HandleSASLAuth() local
309 &mechname); in HandleSASLAuth()
325 mechname, clientoutlen, clientout, clientout); in HandleSASLAuth()
334 uint32_t mechnamelen = rfbClientSwap32IfLE(strlen(mechname)); in HandleSASLAuth()
336 if (!WriteToRFBServer(client, (char *)mechname, strlen(mechname))) goto error; in HandleSASLAuth()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dumkpasswd.c245 printf(" %s\t\t%s\n", mechs->mech->mechname, mechs->mech->description); in show_mechs()
263 crypt_mechs_t* hunt_mech(const char* mechname) in hunt_mech() argument
267 assert(NULL != mechname); in hunt_mech()
279 if(0 == (ircd_strcmp(mech->mech->mechname, mechname))) in hunt_mech()
H A Dircd_crypt_plain.c75 crypt_mech->mechname = "plain"; in ircd_register_crypt_plain()
H A Dircd_crypt_native.c75 crypt_mech->mechname = "native"; in ircd_register_crypt_native()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dvnc-auth-sasl.c446 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
447 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
449 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
455 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
467 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
473 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
475 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dvnc-auth-sasl.c456 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
457 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
459 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
465 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
477 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
483 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
485 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dvnc-auth-sasl.c455 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
456 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
458 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
464 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
476 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
482 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
484 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dvnc-auth-sasl.c455 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
456 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
458 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
464 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
476 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
482 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
484 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dvnc-auth-sasl.c455 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
456 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
458 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
464 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
476 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
482 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
484 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dvnc-auth-sasl.c476 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
477 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
479 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
485 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
497 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
503 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
505 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dvnc-auth-sasl.c476 char *mechname = g_strndup((const char *) data, len);
477 trace_vnc_auth_sasl_mech_choose(vs, mechname);
479 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) {
485 char *offset = strstr(vs->sasl.mechlist, mechname);
497 vs->sasl.mechlist = mechname;
503 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname);
505 g_free(mechname);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dvnc-auth-sasl.c455 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
456 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
458 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
464 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
476 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
482 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
484 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dvnc-auth-sasl.c456 char *mechname = g_strndup((const char *) data, len); in protocol_client_auth_sasl_mechname() local
457 trace_vnc_auth_sasl_mech_choose(vs, mechname); in protocol_client_auth_sasl_mechname()
459 if (strncmp(vs->sasl.mechlist, mechname, len) == 0) { in protocol_client_auth_sasl_mechname()
465 char *offset = strstr(vs->sasl.mechlist, mechname); in protocol_client_auth_sasl_mechname()
477 vs->sasl.mechlist = mechname; in protocol_client_auth_sasl_mechname()
483 trace_vnc_auth_fail(vs, vs->auth, "Unsupported mechname", mechname); in protocol_client_auth_sasl_mechname()
485 g_free(mechname); in protocol_client_auth_sasl_mechname()
/dports/www/htdigest/httpd-2.4.6/os/unix/
H A Dunixd.c215 const char *mechname = apr_proc_mutex_name(pmutex); in proc_mutex_mech() local
217 if (!strcmp(mechname, "sysvsem")) { in proc_mutex_mech()
220 else if (!strcmp(mechname, "flock")) { in proc_mutex_mech()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dsvc_auth_gss.c256 gss_buffer_desc mechname; in svcauth_gss_accept_sec_context() local
258 gss_oid_to_str(&min_stat, mech, &mechname); in svcauth_gss_accept_sec_context()
263 mechname.length, (char *)mechname.value, in svcauth_gss_accept_sec_context()
266 gss_release_buffer(&min_stat, &mechname); in svcauth_gss_accept_sec_context()
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dsvc_auth_gss.c256 gss_buffer_desc mechname; in svcauth_gss_accept_sec_context() local
258 gss_oid_to_str(&min_stat, mech, &mechname); in svcauth_gss_accept_sec_context()
263 mechname.length, (char *)mechname.value, in svcauth_gss_accept_sec_context()
266 gss_release_buffer(&min_stat, &mechname); in svcauth_gss_accept_sec_context()
/dports/devel/libspice-server/spice-0.15.0/server/tests/
H A Dtest-sasl.c418 const char *mechname; member
527 write_all(sock, data->mechname, data->mechlen); in client_emulator()
597 data->mechlen = strlen(data->mechname); in setup_thread()
602 test_num, len, data->mechname, len, data->line); in setup_thread()
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Dgsscontext.h8 bool getMaxMessageSize(const char *mechname);
/dports/www/apache24/httpd-2.4.53/os/unix/
H A Dunixd.c217 const char *mechname = apr_proc_mutex_name(pmutex); in proc_mutex_mech() local
219 if (!strcmp(mechname, "sysvsem")) { in proc_mutex_mech()
222 else if (!strcmp(mechname, "flock")) { in proc_mutex_mech()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetsaslcontext.h87 const char *mechname,
/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Dsidfrecord.c367 const char *mechname, unsigned short maxcidrlen, in SidfRecord_parsebackSingleCidrLength() argument
373 SidfLogParseTrace(" %scidr: %.*s\n", mechname, tail - *prevp, *prevp); in SidfRecord_parsebackSingleCidrLength()
376 mechname, *cidrlength); in SidfRecord_parsebackSingleCidrLength()

12