diff options
author | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:29:25 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-05-28 19:29:25 +0000 |
commit | 82a32ff78428bec9f9a4f69cc21ccf9d197a38ff (patch) | |
tree | ecea6a03cb46f17d2857b2183a3d8680d45469c9 | |
parent | 5763a98bdac994a8c2ddbd693d36cbb75b1ce987 (diff) |
Use 'Stef' instead of 'Nate'
53 files changed, 91 insertions, 87 deletions
@@ -1,5 +1,5 @@ AUTHORS: -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@memberwebs.com> CONTRIBUTIONS: Ross Elliot <ross.elliott@infoterra-global.com> @@ -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 @@ +0.7 [28-05-2007] + - Use my real name 'Stef Walter' + See: http://memberwebs.com/nielsen/ + 0.6 [20-12-2006] - Guarantee unique connection identfier for NTLM when using apache2 - Fix crasher when doing basic auth. diff --git a/apache1x/mod_httpauth.c b/apache1x/mod_httpauth.c index a801fdf..064b3d1 100644 --- a/apache1x/mod_httpauth.c +++ b/apache1x/mod_httpauth.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/apache2x/mod_httpauth.c b/apache2x/mod_httpauth.c index 34b5efc..2050534 100644 --- a/apache2x/mod_httpauth.c +++ b/apache2x/mod_httpauth.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/buffer.c b/common/buffer.c index 92d0519..25494c9 100644 --- a/common/buffer.c +++ b/common/buffer.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 diff --git a/common/buffer.h b/common/buffer.h index ad48634..d9f94a4 100644 --- a/common/buffer.h +++ b/common/buffer.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 diff --git a/common/compat.c b/common/compat.c index 16fc14f..081a7ee 100644 --- a/common/compat.c +++ b/common/compat.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 diff --git a/common/compat.h b/common/compat.h index 02b2a5b..712f385 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 diff --git a/common/hash.c b/common/hash.c index 13a9371..23576fa 100644 --- a/common/hash.c +++ b/common/hash.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 @@ -33,7 +33,7 @@ /* * Originally from apache 2.0 - * Modifications for general use by <nielsen@memberwebs.com> + * Modifications for general use by <stef@memberwebs.com> */ /* Copyright 2000-2004 The Apache Software Foundation diff --git a/common/hash.h b/common/hash.h index ce87a36..81a4a28 100644 --- a/common/hash.h +++ b/common/hash.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 @@ -33,7 +33,7 @@ /* * Originally from apache 2.0 - * Modifications for general use by <nielsen@memberwebs.com> + * Modifications for general use by <stef@memberwebs.com> */ /* Copyright 2000-2004 The Apache Software Foundation diff --git a/common/md5.c b/common/md5.c index 3de44cb..2594793 100644 --- a/common/md5.c +++ b/common/md5.c @@ -14,7 +14,7 @@ * needed on buffers full of bytes, and then call MD5Final, which * will fill a supplied 16-byte array with the digest. * - * Minor modifications by Nate Nielsen <nielsen@memberwebs.com> + * Minor modifications by Stef Walter <stef@memberwebs.com> */ #include <string.h> diff --git a/common/md5.h b/common/md5.h index 1a0a60d..274b0c2 100644 --- a/common/md5.h +++ b/common/md5.h @@ -19,7 +19,7 @@ * - Ian Jackson <ijackson@nyx.cs.du.edu>. * Still in the public domain. * - * Some minor additions by Nate Nielsen <nielsen@memberwebs.com> + * Some minor additions by Stef Walter <stef@memberwebs.com> */ #ifdef __cplusplus diff --git a/common/sha1.c b/common/sha1.c index 83e993f..51b7b22 100644 --- a/common/sha1.c +++ b/common/sha1.c @@ -6,7 +6,7 @@ * By Steve Reid <steve@edmweb.com> * 100% Public Domain * - * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com> + * Headers and minor additions by Stef Walter <stef@memberwebs.com> */ #include <string.h> diff --git a/common/sha1.h b/common/sha1.h index 3cb9a91..e55e52e 100644 --- a/common/sha1.h +++ b/common/sha1.h @@ -6,7 +6,7 @@ * By Steve Reid <steve@edmweb.com> * 100% Public Domain * - * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com> + * Headers and minor additions by Stef Walter <stef@memberwebs.com> */ #ifndef __SHA1_H__ diff --git a/common/sock_any.c b/common/sock_any.c index 7876e20..714154a 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 0b492b4..27c17cf 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/stringx.c b/common/stringx.c index 898dd22..2246cf8 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 434c962..c9a2832 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/configure.in b/configure.in index 75798b5..ee8b6db 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 @@ -32,12 +32,12 @@ dnl DAMAGE. dnl dnl dnl CONTRIBUTORS -dnl Nate Nielsen <nielsen@memberwebs.com> +dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.6) +AC_INIT(httpauth, 0.7, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.7) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" diff --git a/daemon/basic.c b/daemon/basic.c index d46ea50..e64e46f 100644 --- a/daemon/basic.c +++ b/daemon/basic.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/basic.h b/daemon/basic.h index ad61894..6f85e4a 100644 --- a/daemon/basic.h +++ b/daemon/basic.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/bd.c b/daemon/bd.c index eebf496..6383801 100644 --- a/daemon/bd.c +++ b/daemon/bd.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/bd.h b/daemon/bd.h index 11d6f98..a42af68 100644 --- a/daemon/bd.h +++ b/daemon/bd.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/defaults.h b/daemon/defaults.h index e3d001f..193b46c 100644 --- a/daemon/defaults.h +++ b/daemon/defaults.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/digest.c b/daemon/digest.c index 52afaa8..dc0cfb9 100644 --- a/daemon/digest.c +++ b/daemon/digest.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/digest.h b/daemon/digest.h index 9fb0e6c..86360c7 100644 --- a/daemon/digest.h +++ b/daemon/digest.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/dummy.c b/daemon/dummy.c index 7145e2c..ca83e54 100755 --- a/daemon/dummy.c +++ b/daemon/dummy.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index f335a40..68c0e46 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index fe8d262..4c7c8d6 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/ldap.c b/daemon/ldap.c index b28593b..b3d88fc 100644 --- a/daemon/ldap.c +++ b/daemon/ldap.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/misc.c b/daemon/misc.c index 7b60422..e55aa47 100644 --- a/daemon/misc.c +++ b/daemon/misc.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/mysql.c b/daemon/mysql.c index aa0ed73..277162c 100644 --- a/daemon/mysql.c +++ b/daemon/mysql.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/ntlm.c b/daemon/ntlm.c index 2c73b0a..4022c9c 100644 --- a/daemon/ntlm.c +++ b/daemon/ntlm.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/ntlmssp.c b/daemon/ntlmssp.c index 5143895..8078842 100644 --- a/daemon/ntlmssp.c +++ b/daemon/ntlmssp.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/ntlmssp.h b/daemon/ntlmssp.h index ae47d69..5b6f034 100644 --- a/daemon/ntlmssp.h +++ b/daemon/ntlmssp.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/pgsql.c b/daemon/pgsql.c index d762435..cdafe99 100644 --- a/daemon/pgsql.c +++ b/daemon/pgsql.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/simple.c b/daemon/simple.c index 0bd1fff..46b1cf1 100644 --- a/daemon/simple.c +++ b/daemon/simple.c @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/daemon/usuals.h b/daemon/usuals.h index eb6cee6..928bb77 100644 --- a/daemon/usuals.h +++ b/daemon/usuals.h @@ -1,7 +1,7 @@ /* * HttpAuth * - * Copyright (C) 2004 Nate Nielsen + * Copyright (C) 2004 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/doc/httpauthd.8 b/doc/httpauthd.8 index 0bde031..74aa585 100644 --- a/doc/httpauthd.8 +++ b/doc/httpauthd.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2004, Nate Nielsen +.\" Copyright (c) 2004, Stef 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 April, 2004 .Dt httpauthd 8 @@ -72,4 +72,4 @@ socket. Useful for troubleshooting problems. .Sh SEE ALSO .Xr httpauth.conf 5 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/doc/httpauthd.conf.5 b/doc/httpauthd.conf.5 index 9fbc70b..8d967c3 100644 --- a/doc/httpauthd.conf.5 +++ b/doc/httpauthd.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 April, 2004 .Dt httpauthd.conf 5 @@ -425,4 +425,4 @@ The user to connect to the database as. .Sh SEE ALSO .Xr httpauthd 8 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/doc/man2html.pl b/doc/man2html.pl index 21e3ab5..a6a7c3f 100755 --- a/doc/man2html.pl +++ b/doc/man2html.pl @@ -126,7 +126,7 @@ sub man { } close(MAN); - print "<H6>Copyright, N. Nielsen [ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>"; + print "<H6> [ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>"; print "</BODY>\n"; print "</HTML>\n"; @@ -192,7 +192,7 @@ sub html_header { <link rev="made" href="mailto:wosch\@FreeBSD.ORG"> <META name="robots" content="nofollow"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> -<link rel="stylesheet" type="text/css" href="/nielsen/style.css"> +<link rel="stylesheet" type="text/css" href="/swalter/style.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n\n}; } diff --git a/doc/mkha1.8 b/doc/mkha1.8 index eb48ccd..caf59df 100644 --- a/doc/mkha1.8 +++ b/doc/mkha1.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2004, Nate Nielsen +.\" Copyright (c) 2004, Stef 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 August, 2004 .Dt mkha1 8 @@ -94,4 +94,4 @@ for the HA1 hash. When not specified you'll be prompted for it. .Sh SEE ALSO .Xr httpauthd 8 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/java/build.xml b/java/build.xml index 1bf4269..a148f6a 100644 --- a/java/build.xml +++ b/java/build.xml @@ -22,7 +22,7 @@ <attribute name="Class-Path" value="lib/javax.servlet.jar lib/org.mortbay.jetty.jar"/> <attribute name="Implementation-Title" value="httpauth-client"/> <attribute name="Implementation-Version" value="${version}"/> - <attribute name="Implementation-Vendor" value="nielsen@memberwebs.com"/> + <attribute name="Implementation-Vendor" value="stef@memberwebs.com"/> </manifest> <jar basedir="." destfile="build/httpauth-client-src.jar" excludes="CVS .* build/* .svn"/> <jar basedir="build" destfile="build/httpauth-client.jar" manifest="build/manifest" includes="**/*.class"/> diff --git a/java/src/com/memberwebs/httpauth/BaseHttpAuthenticator.java b/java/src/com/memberwebs/httpauth/BaseHttpAuthenticator.java index 140beec..9640c0a 100644 --- a/java/src/com/memberwebs/httpauth/BaseHttpAuthenticator.java +++ b/java/src/com/memberwebs/httpauth/BaseHttpAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004, Stef 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> * */ @@ -46,7 +46,7 @@ import java.util.Enumeration; * Base class for HttpAuth authenticators. This class in not generally used * outside of the HttpAuth code. * - * @author Nate Nielsen + * @author Stef Walter */ public abstract class BaseHttpAuthenticator { diff --git a/java/src/com/memberwebs/httpauth/HttpAuthConnection.java b/java/src/com/memberwebs/httpauth/HttpAuthConnection.java index b26dc09..823209c 100644 --- a/java/src/com/memberwebs/httpauth/HttpAuthConnection.java +++ b/java/src/com/memberwebs/httpauth/HttpAuthConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004, Stef 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> * */ @@ -53,7 +53,7 @@ import java.util.Map; /** * A connection to the HttpAuth daemon. * - * @author Nate Nielsen + * @author Stef Walter */ public class HttpAuthConnection implements HttpAuthConnectionSource diff --git a/java/src/com/memberwebs/httpauth/HttpAuthConnectionPool.java b/java/src/com/memberwebs/httpauth/HttpAuthConnectionPool.java index 089402b..7b3cf22 100644 --- a/java/src/com/memberwebs/httpauth/HttpAuthConnectionPool.java +++ b/java/src/com/memberwebs/httpauth/HttpAuthConnectionPool.java @@ -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> * */ @@ -46,7 +46,7 @@ import java.util.Stack; /** * A pool of connections to the HttpAuth daemon. * - * @author Nate Nielsen + * @author Stef Walter */ public class HttpAuthConnectionPool implements HttpAuthConnectionSource diff --git a/java/src/com/memberwebs/httpauth/HttpAuthConnectionSource.java b/java/src/com/memberwebs/httpauth/HttpAuthConnectionSource.java index eab8eb5..e084332 100644 --- a/java/src/com/memberwebs/httpauth/HttpAuthConnectionSource.java +++ b/java/src/com/memberwebs/httpauth/HttpAuthConnectionSource.java @@ -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> * */ @@ -41,7 +41,7 @@ package com.memberwebs.httpauth; /** * An interface for a pool of HttpAuth connections. * - * @author Nate Nielsen + * @author Stef Walter */ public interface HttpAuthConnectionSource { diff --git a/java/src/com/memberwebs/httpauth/HttpAuthException.java b/java/src/com/memberwebs/httpauth/HttpAuthException.java index c342302..922e7bd 100644 --- a/java/src/com/memberwebs/httpauth/HttpAuthException.java +++ b/java/src/com/memberwebs/httpauth/HttpAuthException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004, Stef 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> * */ @@ -43,7 +43,7 @@ package com.memberwebs.httpauth; * A general utility exception which can wrap another exception or * hold it's own message * - * @author Nate Nielsen + * @author Stef Walter */ public class HttpAuthException extends Exception diff --git a/java/src/com/memberwebs/httpauth/HttpAuthFilter.java b/java/src/com/memberwebs/httpauth/HttpAuthFilter.java index 1c7367d..3d7adee 100644 --- a/java/src/com/memberwebs/httpauth/HttpAuthFilter.java +++ b/java/src/com/memberwebs/httpauth/HttpAuthFilter.java @@ -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> * */ @@ -43,7 +43,7 @@ package com.memberwebs.httpauth; * authentication available for each request. This could allow * more insecure authentication over SSL for example. * - * @author Nate Nielsen + * @author Stef Walter */ public interface HttpAuthFilter { diff --git a/java/src/com/memberwebs/httpauth/jetty/JettyHttpAuthenticator.java b/java/src/com/memberwebs/httpauth/jetty/JettyHttpAuthenticator.java index 0bf826d..541b7b2 100644 --- a/java/src/com/memberwebs/httpauth/jetty/JettyHttpAuthenticator.java +++ b/java/src/com/memberwebs/httpauth/jetty/JettyHttpAuthenticator.java @@ -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> * */ @@ -56,7 +56,7 @@ import com.memberwebs.httpauth.HttpAuthFilter; * An authenticator for the Jetty web server. An instance of this object * is used by a Jetty HttpContext to perform authentication. * - * @author Nate Nielsen + * @author Stef Walter */ public class JettyHttpAuthenticator extends BaseHttpAuthenticator diff --git a/java/src/com/memberwebs/httpauth/servlet/ServletHttpAuthenticator.java b/java/src/com/memberwebs/httpauth/servlet/ServletHttpAuthenticator.java index da1edee..2cd0532 100644 --- a/java/src/com/memberwebs/httpauth/servlet/ServletHttpAuthenticator.java +++ b/java/src/com/memberwebs/httpauth/servlet/ServletHttpAuthenticator.java @@ -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> * */ @@ -57,7 +57,7 @@ import com.memberwebs.httpauth.HttpAuthException; * Note that the user will not be set on the request and will not be * available via req.getRemoteUser(). * - * @author Nate Nielsen + * @author Stef Walter */ public class ServletHttpAuthenticator diff --git a/tools/mkha1.c b/tools/mkha1.c index 2ed4495..97c7dcd 100644 --- a/tools/mkha1.c +++ b/tools/mkha1.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> * */ |