summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-25 13:34:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-25 13:34:31 +1000
commit586b0b98bf9fe8a1d551a9706aed60851ff0e014 (patch)
treee61c349fd701ac0ce005d4951d6c5d97f646689f /ChangeLog
parent645ab757bd58dc0c8e42b9886863ec95bf058c3e (diff)
- djm@cvs.openbsd.org 2004/06/25 01:16:09
[sshd.c] only perform tcp wrappers checks when the incoming connection is on a socket. silences useless warnings from regress tests that use proxycommand="sshd -i". prompted by david@ ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4367699d2..2e5b94c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
3 - djm@cvs.openbsd.org 2004/06/24 19:30:54 3 - djm@cvs.openbsd.org 2004/06/24 19:30:54
4 [servconf.c servconf.h sshd.c] 4 [servconf.c servconf.h sshd.c]
5 re-exec sshd on accept(); initial work, final debugging and ok markus@ 5 re-exec sshd on accept(); initial work, final debugging and ok markus@
6 - djm@cvs.openbsd.org 2004/06/25 01:16:09
7 [sshd.c]
8 only perform tcp wrappers checks when the incoming connection is on a
9 socket. silences useless warnings from regress tests that use
10 proxycommand="sshd -i". prompted by david@ ok markus@
6 11
720040623 1220040623
8 - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 13 - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1
@@ -1405,4 +1410,4 @@
1405 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1410 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1406 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1411 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1407 1412
1408$Id: ChangeLog,v 1.3444 2004/06/25 03:33:20 dtucker Exp $ 1413$Id: ChangeLog,v 1.3445 2004/06/25 03:34:31 dtucker Exp $