summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-28 19:34:01 +0000
committerStef Walter <stef@memberwebs.com>2007-05-28 19:34:01 +0000
commit4093e901218ff6293aa9543f6468b75edc23c9f1 (patch)
treeacf2d564df78552765e4a938ac579f56f04f8467
parent00aa6f6162ec2e181a6e97a47f3c8c5c69188ab4 (diff)
Use 'Stef' instead of 'Nate'
-rw-r--r--AUTHORS2
-rw-r--r--COPYING2
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--common/compat.c4
-rw-r--r--common/compat.h4
-rw-r--r--common/smtppass.c4
-rw-r--r--common/smtppass.h4
-rw-r--r--common/sock_any.c4
-rw-r--r--common/sock_any.h4
-rw-r--r--common/spio.c4
-rw-r--r--common/sppriv.h4
-rw-r--r--common/stringx.c4
-rw-r--r--common/stringx.h4
-rw-r--r--common/usuals.h4
-rw-r--r--configure.in12
-rw-r--r--doc/proxsmtpd.86
-rw-r--r--doc/proxsmtpd.conf.56
-rw-r--r--src/proxsmtpd.c4
-rw-r--r--src/proxsmtpd.h4
20 files changed, 43 insertions, 43 deletions
diff --git a/AUTHORS b/AUTHORS
index cedc373..fd74369 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
AUTHOR:
-Nate Nielsen <nielsen@memberwebs.com>
+Stef Walter <stef@memberwebs.com>
CONTRIBUTORS:
Andreas Steinmetz <ast@domdv.de>
diff --git a/COPYING b/COPYING
index 763af15..63bdb16 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-Copyright (c) 2004, Nate Nielsen
+Copyright (c) 2004, Stefan Walter
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/ChangeLog b/ChangeLog
index f7b2fa8..ed3b8e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1.7 [2007-05-28]
+ - Use my real name 'Stef Walter'
+ See: http://memberwebs.com/nielsen/
+
1.6 [2006-11-13]
- On FreeBSD fix problem where stderr wasn't processed when filter
didn't read stdin.
diff --git a/README b/README
index 4c7af45..0291af4 100644
--- a/README
+++ b/README
@@ -2,4 +2,4 @@
PROXSMTP README
See the website:
-http://memberwebs.com/nielsen/software/proxsmtp/
+http://memberwebs.com/swalter/software/proxsmtp/
diff --git a/common/compat.c b/common/compat.c
index 1c620aa..e033f08 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2005, Nate Nielsen
+ * Copyright (c) 2004-2005, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*
* PORTIONS FROM OPENBSD: -------------------------------------------------
diff --git a/common/compat.h b/common/compat.h
index 89f7fbb..43de453 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/smtppass.c b/common/smtppass.c
index 96fe0b1..25d657c 100644
--- a/common/smtppass.c
+++ b/common/smtppass.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stefan Walter <stef@memberwebs.com>
* Andreas Steinmetz <ast@domdv.de>
* Rubio Vaughan <rubio@passim.net>
* Olivier Beyssac <ob@r14.freenix.org>
diff --git a/common/smtppass.h b/common/smtppass.h
index 8ca86ca..27fc9d9 100644
--- a/common/smtppass.h
+++ b/common/smtppass.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/sock_any.c b/common/sock_any.c
index fc38768..9a03f09 100644
--- a/common/sock_any.c
+++ b/common/sock_any.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/sock_any.h b/common/sock_any.h
index 31cb13b..af87691 100644
--- a/common/sock_any.h
+++ b/common/sock_any.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/spio.c b/common/spio.c
index 46143bb..5d0733f 100644
--- a/common/spio.c
+++ b/common/spio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*/
/*
diff --git a/common/sppriv.h b/common/sppriv.h
index edfd217..777025f 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/stringx.c b/common/stringx.c
index f3c788e..04a3561 100644
--- a/common/stringx.c
+++ b/common/stringx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/stringx.h b/common/stringx.h
index deb8f4b..3f0151a 100644
--- a/common/stringx.h
+++ b/common/stringx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/common/usuals.h b/common/usuals.h
index 99951d7..2d10b96 100644
--- a/common/usuals.h
+++ b/common/usuals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/
diff --git a/configure.in b/configure.in
index 9fb0d85..fc2636e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (c) 2004, Nate Nielsen
+dnl Copyright (c) 2004, Stefan Walter
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
@@ -29,15 +29,11 @@ dnl AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
dnl THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
dnl DAMAGE.
-dnl
-dnl
-dnl CONTRIBUTORS
-dnl Nate Nielsen <nielsen@memberwebs.com>
-dnl
+
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(proxsmtp, 1.6, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(proxsmtp, 1.6)
+AC_INIT(proxsmtp, 1.7, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(proxsmtp, 1.7)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
diff --git a/doc/proxsmtpd.8 b/doc/proxsmtpd.8
index d19acad..f43ab1f 100644
--- a/doc/proxsmtpd.8
+++ b/doc/proxsmtpd.8
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2004, Nate Nielsen
+.\" Copyright (c) 2004, Stefan Walter
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
.\"
.\"
.\" CONTRIBUTORS
-.\" Nate Nielsen <nielsen@memberwebs.com>
+.\" Stef Walter <stef@memberwebs.com>
.\"
.Dd September, 2004
.Dt proxsmtpd 8
@@ -218,4 +218,4 @@ loopback feature is used (see above).
.Sh SEE ALSO
.Xr proxsmtpd.conf 5
.Sh AUTHOR
-.An Nate Nielsen Aq nielsen@memberwebs.com
+.An Stef Walter Aq stef@memberwebs.com
diff --git a/doc/proxsmtpd.conf.5 b/doc/proxsmtpd.conf.5
index 916bc7b..4a1f783 100644
--- a/doc/proxsmtpd.conf.5
+++ b/doc/proxsmtpd.conf.5
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2004, Nate Nielsen
+.\" Copyright (c) 2004, Stefan Walter
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
.\"
.\"
.\" CONTRIBUTORS
-.\" Nate Nielsen <nielsen@memberwebs.com>
+.\" Stef Walter <stef@memberwebs.com>
.\"
.Dd September, 2004
.Dt proxsmtpd.conf 5
@@ -174,4 +174,4 @@ IPv6 addresses are implemented but disabled. The code needs testing.
.Sh SEE ALSO
.Xr proxsmtpd 8
.Sh AUTHOR
-.An Nate Nielsen Aq nielsen@memberwebs.com
+.An Stef Walter Aq stef@memberwebs.com
diff --git a/src/proxsmtpd.c b/src/proxsmtpd.c
index 8a1c43f..ffccf71 100644
--- a/src/proxsmtpd.c
+++ b/src/proxsmtpd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*/
#include <sys/types.h>
diff --git a/src/proxsmtpd.h b/src/proxsmtpd.h
index 06b2412..ba8c3ca 100644
--- a/src/proxsmtpd.h
+++ b/src/proxsmtpd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, Nate Nielsen
+ * Copyright (c) 2004, Stefan Walter
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*
*
* CONTRIBUTORS
- * Nate Nielsen <nielsen@memberwebs.com>
+ * Stef Walter <stef@memberwebs.com>
*
*/