Displaying 7 results from an estimated 7 matches for "ip_fil".
Did you mean:
ip_file
2010 Dec 09
0
[PATCH] mention ssh-keyscan in remote host fingerprint warning
...r mean that", key_msg);
error("DNS SPOOFING is happening or the IP address for the host");
error("and its host key have changed at the same time.");
- if (ip_status != HOST_NEW)
+ if (ip_status != HOST_NEW) {
error("Offending key for IP in %s:%d", ip_file, ip_line);
+ error(" remove with: ssh-keygen -f \"%s\" -R %d", ip_file, ip_line);
+ }
}
/* The host key has changed. */
warn_changed_key(host_key);
error("Add correct host key in %.100s to get rid of this message.",
user_hostfile);
error(&q...
2003 Apr 04
3
outdated files after make world
...) I checked
which files are older than the start of the build:
338 Mar 6 2002 /boot/loader.rc
12168 Mar 6 2002 /usr/include/machine/if_wavelan_ieee.h
1564 May 1 2002 /usr/include/netinet/ip_auth.h
34148 May 1 2002 /usr/include/netinet/ip_compat.h
21840 May 1 2002 /usr/include/netinet/ip_fil.h
1905 May 1 2002 /usr/include/netinet/ip_frag.h
8826 May 1 2002 /usr/include/netinet/ip_nat.h
4559 May 1 2002 /usr/include/netinet/ip_proxy.h
5621 May 1 2002 /usr/include/netinet/ip_state.h
324 May 1 2002 /usr/include/netinet/ipl.h
5930 Mar 6 2002 /usr/include/values.h
858 Mar...
2003 Apr 11
2
Ipf headers not installed per default ?
Just rebuilt and installed/world kernel: FreeBSD 4.8-STABLE #0: Fri Apr 11
14:34:37 EDT 2003
Using the latest Makefile for squid25:
# fgrep \$FreeBSD /usr/ports/www/squid/Makefile
# $FreeBSD: ports/www/squid/Makefile,v 1.100 2003/04/09 08:31:30 adrian Exp $
Modified with:
# fgrep CONFIGURE_ARGS Makefile |fgrep -v \#
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
2008 Jul 25
0
resynv onnv-gate
...cmd/ipf/lib/common/printactivenat.c
usr/src/cmd/ipf/lib/common/printaddr.c
usr/src/cmd/ipf/lib/common/printfr.c
usr/src/cmd/ipf/lib/common/printhostmask.c
usr/src/cmd/ipf/lib/common/printlookup.c
usr/src/cmd/ipf/lib/common/printnat.c
usr/src/cmd/ipf/tools/Makefile.tools
usr/src/cmd/ipf/tools/ip_fil.c
usr/src/cmd/ipf/tools/ipmon.c
usr/src/cmd/ipf/tools/ipnat_y.y
usr/src/cmd/ipf/tools/lexer.c
usr/src/cmd/lvm/rpc.metad/metad_svc_subr.c
usr/src/cmd/man/src/man.c
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
usr/src/cmd/mdb/common/mdb/mdb_io.c
usr/src/cmd/mdb/common/modules/genunix/memory.c
usr/sr...
2003 Mar 04
0
hashing known_hosts
...de <openssl/sha.h>
+#include "uuencode.h"
+#endif
+
#include "ssh.h"
#include "xmalloc.h"
#include "rsa.h"
@@ -505,6 +510,11 @@ check_host_key(char *host, struct sockad
char msg[1024];
int len, host_line, ip_line;
const char *host_file = NULL, *ip_file = NULL;
+#ifdef HASH_KNOWN_HOSTS
+ unsigned char md[SHA_DIGEST_LENGTH];
+ char uu[SHA_DIGEST_LENGTH*2];
+#endif
+
/*
* Force accepting of the host key for loopback/localhost. The
@@ -579,6 +589,26 @@ check_host_key(char *host, struct sockad
* hosts or in the systemwide list...
2006 Feb 04
2
[PATCH] allow user to update changed key in known_hosts
...ently added '%.200s' (%s) to the "
- "list of known hosts.", hostp, type);
break;
case HOST_CHANGED:
if (options.check_host_ip && host_ip_differ) {
@@ -760,21 +701,30 @@
if (ip_status != HOST_NEW)
error("Offending key for IP in %s:%d", ip_file, ip_line);
}
+
/* The host key has changed. */
warn_changed_key(host_key);
error("Add correct host key in %.100s to get rid of this message.",
user_hostfile);
error("Offending key in %s:%d", host_file, host_line);
-
- /*
- * If strict host key checkin...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
Hi,
I am happy to (re)send a set of patches for compiling OpenSSH 4.7p1 with
FIPS 140-2 OpenSSL.
These are based on previously reported patches by Steve Marquess
<marquess at ieee.org> and Ben Laurie <ben at algroup.co.uk>,
for ver. OpenSSH 3.8.
Note that these patches are NOT OFFICIAL, and MAY be used freely by
anyone.
Issues [partially] handled:
SSL FIPS Self test.
RC4,