diff --git a/ChangeLog b/ChangeLog index 2e1ce9767..3aa7447bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-11-15 Assar Westerlund + + * lib/krb5/send_to_kdc.c (recv_loop): check `fd' for being too + large to be able to select on + +2000-11-13 Assar Westerlund + + * lib/hdb/ndbm.c: handle both ndbm.h and gdbm/ndbm.h + * lib/hdb/hdb.c: handle both ndbm.h and gdbm/ndbm.h + 2000-11-12 Johan Danielsson * kdc/hpropd.8: remove extra .Xc @@ -10,6 +20,17 @@ * kdc/524.c: fix log messge +2000-10-08 Assar Westerlund + + * kpasswd/kpasswdd.c (add_new_tcp): check for the socket fd being + too large to select on + * kdc/connect.c (add_new_tcp): check for the socket fd being too + large to selct on + * kdc/connect.c (loop): check that the socket fd is not too large + to select on + + * kdc/kaserver.c (do_authenticate): check for time skew + 2000-10-01 Assar Westerlund * kdc/524.c (set_address): allocate memory for storing addresses