diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-07-02 22:32:14 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-07-02 22:32:14 +1000 |
commit | 8810dd41b9c5903452badac57aee3dee24c20be5 (patch) | |
tree | 9d43338db0677ea5ce69c0abf55cf385eb565fea /ChangeLog | |
parent | 00f00f0451087cf8593f11758e0973fa7d9349bc (diff) |
- djm@cvs.openbsd.org 2008/06/30 12:15:39
[serverloop.c]
only pass channel requests on session channels through to the session
channel handler, avoiding spurious log messages; ok! markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,10 @@ | |||
3 | - djm@cvs.openbsd.org 2008/06/30 08:05:59 | 3 | - djm@cvs.openbsd.org 2008/06/30 08:05:59 |
4 | [PROTOCOL.agent] | 4 | [PROTOCOL.agent] |
5 | typo: s/constraint_date/constraint_data/ | 5 | typo: s/constraint_date/constraint_data/ |
6 | - djm@cvs.openbsd.org 2008/06/30 12:15:39 | ||
7 | [serverloop.c] | ||
8 | only pass channel requests on session channels through to the session | ||
9 | channel handler, avoiding spurious log messages; ok! markus@ | ||
6 | 10 | ||
7 | 20080630 | 11 | 20080630 |
8 | - (djm) OpenBSD CVS Sync | 12 | - (djm) OpenBSD CVS Sync |
@@ -4486,4 +4490,4 @@ | |||
4486 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4490 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4487 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4491 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4488 | 4492 | ||
4489 | $Id: ChangeLog,v 1.5039 2008/07/02 12:31:31 dtucker Exp $ | 4493 | $Id: ChangeLog,v 1.5040 2008/07/02 12:32:14 dtucker Exp $ |