HomeSort by: relevance | last modified time | path
    Searched refs:realms (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
set_default_realm.c 70 krb5_realm *realms = NULL; local
73 realms = krb5_config_get_strings (context, NULL,
77 if (realms == NULL)
78 ret = krb5_get_host_realm(context, NULL, &realms);
80 ret = string_to_list (context, realm, &realms);
85 context->default_realms = realms;
get_host_realm.c 57 krb5_realm **realms)
69 *realms = malloc ((n + 1) * sizeof(krb5_realm));
70 if (*realms == NULL)
74 (*realms)[i] = NULL;
90 free ((*realms)[i]);
91 free (*realms);
102 (*realms)[i] = tmp;
112 krb5_realm **realms)
137 ret = copy_txt_to_realms(context, domain, r->head, realms);
155 * Try to figure out what realms host in `domain' belong to from th
    [all...]
test_x500.c 51 char **realms = NULL; local
74 &realms, &num_realms,
85 free(realms[n]);
86 free(realms);
expand_hostname.c 104 char ***realms)
113 ret = krb5_get_host_realm (context, *new_hostname, realms);
124 * and return the realms new_hostname is believed to belong to in
125 * realms.
131 * @param realms output possible realms, is an array that is terminated
143 char ***realms)
151 realms);
159 realms);
169 ret = krb5_get_host_realm (context, *new_hostname, realms);
    [all...]
mk_req.c 93 char **realms; local
98 &real_hostname, &realms);
103 strlen(*realms),
104 *realms,
109 krb5_free_host_realm (context, realms);
get_default_realm.c 39 * Return a NULL-terminated list of default realms in `realms'.
45 krb5_realm **realms)
55 realms);
transited.c 134 struct tr_realm *realms, const char *client_realm,
141 for(r = realms; r; r = r->next){
154 free_realms(realms);
165 struct tr_realm *realms, const char *client_realm)
169 for(r = realms; r; r = r->next){
181 free_realms(realms);
194 free_realms(realms);
259 const char *tr, int length, struct tr_realm **realms)
285 free_realms(*realms);
286 *realms = NULL
    [all...]
verify_user.c 192 krb5_realm *realms, *r; local
193 ret = krb5_get_default_realms (context, &realms);
198 for (r = realms; *r != NULL && ret != 0; ++r) {
201 krb5_free_host_realm (context, realms);
207 krb5_free_host_realm (context, realms);
238 * ignored and all the local realms are tried.
rd_req.c 139 char **realms; local
158 &realms, &num_realms,
165 realms, num_realms, NULL);
167 free(realms[n]);
168 free(realms);
principal.c 1055 char **realms = NULL, *host = NULL; local
1081 &host, &realms);
1087 realm = realms[0];
1089 ret = krb5_get_host_realm(context, hostname, &realms);
1092 realm = realms[0];
1099 if (realms)
1100 krb5_free_host_realm(context, realms);
  /src/crypto/external/bsd/heimdal/dist/
krb5.conf 5 [realms]
  /src/external/bsd/openldap/dist/tests/data/
krb5.conf 7 [realms]
  /src/crypto/external/bsd/heimdal/dist/kdc/
announce.c 240 /* skip registering LKDC realms */
317 char **realms, **r; local
322 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, &realms);
324 for (r = realms; r && *r; r++)
326 krb5_free_host_realm(announce_context, realms);
451 char **realms, **r; local
456 ret = (announce_config->db[i]->hdb_get_realms)(announce_context, announce_config->db[i], &realms);
458 for (r = realms; r && *r; r++)
460 krb5_free_host_realm(announce_context, realms);
krb5tgs.c 658 char **realms, **tmp; local
683 &realms,
698 if (num_realms + 1 > UINT_MAX/sizeof(*realms)) {
702 tmp = realloc(realms, (num_realms + 1) * sizeof(*realms));
707 realms = tmp;
708 realms[num_realms] = strdup(tgt_realm);
709 if(realms[num_realms] == NULL){
723 l += strlen(realms[i]) + 2;
730 strlcat(rs, realms[i], l)
1735 krb5_realm *realms; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/krb/
setup.sh 32 [realms]
62 [realms]
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afskrb5.c 240 krb5_realm *realms; local
242 if(krb5_get_host_realm(d->context, host, &realms))
244 r = strdup(realms[0]);
245 krb5_free_host_realm(d->context, realms);
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/krb/
setup.sh 34 [realms]
64 [realms]
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c 971 size_t realms; local
978 realms = dl_list_len(&hapd->conf->fils_realms);
979 if (realms > 7)
980 realms = 7; /* 3 bit count field limits this to max 7 */
987 fils_info |= realms << 3;
1015 if (realms == 0)
1017 realms--;
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 816 * @brief convert a list of realms from utf-8 to iso8859-q if necessary.
817 * @param is_utf8 the characterset of the realms (true if utf8)
818 * @param realms the realm list
821 stringprep_realms(bool is_utf8, list_t *realms)
838 for (l = realms; l != NULL; l = l->next) {
849 * @brief choose a realm from a list of possible realms provided by the server
851 * @param realms the list of realms
856 choose_realm(saslc_sess_t *sess, const char *hostname, list_t *realms)
864 /* required if the server provided any realms in the *
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 351 static void nai_realm_free(struct nai_realm *realms, u16 count)
355 if (realms == NULL)
358 os_free(realms[i].eap);
359 os_free(realms[i].realm);
361 os_free(realms);
550 "enough data (%u octets) for that many realms",
ctrl_iface.c 5013 u16 info, realms; local
5055 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3;
5056 if (realms) {
5057 if (ie_end - ie < realms * 2)
5064 ret = wpa_snprintf_hex(pos, end - pos, ie, realms * 2);
5068 ie += realms * 2;

Completed in 66 milliseconds