mirror of git://anongit.mindrot.org/openssh.git
- 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)
This commit is contained in:
parent
dca6a4dd88
commit
d04121f0ab
|
@ -9,6 +9,9 @@
|
||||||
- djm@cvs.openbsd.org 2004/03/30 12:41:56
|
- djm@cvs.openbsd.org 2004/03/30 12:41:56
|
||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
sync comment with reality
|
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
|
20040418
|
||||||
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
|
- (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) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (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 $
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "packet.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
Loading…
Reference in New Issue