*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9945 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-14 06:21:52 +00:00
parent 4aaf97e1b0
commit b75417ee25
4 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
2001-05-14 Assar Westerlund <assar@sics.se>
* kpasswd/kpasswdd.c: adapt to new address functions
* kdc/kerberos5.c: adapt to changing address functions use LR_TYPE
* kdc/connect.c: adapt to changing address functions
* kdc/config.c: new krb5_config_parse_file
* kdc/524.c: new krb5_sockaddr2address
* lib/krb5/*: add some krb5_{set,clear}_error_string
* lib/asn1/k5.asn1 (LR_TYPE): add
* lib/asn1/Makefile.am (gen_files): add asn1_LR_TYPE.x
2001-05-11 Assar Westerlund <assar@sics.se>
* kdc/kerberos5.c (tsg_rep): fix typo in variable name

View File

@@ -1,3 +1,9 @@
2001-05-14 Assar Westerlund <assar@sics.se>
* kadmind.c: new krb5_config_parse_file
* kadmin.c: new krb5_config_parse_file
* kadm_conn.c: update to new krb5_sockaddr2address
2001-05-07 Assar Westerlund <assar@sics.se>
* kadmin_locl.h (foreach_principal): update prototype

View File

@@ -1,3 +1,7 @@
2001-05-14 Assar Westerlund <assar@sics.se>
* address_to_krb5addr.c: adapt to new address functions
2001-05-11 Assar Westerlund <assar@sics.se>
* try to return the error string from libkrb5 where applicable

View File

@@ -1,3 +1,7 @@
2001-05-14 Assar Westerlund <assar@sics.se>
* address_to_krb5addr.c: adapt to new address functions
2001-05-11 Assar Westerlund <assar@sics.se>
* try to return the error string from libkrb5 where applicable