diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-17 17:19:24 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-17 17:19:24 +1000 |
commit | 2b9b045d930b8d724f768fafdd9a46fa453b9a3e (patch) | |
tree | f127eb67a0f4818cbb429b7faa76330e7659a6c5 /ChangeLog | |
parent | 37294fb6307202e6f52d7046b3ddb56a4786d27f (diff) |
- (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
- djm@cvs.openbsd.org 2005/07/17 06:49:04
[channels.c channels.h session.c session.h]
Fix a number of X11 forwarding channel leaks:
1. Refuse multiple X11 forwarding requests on the same session
2. Clean up all listeners after a single_connection X11 forward, not just
the one that made the single connection
3. Destroy X11 listeners when the session owning them goes away
testing and ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 | ||
12 | 20050716 | 20 | 20050716 |
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 $ |