Searched refs:server_handle (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dflush.c39 kadm5_s_flush(void *server_handle) argument
45 kadm5_c_flush(void *server_handle) argument
H A Dflush_c.c38 kadm5_c_flush(void *server_handle) argument
H A Dflush_s.c38 kadm5_s_flush(void *server_handle) argument
H A Dcommon_glue.c38 #define __CALL(F, P) (*((kadm5_common_context*)server_handle)->funcs.F)P;
41 kadm5_chpass_principal(void *server_handle, argument
45 return __CALL(chpass_principal, (server_handle, princ, password));
49 kadm5_chpass_principal_with_key(void *server_handle, argument
55 (server_handle, princ, n_key_data, key_data));
59 kadm5_create_principal(void *server_handle, argument
64 return __CALL(create_principal, (server_handle, princ, mask, password));
68 kadm5_delete_principal(void *server_handle, argument
71 return __CALL(delete_principal, (server_handle, princ));
75 kadm5_destroy (void *server_handle) argument
81 kadm5_flush(void *server_handle) argument
87 kadm5_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t out, uint32_t mask) argument
96 kadm5_modify_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
104 kadm5_randkey_principal(void *server_handle, krb5_principal princ, krb5_keyblock **new_keys, int *n_keys) argument
113 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
121 kadm5_get_principals(void *server_handle, const char *expression, char ***princs, int *count) argument
130 kadm5_get_privs(void *server_handle, uint32_t *privs) argument
[all...]
H A Dprivs_s.c39 kadm5_s_get_privs(void *server_handle, uint32_t *privs) argument
41 kadm5_server_context *context = server_handle;
H A Dclient_glue.c45 void **server_handle)
53 server_handle);
64 void **server_handle)
73 server_handle);
83 void **server_handle)
91 server_handle);
102 void **server_handle)
111 server_handle);
121 void **server_handle)
129 server_handle);
39 kadm5_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
57 kadm5_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
77 kadm5_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
95 kadm5_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
115 kadm5_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
133 kadm5_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Dserver_glue.c45 void **server_handle)
53 server_handle);
64 void **server_handle)
73 server_handle);
83 void **server_handle)
91 server_handle);
102 void **server_handle)
111 server_handle);
121 void **server_handle)
129 server_handle);
39 kadm5_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
57 kadm5_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
77 kadm5_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
95 kadm5_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
115 kadm5_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
133 kadm5_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Dinit_s.c46 void **server_handle)
90 *server_handle = ctx;
102 void **server_handle)
110 server_handle);
120 void **server_handle)
136 server_handle);
141 ctx = *server_handle;
154 void **server_handle)
162 server_handle);
172 void **server_handle)
40 kadm5_s_init_with_context(krb5_context context, const char *client_name, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
95 kadm5_s_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
114 kadm5_s_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
147 kadm5_s_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
166 kadm5_s_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
199 kadm5_s_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
218 kadm5_s_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Ddestroy_c.c39 kadm5_c_destroy(void *server_handle) argument
41 kadm5_client_context *context = server_handle;
H A Dfree.c39 kadm5_free_key_data(void *server_handle, argument
59 kadm5_free_principal_ent(void *server_handle, argument
62 kadm5_server_context *context = server_handle;
67 kadm5_free_key_data(server_handle, &princ->n_key_data, princ->key_data);
82 kadm5_free_name_list(void *server_handle, argument
H A Ddelete_c.c39 kadm5_c_delete_principal(void *server_handle, krb5_principal princ) argument
41 kadm5_client_context *context = server_handle;
48 ret = _kadm5_connect(server_handle);
H A Dmodify_c.c39 kadm5_c_modify_principal(void *server_handle, argument
43 kadm5_client_context *context = server_handle;
50 ret = _kadm5_connect(server_handle);
H A Dprivs_c.c39 kadm5_c_get_privs(void *server_handle, uint32_t *privs) argument
41 kadm5_client_context *context = server_handle;
50 ret = _kadm5_connect(server_handle);
H A Drename_c.c39 kadm5_c_rename_principal(void *server_handle, argument
43 kadm5_client_context *context = server_handle;
50 ret = _kadm5_connect(server_handle);
H A Dchpass_c.c39 kadm5_c_chpass_principal(void *server_handle, argument
43 kadm5_client_context *context = server_handle;
50 ret = _kadm5_connect(server_handle);
83 kadm5_c_chpass_principal_with_key(void *server_handle, argument
88 kadm5_client_context *context = server_handle;
96 ret = _kadm5_connect(server_handle);
H A Dchpass_s.c39 change(void *server_handle, argument
44 kadm5_server_context *context = server_handle;
132 kadm5_s_chpass_principal_cond(void *server_handle, argument
136 return change (server_handle, princ, password, 1);
144 kadm5_s_chpass_principal(void *server_handle, argument
148 return change (server_handle, princ, password, 0);
156 kadm5_s_chpass_principal_with_key(void *server_handle, argument
161 kadm5_server_context *context = server_handle;
H A Ddestroy_s.c73 kadm5_s_destroy(void *server_handle) argument
76 kadm5_server_context *context = server_handle;
H A Dmodify_s.c39 modify_principal(void *server_handle, argument
44 kadm5_server_context *context = server_handle;
89 kadm5_s_modify_principal(void *server_handle, argument
93 return modify_principal(server_handle, princ, mask,
H A Dcreate_c.c39 kadm5_c_create_principal(void *server_handle, argument
44 kadm5_client_context *context = server_handle;
51 ret = _kadm5_connect(server_handle);
H A Dget_c.c39 kadm5_c_get_principal(void *server_handle, argument
44 kadm5_client_context *context = server_handle;
51 ret = _kadm5_connect(server_handle);
H A Dget_princs_c.c39 kadm5_c_get_principals(void *server_handle, argument
44 kadm5_client_context *context = server_handle;
51 ret = _kadm5_connect(server_handle);
H A Drandkey_c.c39 kadm5_c_randkey_principal(void *server_handle, argument
44 kadm5_client_context *context = server_handle;
51 ret = _kadm5_connect(server_handle);
H A Dadmin.h227 kadm5_decrypt_key(void *server_handle,
234 kadm5_create_policy(void *server_handle,
238 kadm5_delete_policy(void *server_handle, char *policy);
242 kadm5_modify_policy(void *server_handle,
247 kadm5_get_policy(void *server_handle, char *policy, kadm5_policy_ent_t ent);
250 kadm5_get_policies(void *server_handle, char *exp,
H A Ddelete_s.c39 kadm5_s_delete_principal(void *server_handle, krb5_principal princ) argument
41 kadm5_server_context *context = server_handle;
H A Dinit_c.c567 void **server_handle)
602 *server_handle = ctx;
616 void **server_handle)
635 server_handle);
640 ctx = *server_handle;
653 void **server_handle)
665 server_handle);
675 void **server_handle)
686 server_handle);
697 void **server_handle)
557 kadm5_c_init_with_context(krb5_context context, const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
607 init_context(const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
646 kadm5_c_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
669 kadm5_c_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
690 kadm5_c_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
714 kadm5_c_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
735 kadm5_c_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
758 kadm5_c_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]

Completed in 208 milliseconds

12