From d81c7040f0cf8d15cd0e3ad900504fcaebadf268 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 10 Dec 2012 01:34:21 +0000 Subject: [PATCH] Update my email address in the places which had the old one --- nbase/inet_ntop.c | 2 +- nbase/inet_pton.c | 2 +- nbase/nbase_ipv6.h | 2 +- nbase/nbase_memalloc.c | 2 +- nbase/nbase_str.c | 2 +- nbase/snprintf.c | 2 +- output.cc | 6 +++--- struct_ip.h | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nbase/inet_ntop.c b/nbase/inet_ntop.c index 5ec6abaf1..b98b62094 100644 --- a/nbase/inet_ntop.c +++ b/nbase/inet_ntop.c @@ -14,7 +14,7 @@ * SOFTWARE. */ -/* Modified by Fyodor (fyodor@insecure.org) for inclusion in the Nmap +/* Modified by Fyodor (fyodor@nmap.org) for inclusion in the Nmap * Security Scanner. * * $Id$ diff --git a/nbase/inet_pton.c b/nbase/inet_pton.c index 6bd6d4c12..de1149360 100644 --- a/nbase/inet_pton.c +++ b/nbase/inet_pton.c @@ -14,7 +14,7 @@ * SOFTWARE. */ -/* Modified by Fyodor (fyodor@insecure.org) for inclusion in the Nmap +/* Modified by Fyodor (fyodor@nmap.org) for inclusion in the Nmap * Security Scanner. * * $Id$ diff --git a/nbase/nbase_ipv6.h b/nbase/nbase_ipv6.h index d05a0e4d8..4d096136d 100644 --- a/nbase/nbase_ipv6.h +++ b/nbase/nbase_ipv6.h @@ -1,7 +1,7 @@ /*************************************************************************** * nbase_ipv6.h -- IPv6 portability classes and structures These were * - * written by fyodor@insecure.org . * + * written by fyodor@nmap.org . * * * ***********************IMPORTANT NMAP LICENSE TERMS************************ * * diff --git a/nbase/nbase_memalloc.c b/nbase/nbase_memalloc.c index bd502a4be..5a9d2166e 100644 --- a/nbase/nbase_memalloc.c +++ b/nbase/nbase_memalloc.c @@ -4,7 +4,7 @@ * allocation. Right now they are just safe_ versions of well known calls * * like malloc that quit if the allocation fails (so you don't have to * * have a bunch of ugly checks in your code. These were written by * - * fyodor@insecure.org . * + * fyodor@nmap.org . * * * ***********************IMPORTANT NMAP LICENSE TERMS************************ * * diff --git a/nbase/nbase_str.c b/nbase/nbase_str.c index 5f9f66bcb..a4d8476b6 100644 --- a/nbase/nbase_str.c +++ b/nbase/nbase_str.c @@ -1,7 +1,7 @@ /*************************************************************************** * nbase_str.c -- string related functings in the nbase library. These * - * were written by fyodor@insecure.org . * + * were written by fyodor@nmap.org . * * * ***********************IMPORTANT NMAP LICENSE TERMS************************ * * diff --git a/nbase/snprintf.c b/nbase/snprintf.c index 6720c76dd..eea6990ab 100644 --- a/nbase/snprintf.c +++ b/nbase/snprintf.c @@ -1,7 +1,7 @@ /* Note -- this file was obtained from tcpdump-2000-9-17 CVS snapshot * * ( www.tcpdump.org). It has been modified slightly for * * compatability with libnbase. Modification etails may be in the * - * nbase CHANGELOG - fyodor@insecure.org */ + * nbase CHANGELOG - fyodor@nmap.org */ /* diff --git a/output.cc b/output.cc index f7705671a..c3119c1f5 100644 --- a/output.cc +++ b/output.cc @@ -1965,7 +1965,7 @@ void printosscanoutput(Target *currenths) { p = numlst; for (i = 0; i < currenths->seq.responses; i++) { if (p - numlst > (int) (sizeof(numlst) - 15)) - fatal("STRANGE ERROR #3877 -- please report to fyodor@insecure.org\n"); + fatal("STRANGE ERROR #3877 -- please report to fyodor@nmap.org\n"); if (p != numlst) *p++ = ','; sprintf(p, "%X", currenths->seq.seqs[i]); @@ -1989,7 +1989,7 @@ void printosscanoutput(Target *currenths) { p = numlst; for (i = 0; i < currenths->seq.responses; i++) { if (p - numlst > (int) (sizeof(numlst) - 15)) - fatal("STRANGE ERROR #3876 -- please report to fyodor@insecure.org\n"); + fatal("STRANGE ERROR #3876 -- please report to fyodor@nmap.org\n"); if (p != numlst) *p++ = ','; sprintf(p, "%hX", currenths->seq.ipids[i]); @@ -2010,7 +2010,7 @@ void printosscanoutput(Target *currenths) { p = numlst; for (i = 0; i < currenths->seq.responses; i++) { if (p - numlst > (int) (sizeof(numlst) - 15)) - fatal("STRANGE ERROR #3877 -- please report to fyodor@insecure.org\n"); + fatal("STRANGE ERROR #3878 -- please report to fyodor@nmap.org\n"); if (p != numlst) *p++ = ','; sprintf(p, "%X", currenths->seq.timestamps[i]); diff --git a/struct_ip.h b/struct_ip.h index 9b8c4db9f..5df86a1ea 100644 --- a/struct_ip.h +++ b/struct_ip.h @@ -55,7 +55,7 @@ struct ip { #define HAVE_STRUCT_IP /* From Linux glibc, which apparently borrowed it from - BSD code. Slightly modified for portability --fyodor@insecure.org */ + BSD code. Slightly modified for portability --fyodor@nmap.org */ /* * Structure of an internet header, naked of options. */