Home
last modified time | relevance | path

Searched refs:auth_names (Results 1 – 12 of 12) sorted by relevance

/dports/x11/libICE/libICE-1.0.10/src/
H A Dgetauth.c36 const char **auth_names, int *index_ret);
131 const char **auth_names, in _IceGetPoValidAuthIndices() argument
160 auth_names, &index_ret)) in _IceGetPoValidAuthIndices()
190 const char **auth_names, in _IceGetPaValidAuthIndices() argument
208 auth_names, &index_ret)) in _IceGetPaValidAuthIndices()
235 const char **auth_names, int *index_ret) in auth_valid() argument
245 if (strcmp (auth_name, auth_names[i]) == 0) in auth_valid()
H A Dregister.c103 p->auth_names = malloc (authCount * sizeof (char *)); in IceRegisterForProtocolSetup()
109 p->auth_names[i] = strdup(authNames[i]); in IceRegisterForProtocolSetup()
115 p->auth_names = NULL; in IceRegisterForProtocolSetup()
202 p->auth_names = malloc (authCount * sizeof (char *)); in IceRegisterForProtocolReply()
208 p->auth_names[i] = strdup(authNames[i]); in IceRegisterForProtocolReply()
214 p->auth_names = NULL; in IceRegisterForProtocolReply()
H A Dprotosetup.c127 (const char **) myProtocol->orig_client->auth_names, in IceProtocolSetup()
143 extra += STRING_BYTES (myProtocol->orig_client->auth_names[ in IceProtocolSetup()
166 STORE_STRING (pData, myProtocol->orig_client->auth_names[ in IceProtocolSetup()
H A Dprocess.c2025 (const char **) myProtocol->auth_names, in ProcessProtocolSetup()
2039 const char *myAuthName = myProtocol->auth_names[i]; in ProcessProtocolSetup()
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dsmtp_out.c52 if (psb->auth_names) in destroy_smtpbase()
53 g_strfreev(psb->auth_names); in destroy_smtpbase()
125 psb->auth_names = NULL; in create_smtpbase()
253 psb->auth_names = g_strsplit(arg, " ", 0); in check_helo_response()
259 while (psb->auth_names[i]) { in check_helo_response()
260 debugf(" offered AUTH %s\n", psb->auth_names[i]); in check_helo_response()
655 while (psb->auth_names[i]) { in smtp_out_auth()
656 if (strcasecmp(psb->auth_names[i], psb->auth_name) == 0) in smtp_out_auth()
660 if (psb->auth_names[i]) { in smtp_out_auth()
H A Dsmtp_out.h65 gchar **auth_names; member
/dports/x11/libICE/libICE-1.0.10/include/X11/ICE/
H A DICEconn.h56 char **auth_names; member
69 char **auth_names; member
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_manager.c118 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; in SmsInitialize() local
147 auth_count, auth_names, auth_procs, hostBasedAuthProc, in SmsInitialize()
H A Dsm_client.c73 const char *auth_names[] = {"MIT-MAGIC-COOKIE-1"}; in SmcOpenConnection() local
99 auth_count, auth_names, auth_procs, NULL)) < 0) in SmcOpenConnection()
/dports/security/nmap/nmap-7.91/nselib/
H A Dxdmcp.lua321 createSession = function(self, auth_names, authr_names, disp_no)
327 local req = Packet[OpCode.QUERY]:new(auth_names)
/dports/dns/getdns/getdns-1.5.2/src/openssl/
H A Dtls.c937 const char *auth_names[2] = { auth_name, NULL }; in _getdns_tls_connection_set_host_pinset() local
940 *auth_name ? auth_names : NULL); in _getdns_tls_connection_set_host_pinset()
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/analysis/
H A Donline.py731 auth_names = set(auth_ips)
733 auth_names = self.get_ns_names()
738 if not auth_names:
739 auth_names = auth_ips
741 for name in auth_names: