summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cfcd9596..a7eab8fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
120050524 120050524
2 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 2 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
3 [contrib/suse/openssh.spec] Update spec file versions to 4.1p1 3 [contrib/suse/openssh.spec] Update spec file versions to 4.1p1
4 - (dtucker) [auth-pam.c] Since people don't seem to be getting the message
5 that USE_POSIX_THREADS is unsupported, not recommended and generally a bad
6 idea, it is now known as UNSUPPORTED_POSIX_THREADS_HACK. Attempting to use
7 USE_POSIX_THREADS will now generate an error so we don't silently change
8 behaviour. ok djm@
4 9
520050524 1020050524
6 - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensure 11 - (djm) [openbsd-compat/readpassphrase.c] bz #950: Retry tcsetattr to ensure
@@ -48,10 +53,6 @@
48 - (dtucker) [session.c] Bug #1024: Don't check pam_session_is_open if 53 - (dtucker) [session.c] Bug #1024: Don't check pam_session_is_open if
49 UseLogin is set as PAM is not used to establish credentials in that 54 UseLogin is set as PAM is not used to establish credentials in that
50 case. Found by Michael Selvesteen, ok djm@ 55 case. Found by Michael Selvesteen, ok djm@
51 - (dtucker) [auth-pam.c] Since people don't seem to be getting the message,
52 USE_POSIX_THREADS is now known as UNSUPPORTED_POSIX_THREADS_HACK.
53 USE_POSIX_THREADS will now generate an error so we don't silently change
54 behaviour. ok djm@
55 56
5620050419 5720050419
57 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation 58 - (dtucker) [INSTALL] Reference README.privsep for the privilege separation
@@ -2491,4 +2492,4 @@
2491 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2492 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2492 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2493 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2493 2494
2494$Id: ChangeLog,v 1.3757 2005/05/25 04:43:47 djm Exp $ 2495$Id: ChangeLog,v 1.3758 2005/05/25 06:18:09 dtucker Exp $