summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 647ad0160..84b82cccc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,14 @@
8 [cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL 8 [cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL
9 in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]") 9 in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
10 - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line 10 - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
11 - djm@cvs.openbsd.org 2005/07/17 06:49:04
12 [channels.c channels.h session.c session.h]
13 Fix a number of X11 forwarding channel leaks:
14 1. Refuse multiple X11 forwarding requests on the same session
15 2. Clean up all listeners after a single_connection X11 forward, not just
16 the one that made the single connection
17 3. Destroy X11 listeners when the session owning them goes away
18 testing and ok dtucker@
11 19
1220050716 2020050716
13 - (dtucker) [auth-pam.c] Ensure that only one side of the authentication 21 - (dtucker) [auth-pam.c] Ensure that only one side of the authentication
@@ -2841,4 +2849,4 @@
2841 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2849 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2842 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2850 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2843 2851
2844$Id: ChangeLog,v 1.3849 2005/07/17 07:18:49 djm Exp $ 2852$Id: ChangeLog,v 1.3850 2005/07/17 07:19:24 djm Exp $