*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8065 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-23 23:08:27 +00:00
parent 5ca9dc1371
commit b46166825c
3 changed files with 25 additions and 0 deletions

2
NEWS
View File

@@ -1,5 +1,7 @@
Changes in release 0.2r:
* `add --key' and `cpw --key' in kadmin
* klist supports listing v4 tickets
* support for anonymous tickets

View File

@@ -1,3 +1,10 @@
2000-03-23 Assar Westerlund <assar@sics.se>
* util.c (hex2n, parse_des_key): add
* server.c (kadmind_dispatch): add kadm_chpass_with_key
* cpw.c: add --key
* ank.c: add --key
2000-02-16 Assar Westerlund <assar@sics.se>
* load.c (doit): check return value from parse_hdbflags2int

View File

@@ -1,3 +1,19 @@
2000-03-24 Assar Westerlund <assar@sics.se>
* set_keys.c (_kadm5_set_keys2): rewrite
(_kadm5_set_keys3): add
* private.h (struct kadm_func): add chpass_principal_with_key
* init_c.c (set_funcs): add chpass_principal_with_key
2000-03-23 Assar Westerlund <assar@sics.se>
* context_s.c (set_funcs): add chpass_principal_with_key
* common_glue.c (kadm5_chpass_principal_with_key): add
* chpass_s.c: comment-ize and change calling convention for
_kadm5_set_keys*
* chpass_c.c (kadm5_c_chpass_principal_with_key): add
2000-02-07 Assar Westerlund <assar@sics.se>
* Makefile.am (libkadm5clnt_la_LDFLAGS): set version to 4:2:0