Searched refs:profile_t (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h28 typedef struct _profile_t *profile_t; typedef in typeref:struct:_profile_t
47 (const_profile_filespec_t *files, profile_t *ret_profile);
50 (const_profile_filespec_list_t filelist, profile_t *ret_profile);
53 (profile_t profile);
55 (profile_t profile, const_profile_filespec_t outfile);
57 (profile_t profile, char **bufp);
59 (profile_t profile, char *buf);
62 (profile_t profile, int *writable);
64 (profile_t profile, int *modified);
67 (profile_t profil
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h89 * This structure defines the high-level, user visible profile_t
206 (profile_t profile, const char *const *names,
227 errcode_t KRB5_CALLCONV profile_copy (profile_t, profile_t *);
261 (const char *, profile_t, size_t *);
264 (const char *, profile_t, unsigned char **, size_t *);
267 (const char *, profile_t *, unsigned char **, size_t *);
272 (profile_t profile, const char **names,
H A Dprof_init.c8 * prof_init.c --- routines that manipulate the user-visible profile_t
30 profile_init(const_profile_filespec_t *files, profile_t *ret_profile)
33 profile_t profile;
87 profile_copy(profile_t old_profile, profile_t *new_profile)
110 profile_t *ret_profile)
162 profile_is_writable(profile_t profile, int *writable)
177 profile_is_modified(profile_t profile, int *modified)
192 profile_flush(profile_t profile)
204 profile_flush_to_file(profile_t profil
[all...]
H A Dprof_solaris.c36 __profile_iter_name_value(profile_t profile, char *section, char *key,
96 __profile_get_domain_realm(profile_t profile, char *realm, char ***domains)
106 __profile_set_appdefaults(profile_t profile)
139 __profile_set_logging(profile_t profile)
192 __profile_set_libdefaults(profile_t profile, char *realm)
215 __profile_set_kdc(profile_t profile, char *realm, char *kdc,
243 * errcode_t __profile_release(profile_t profile)
253 __profile_release(profile_t profile)
273 * void __profile_abandon(profile_t profile)
280 __profile_abandon(profile_t profil
[all...]
H A Dprof_get.c127 profile_get_values(profile_t profile, const char *const *names,
167 errcode_t profile_get_value(profile_t profile, const char **names,
193 profile_get_string(profile_t profile, const char *name, const char *subname,
225 profile_get_integer(profile_t profile, const char *name, const char *subname,
306 profile_get_boolean(profile_t profile, const char *name, const char *subname,
337 profile_get_subsection_names(profile_t profile, const char **names,
373 profile_get_relation_names(profile_t profile, const char **names,
405 profile_iterator_create(profile_t profile, const char *const *names, int flags,
H A Dprof_set.c24 static errcode_t rw_setup(profile_t profile)
84 profile_update_relation(profile_t profile, const char **names,
137 profile_clear_relation(profile_t profile, const char **names)
182 profile_rename_section(profile_t profile, const char **names,
235 profile_add_relation(profile_t profile, const char **names,
H A Dprof_tree.c395 profile_t profile;
406 errcode_t profile_node_iterator_create(profile_t profile,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.h109 extern errcode_t profile_get_options_boolean(profile_t,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c43 errcode_t KRB5_CALLCONV profile_copy (profile_t, profile_t *);
438 krb5_get_profile (krb5_context ctx, profile_t *profile)
451 profile_t profile;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c40 profile_t profile;
H A Dget_in_tkt.c800 profile_t profile;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c97 profile_t profile = NULL;
234 profile_t profile;
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c118 profile_t profile;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c48 extern errcode_t profile_get_options_boolean(profile_t, char **,
50 extern errcode_t profile_get_options_string(profile_t, char **,
H A Drlogin.c83 extern errcode_t profile_get_options_boolean(profile_t, char **,
85 extern errcode_t profile_get_options_string(profile_t, char **,
H A Drcp.c157 extern errcode_t profile_get_options_boolean(profile_t, char **,
159 extern errcode_t profile_get_options_string(profile_t, char **,
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c106 profile_t profile;
144 profile = (profile_t) NULL;
170 return(profile_get_values((profile_t) acontext,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1536 profile_t profile;

Completed in 124 milliseconds