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