From 940b14d4174039d2d5b51e03d4d13951c1510473 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 22 Jul 2000 05:59:38 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8771 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac7f669c6..1d1ee10f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ 2000-07-22 Assar Westerlund + * kpasswd/kpasswdd.c: use kadm5_s_chpass_principal_cond instead of + mis-doing it here + + * lib/krb5/changepw.c (krb5_change_password): make timeout 1 + + 2^{0,1,...}. also keep track if we got an old packet back and + then just wait without sending a new packet * lib/krb5/changepw.c: use a datagram socket and remove the sequence numbers + * lib/krb5/changepw.c (krb5_change_password): clarify an + expression, avoiding a warning 2000-07-22 Johan Danielsson