git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10944 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-18 16:25:13 +00:00
parent bfc1679b46
commit 7299aac78e
3 changed files with 70 additions and 0 deletions

View File

@@ -1,5 +1,59 @@
2002-04-18 Johan Danielsson <joda@pdc.kth.se>
* acconfig.h: remove some stuff that is defined elsewhere
* lib/krb5/krb5_locl.h: include <sys/file.h>
* 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 <sys/socket.h> to get socklen_t
* kdc/kerberos5.c (get_pa_etype_info): sort ETYPE-INFOs by
requested KDC-REQ etypes

View File

@@ -1,3 +1,9 @@
2002-04-18 Johan Danielsson <joda@pdc.kth.se>
* misc.m4: remove some stuff that is defined elsewhere
* make-proto.pl: optionally remove __P and parameter names
2001-11-30 Assar Westerlund <assar@sics.se>
* roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris

View File

@@ -1,3 +1,13 @@
2002-04-18 Johan Danielsson <joda@pdc.kth.se>
* 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 <joda@pdc.kth.se>
* mini_inetd.c: mini_inetd_addrinfo that takes an addrinfo instead