*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7439 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-25 22:35:01 +00:00
parent 83af691eb4
commit 56ccee9642
2 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
1999-11-25 Assar Westerlund <assar@sics.se>
* version4.c (kadm_ser_mod): use kadm5_s_modify_principal (no
_with_key)
* kadmin.c: add `del_enctype'
* del_enctype.c (del_enctype): new function for deleting enctypes
from a principal
* Makefile.am (kadmin_SOURCES): add del_enctype.c
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* server.c: cope with old clients

View File

@@ -1,3 +1,10 @@
1999-11-25 Assar Westerlund <assar@sics.se>
* modify_s.c (kadm5_s_modify_principal): support key_data
(kadm5_s_modify_principal_with_key): remove
* admin.h (kadm5_s_modify_principal_with_key): remove
1999-11-20 Assar Westerlund <assar@sics.se>
* context_s.c (find_db_spec): ugly cast work-around.