X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/24a9171d9a3195bab5bde8ed1624a15ed0e477ec..90f3c2721dd69c1811fd5902c11ac472d08282aa:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1970c2d2..ccfde562 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +20040114 + - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits + unexpectedly. with & ok djm@ + - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add + test for case where cleanup has already run. + - (dtucker) [auth-pam.c] Add minor debugging. + +20040113 + - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. No + functional changes. + 20040108 - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and only define if not already. From des at freebsd.org.