From 3258e4eaa9d6eb24ee597c3b8367621c9448e87f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 3 May 1999 16:41:00 +0000 Subject: [PATCH] add prototypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6078 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/admin.h | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/lib/kadm5/admin.h b/lib/kadm5/admin.h index 63b0ed408..1253ed871 100644 --- a/lib/kadm5/admin.h +++ b/lib/kadm5/admin.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Kungliga Tekniska Högskolan + * Copyright (c) 1997-1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -517,6 +517,13 @@ kadm5_s_chpass_principal __P(( krb5_principal princ, char *password)); +kadm5_ret_t +kadm5_s_chpass_principal_with_key __P(( + void *server_handle, + krb5_principal princ, + int n_key_data, + krb5_key_data *key_data)); + kadm5_ret_t kadm5_s_create_principal __P(( void *server_handle, @@ -524,6 +531,12 @@ kadm5_s_create_principal __P(( u_int32_t mask, char *password)); +kadm5_ret_t +kadm5_s_create_principal_with_key __P(( + void *server_handle, + kadm5_principal_ent_t princ, + u_int32_t mask)); + kadm5_ret_t kadm5_s_delete_principal __P(( void *server_handle, @@ -623,6 +636,12 @@ kadm5_s_modify_principal __P(( kadm5_principal_ent_t princ, u_int32_t mask)); +kadm5_ret_t +kadm5_s_modify_principal_with_key __P(( + void *server_handle, + kadm5_principal_ent_t princ, + u_int32_t mask)); + kadm5_ret_t kadm5_s_randkey_principal __P(( void *server_handle, @@ -657,13 +676,6 @@ kadm5_store_tl_data __P(( krb5_storage *sp, krb5_tl_data *tl)); -krb5_error_code -kadmind_loop __P(( - krb5_context context, - krb5_auth_context ac, - const char *client, - int fd)); - #if 0 /* unimplemented functions */ kadm5_ret_t