From 365486cd157e6c080efeef550d0c55a02a9bb42b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 16 Aug 1999 12:50:22 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6830 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 17 +++++++++++++++++ kadmin/ChangeLog | 8 ++++++++ lib/roken/ChangeLog | 4 ++++ 3 files changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9ad6505e..1cffa42a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1999-08-16 Assar Westerlund + + * lib/krb5/sendauth.c (krb5_sendauth): only look at errno if + krb5_net_read actually returns -1 + + * lib/krb5/recvauth.c (krb5_recvauth): only look at errno if + krb5_net_read actually returns -1 + + * appl/kf/kf.c (proto): don't trust errno if krb5_net_read hasn't + returned -1 + + * appl/test/tcp_server.c (proto): only trust errno if + krb5_net_read actually returns -1 + + * appl/kf/kfd.c (proto): be more careful with the return value + from krb5_net_read + 1999-08-13 Assar Westerlund * lib/krb5/get_addrs.c (get_addrs_int): try the different ways diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index 879f8662d..5e19ece84 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,11 @@ +1999-08-16 Assar Westerlund + + * version4.c (handle_v4): more error checking and more correct + error messages + + * server.c (v5_loop, kadmind_loop): more error checking and more + correct error messages + 1999-07-24 Assar Westerlund * util.c (str2timeval, edit_time): functions for parsing and diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 165ba7928..1f6e57874 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,7 @@ +1999-08-16 Assar Westerlund + + * getcap.c: try to make this work on systems with DB + 1999-08-16 Johan Danielsson * getcap.c: protect from db-less systems