summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--canohost.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a72f4c4..03abd686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
- djm@cvs.openbsd.org 2004/03/30 12:41:56
[sftp-client.c]
sync comment with reality
+ - djm@cvs.openbsd.org 2004/03/31 21:58:47
+ [canohost.c]
+ don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
20040418
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
@@ -994,4 +997,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3319 2004/04/19 12:10:52 dtucker Exp $
+$Id: ChangeLog,v 1.3320 2004/04/19 12:16:53 dtucker Exp $
diff --git a/canohost.c b/canohost.c
index a0067afc..54369d49 100644
--- a/canohost.c
+++ b/canohost.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.38 2003/09/23 20:17:11 markus Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.39 2004/03/31 21:58:47 djm Exp $");
#include "packet.h"
#include "xmalloc.h"