*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8771 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-22 05:59:38 +00:00
parent c4155219d9
commit 940b14d417

View File

@@ -1,7 +1,15 @@
2000-07-22 Assar Westerlund <assar@sics.se>
* 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 <joda@pdc.kth.se>