summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-25 16:18:09 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-25 16:18:09 +1000
commit328118aa798878a68398b92ba85adfb630bc5434 (patch)
tree655a99bc0103f2ff7be88d0471f7b9fb1ad12993 /ChangeLog
parent4d8f560c398530d652c72e9d91c1a0cb8ff19a6c (diff)
- (dtucker) [auth-pam.c] Since people don't seem to be getting the message
that USE_POSIX_THREADS is unsupported, not recommended and generally a bad idea, it is now known as UNSUPPORTED_POSIX_THREADS_HACK. Attempting to use USE_POSIX_THREADS will now generate an error so we don't silently change behaviour. ok djm@
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 $