update protos
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3729 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
typedef struct kadm5_server_context {
|
typedef struct kadm5_server_context {
|
||||||
krb5_context context;
|
krb5_context context;
|
||||||
|
krb5_boolean my_context;
|
||||||
kadm5_config_params config;
|
kadm5_config_params config;
|
||||||
HDB *db;
|
HDB *db;
|
||||||
krb5_principal caller;
|
krb5_principal caller;
|
||||||
@@ -67,7 +68,14 @@ typedef struct kadm5_server_context {
|
|||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
_kadm5_s_init_context __P((
|
_kadm5_s_init_context __P((
|
||||||
kadm5_server_context **ctx,
|
kadm5_server_context **ctx,
|
||||||
kadm5_config_params *params));
|
kadm5_config_params *params,
|
||||||
|
krb5_context context));
|
||||||
|
|
||||||
|
kadm5_ret_t
|
||||||
|
_kadm5_set_keys __P((
|
||||||
|
kadm5_server_context *context,
|
||||||
|
hdb_entry *ent,
|
||||||
|
const char *password));
|
||||||
|
|
||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
_kadm5_set_modifier __P((
|
_kadm5_set_modifier __P((
|
||||||
|
Reference in New Issue
Block a user