diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | common/compat.c | 4 | ||||
-rw-r--r-- | common/compat.h | 4 | ||||
-rw-r--r-- | common/smtppass.c | 4 | ||||
-rw-r--r-- | common/smtppass.h | 4 | ||||
-rw-r--r-- | common/sock_any.c | 4 | ||||
-rw-r--r-- | common/sock_any.h | 4 | ||||
-rw-r--r-- | common/spio.c | 4 | ||||
-rw-r--r-- | common/sppriv.h | 4 | ||||
-rw-r--r-- | common/stringx.c | 4 | ||||
-rw-r--r-- | common/stringx.h | 4 | ||||
-rw-r--r-- | common/usuals.h | 4 | ||||
-rw-r--r-- | configure.in | 12 | ||||
-rw-r--r-- | doc/proxsmtpd.8 | 6 | ||||
-rw-r--r-- | doc/proxsmtpd.conf.5 | 6 | ||||
-rw-r--r-- | src/proxsmtpd.c | 4 | ||||
-rw-r--r-- | src/proxsmtpd.h | 4 |
20 files changed, 43 insertions, 43 deletions
@@ -1,5 +1,5 @@ AUTHOR: -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@memberwebs.com> CONTRIBUTORS: Andreas Steinmetz <ast@domdv.de> @@ -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 @@ -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. @@ -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> * */ |