/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | free_rtree.c | 33 krb5_free_realm_tree(krb5_context context, krb5_principal *realms) in krb5_free_realm_tree() argument 35 register krb5_principal *nrealms = realms; in krb5_free_realm_tree() 40 krb5_xfree(realms); in krb5_free_realm_tree()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 477 __profile_get_realms(profile_t profile, char ***realms) in __profile_get_realms() argument 480 if (profile == NULL || realms == NULL) in __profile_get_realms() 483 return (__profile_iter_name_value(profile, "realms", NULL, realms)); in __profile_get_realms() 802 char *default_realm = NULL, **realms = NULL, *tr = NULL; in __profile_validate() local 830 code = __profile_get_realms(profile, &realms); in __profile_validate() 831 if (code == 0 && realms != NULL) { in __profile_validate() 832 for (trealms = realms; *trealms; trealms++) { in __profile_validate() 898 } else if (code == 0 && realms == NULL) in __profile_validate() 903 if (realms != NULL) in __profile_validate() 904 profile_free_list(realms); in __profile_validate()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 165 krb5_ldap_list_realm(context, realms) in krb5_ldap_list_realm() argument 167 char ***realms; 199 *realms = NULL; 208 *realms = calloc(count+1, sizeof (char *)); 209 CHECK_NULL(*realms); 216 (*realms)[count] = strdup(values[0]); 217 CHECK_NULL((*realms)[count]); 229 if (*realms) { 230 for (i=0; (*realms)[i] != NULL; ++i) { 231 free ((*realms)[i]); [all …]
|
H A D | ldap_misc.c | 1629 krb5_ldap_supported_realms(krb5_context kcontext, char **realms) in krb5_ldap_supported_realms() argument 1638 krb5_ldap_free_supported_realms(krb5_context kcontext, char **realms) in krb5_ldap_free_supported_realms() argument
|
H A D | kerberos.ldif | 613 #### This is a kerberos container for all the realms in a tree.
|
/titanic_41/usr/src/cmd/gss/etc/ |
H A D | krb5.conf | 37 [realms]
|
H A D | kdc.conf | 29 [realms]
|
/titanic_41/usr/src/lib/krb5/kdb/ |
H A D | kdb5.h | 120 char **realms); 123 char **realms);
|
H A D | kdb5.c | 1145 krb5_supported_realms(krb5_context kcontext, char **realms) in krb5_supported_realms() argument 1164 dal_handle->lib_handle->vftabl.db_supported_realms(kcontext, realms); in krb5_supported_realms() 1173 krb5_free_supported_realms(krb5_context kcontext, char **realms) in krb5_free_supported_realms() argument 1193 realms); in krb5_free_supported_realms()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | kerberos5.c | 587 char **realms = NULL; in krb5_profile_get_options() local 601 err = krb5_get_host_realm(telnet_context, host, &realms); in krb5_profile_get_options() 608 realmdef[1] = realms[0]; in krb5_profile_get_options()
|
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 4217 char **realms = NULL; local 4283 if(!realms) 4284 realms = params->utils->malloc(sizeof(char *) * (nrealm + 1)); 4286 realms = params->utils->realloc(realms, 4289 if (realms == NULL) { 4294 _plug_strdup(params->utils, value, &realms[nrealm-1], NULL); 4295 realms[nrealm] = NULL; 4585 *outrealms = realms; 4591 if (result != SASL_OK && realms) { 4596 params->utils->free(realms[lup]); [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | kdb.h | 285 char **realms ); 287 char **realms );
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | profile.h | 139 long __profile_get_realms(profile_t profile, char ***realms);
|
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 231 printf "\n[realms]\n" 1>&3 252 printf "[realms]\n" 1>&3
|