From 7299aac78e62a54b1e0676a9cbb16b4dcba88111 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 18 Apr 2002 16:25:13 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10944 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 54 +++++++++++++++++++++++++++++++++++++++++++++ cf/ChangeLog | 6 +++++ lib/roken/ChangeLog | 10 +++++++++ 3 files changed, 70 insertions(+) diff --git a/ChangeLog b/ChangeLog index 35bdc1a6d..f27559347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,59 @@ 2002-04-18 Johan Danielsson + * acconfig.h: remove some stuff that is defined elsewhere + + * lib/krb5/krb5_locl.h: include + + * lib/krb5/acl.c: rename acl_string parameter + + * lib/krb5/Makefile.am: remove __P from protos, and put parameter + names in comments + + * kuser/klist.c: better align some headers + + * kdc/kerberos4.c: storage tweaks + + * kdc/kaserver.c: storage tweaks + + * kdc/524.c: storage tweaks + + * lib/krb5/keytab_krb4.c: storage tweaks + + * lib/krb5/keytab_keyfile.c: storage tweaks + + * lib/krb5/keytab_file.c: storage tweaks; also try to handle zero + sized keytab files + + * lib/krb5/keytab_any.c: use KRB5_KT_END instead of KRB5_CC_END + + * lib/krb5/fcache.c: storage tweaks + + * lib/krb5/store_mem.c: make the krb5_storage opaque, and add + function wrappers for store/fetch/seek, and also make the eof-code + configurable + + * lib/krb5/store_fd.c: make the krb5_storage opaque, and add + function wrappers for store/fetch/seek, and also make the eof-code + configurable + + * lib/krb5/store_emem.c: make the krb5_storage opaque, and add + function wrappers for store/fetch/seek, and also make the eof-code + configurable + + * lib/krb5/store.c: make the krb5_storage opaque, and add function + wrappers for store/fetch/seek, and also make the eof-code + configurable + + * lib/krb5/store-int.h: make the krb5_storage opaque, and add + function wrappers for store/fetch/seek, and also make the eof-code + configurable + + * lib/krb5/krb5.h: make the krb5_storage opaque, and add function + wrappers for store/fetch/seek, and also make the eof-code + configurable + + * include/bits.c: include to get socklen_t + * kdc/kerberos5.c (get_pa_etype_info): sort ETYPE-INFOs by requested KDC-REQ etypes diff --git a/cf/ChangeLog b/cf/ChangeLog index 0decfb5eb..06d567f94 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,9 @@ +2002-04-18 Johan Danielsson + + * misc.m4: remove some stuff that is defined elsewhere + + * make-proto.pl: optionally remove __P and parameter names + 2001-11-30 Assar Westerlund * roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 4b16c5d80..049a57f17 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,13 @@ +2002-04-18 Johan Danielsson + + * roken.h.in: move mini_inetd protos to after addrinfo definition + + * snprintf.c (append_number): make rep const + + * getarg.h: rename optind and optarg to avoid some gcc warnings + + * getarg.c: rename optind and optarg to avoid some gcc warnings + 2002-02-18 Johan Danielsson * mini_inetd.c: mini_inetd_addrinfo that takes an addrinfo instead