INN commit: trunk (50 files)

INN Commit rra at isc.org
Sun Dec 7 21:13:44 UTC 2014


    Date: Sunday, December 7, 2014 @ 13:13:43
  Author: iulius
Revision: 9767

Update Russ's mail address

Modified:
  trunk/backends/innbind.c
  trunk/contrib/tunefeed.in
  trunk/control/signcontrol.in
  trunk/doc/FAQ
  trunk/doc/pod/active.pod
  trunk/doc/pod/active.times.pod
  trunk/doc/pod/actsync.pod
  trunk/doc/pod/archive.pod
  trunk/doc/pod/auth_krb5.pod
  trunk/doc/pod/batcher.pod
  trunk/doc/pod/buffchan.pod
  trunk/doc/pod/buffindexed.conf.pod
  trunk/doc/pod/ckpasswd.pod
  trunk/doc/pod/control.ctl.pod
  trunk/doc/pod/convdate.pod
  trunk/doc/pod/ctlinnd.pod
  trunk/doc/pod/cycbuff.conf.pod
  trunk/doc/pod/distrib.pats.pod
  trunk/doc/pod/expire.ctl.pod
  trunk/doc/pod/fastrm.pod
  trunk/doc/pod/getlist.pod
  trunk/doc/pod/grephistory.pod
  trunk/doc/pod/inews.pod
  trunk/doc/pod/inn-radius.conf.pod
  trunk/doc/pod/innbind.pod
  trunk/doc/pod/innupgrade.pod
  trunk/doc/pod/moderators.pod
  trunk/doc/pod/motd.news.pod
  trunk/doc/pod/newsfeeds.pod
  trunk/doc/pod/newsgroups.pod
  trunk/doc/pod/overchan.pod
  trunk/doc/pod/pullnews.pod
  trunk/doc/pod/qio.pod
  trunk/doc/pod/radius.pod
  trunk/doc/pod/readers.conf.pod
  trunk/doc/pod/rnews.pod
  trunk/doc/pod/sm.pod
  trunk/doc/pod/tdx-util.pod
  trunk/doc/pod/tinyleaf.pod
  trunk/doc/pod/uwildmat.pod
  trunk/include/inn/hashtab.h
  trunk/include/portable/alloca.h
  trunk/innd/tinyleaf.c
  trunk/lib/concat.c
  trunk/lib/hashtab.c
  trunk/lib/memcmp.c
  trunk/lib/pread.c
  trunk/lib/pwrite.c
  trunk/lib/uwildmat.c
  trunk/tests/lib/concat-t.c

------------------------------+
 backends/innbind.c           |    2 +-
 contrib/tunefeed.in          |    4 ++--
 control/signcontrol.in       |    2 +-
 doc/FAQ                      |    4 ++--
 doc/pod/active.pod           |    2 +-
 doc/pod/active.times.pod     |    2 +-
 doc/pod/actsync.pod          |    2 +-
 doc/pod/archive.pod          |    2 +-
 doc/pod/auth_krb5.pod        |    2 +-
 doc/pod/batcher.pod          |    2 +-
 doc/pod/buffchan.pod         |    2 +-
 doc/pod/buffindexed.conf.pod |    2 +-
 doc/pod/ckpasswd.pod         |    2 +-
 doc/pod/control.ctl.pod      |    2 +-
 doc/pod/convdate.pod         |    2 +-
 doc/pod/ctlinnd.pod          |    2 +-
 doc/pod/cycbuff.conf.pod     |    2 +-
 doc/pod/distrib.pats.pod     |    2 +-
 doc/pod/expire.ctl.pod       |    2 +-
 doc/pod/fastrm.pod           |    2 +-
 doc/pod/getlist.pod          |    2 +-
 doc/pod/grephistory.pod      |    2 +-
 doc/pod/inews.pod            |    2 +-
 doc/pod/inn-radius.conf.pod  |    2 +-
 doc/pod/innbind.pod          |    2 +-
 doc/pod/innupgrade.pod       |    2 +-
 doc/pod/moderators.pod       |    2 +-
 doc/pod/motd.news.pod        |    2 +-
 doc/pod/newsfeeds.pod        |    2 +-
 doc/pod/newsgroups.pod       |    2 +-
 doc/pod/overchan.pod         |    2 +-
 doc/pod/pullnews.pod         |    2 +-
 doc/pod/qio.pod              |    2 +-
 doc/pod/radius.pod           |    2 +-
 doc/pod/readers.conf.pod     |    2 +-
 doc/pod/rnews.pod            |    2 +-
 doc/pod/sm.pod               |    2 +-
 doc/pod/tdx-util.pod         |    2 +-
 doc/pod/tinyleaf.pod         |    2 +-
 doc/pod/uwildmat.pod         |    2 +-
 include/inn/hashtab.h        |    2 +-
 include/portable/alloca.h    |    2 +-
 innd/tinyleaf.c              |    2 +-
 lib/concat.c                 |    2 +-
 lib/hashtab.c                |    2 +-
 lib/memcmp.c                 |    2 +-
 lib/pread.c                  |    2 +-
 lib/pwrite.c                 |    2 +-
 lib/uwildmat.c               |    2 +-
 tests/lib/concat-t.c         |    2 +-
 50 files changed, 52 insertions(+), 52 deletions(-)

Modified: backends/innbind.c
===================================================================
--- backends/innbind.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ backends/innbind.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Helper program to bind a socket to a low-numbered port.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 */
 
 #include "config.h"

Modified: contrib/tunefeed.in
===================================================================
--- contrib/tunefeed.in	2014-12-07 21:08:08 UTC (rev 9766)
+++ contrib/tunefeed.in	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 $version = q$Id$;
 #
 # tunefeed -- Compare active files with a remote site to tune a feed.
-#             Copyright 1998 by Russ Allbery <rra at stanford.edu>
+#             Copyright 1998 by Russ Allbery <eagle at eyrie.org>
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
@@ -469,6 +469,6 @@
 
 =head1 AUTHOR
 
-Russ Allbery E<lt>rra at stanford.eduE<gt>
+Russ Allbery E<lt>eagle at eyrie.orgE<gt>
 
 =cut

Modified: control/signcontrol.in
===================================================================
--- control/signcontrol.in	2014-12-07 21:08:08 UTC (rev 9766)
+++ control/signcontrol.in	2014-12-07 21:13:43 UTC (rev 9767)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 # written April 1996, <tale at isc.org> (David C Lawrence)
-# Currently maintained by Russ Allbery <rra at stanford.edu>
+# Currently maintained by Russ Allbery <eagle at eyrie.org>
 # Version 1.8, 2003-07-06
 #
 # Changes from 1.6 -> 1.8

Modified: doc/FAQ
===================================================================
--- doc/FAQ	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/FAQ	2014-12-07 21:13:43 UTC (rev 9767)
@@ -1,6 +1,6 @@
 $Id$
 
-From: Russ Allbery <rra at stanford.edu>
+From: Russ Allbery <eagle at eyrie.org>
 Subject: INN 2.x FAQ
 Newsgroups: news.software.nntp
 Organization: The Eyrie
@@ -23,7 +23,7 @@
 use Ctrl-G to skip to the next section; in Gnus, press Ctrl-D to break
 each section into a separate article.
 
-Please send any comments, suggestions, or updates to rra at stanford.edu.
+Please send any comments, suggestions, or updates to <eagle at eyrie.org>.
 Bear in mind when sending me e-mail that I receive upwards of 800 mail
 messages a day and have unanswered personal e-mail dating back six months
 or more, so please don't expect an immediate response.  You may receive

Modified: doc/pod/active.pod
===================================================================
--- doc/pod/active.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/active.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -119,7 +119,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/active.times.pod
===================================================================
--- doc/pod/active.times.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/active.times.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -43,7 +43,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/actsync.pod
===================================================================
--- doc/pod/actsync.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/actsync.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -772,7 +772,7 @@
 
 Written by Landon Curt Noll <chongo at toad.com> for InterNetNews.  Updated
 to support FTP fetching by David Lawrence <tale at isc.org>.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/archive.pod
===================================================================
--- doc/pod/archive.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/archive.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -120,7 +120,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/auth_krb5.pod
===================================================================
--- doc/pod/auth_krb5.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/auth_krb5.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -78,7 +78,7 @@
 =head1 HISTORY
 
 Originally written by Christopher S<P. Lindsey>.  This documentation was
-written by Russ Allbery <rra at stanford.edu> based on Christopher's original
+written by Russ Allbery <eagle at eyrie.org> based on Christopher's original
 F<README> file.
 
 $Id$

Modified: doc/pod/batcher.pod
===================================================================
--- doc/pod/batcher.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/batcher.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -148,7 +148,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten by
-Russ Allbery <rra at stanford.edu> in POD.
+Russ Allbery <eagle at eyrie.org> in POD.
 
 $Id$
 

Modified: doc/pod/buffchan.pod
===================================================================
--- doc/pod/buffchan.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/buffchan.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -182,7 +182,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/buffindexed.conf.pod
===================================================================
--- doc/pod/buffindexed.conf.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/buffindexed.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -141,7 +141,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Converted to POD by Russ Allbery <rra at stanford.edu>.
+Converted to POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/ckpasswd.pod
===================================================================
--- doc/pod/ckpasswd.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/ckpasswd.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -182,7 +182,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/control.ctl.pod
===================================================================
--- doc/pod/control.ctl.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/control.ctl.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -360,7 +360,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/convdate.pod
===================================================================
--- doc/pod/convdate.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/convdate.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -92,7 +92,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net>, rewritten and updated by Russ
-Allbery <rra at stanford.edu> for the B<-d> and B<-l> flags.
+Allbery <eagle at eyrie.org> for the B<-d> and B<-l> flags.
 
 $Id$
 

Modified: doc/pod/ctlinnd.pod
===================================================================
--- doc/pod/ctlinnd.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/ctlinnd.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -494,7 +494,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/cycbuff.conf.pod
===================================================================
--- doc/pod/cycbuff.conf.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/cycbuff.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -211,7 +211,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Rewritten into POD by Russ Allbery <rra at stanford.edu>.
+Rewritten into POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/distrib.pats.pod
===================================================================
--- doc/pod/distrib.pats.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/distrib.pats.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -41,7 +41,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/expire.ctl.pod
===================================================================
--- doc/pod/expire.ctl.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/expire.ctl.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -167,7 +167,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/fastrm.pod
===================================================================
--- doc/pod/fastrm.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/fastrm.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -179,7 +179,7 @@
 =head1 HISTORY
 
 B<fastrm> was originally written by <kre at munnari.oz.au>.  This manual page
-was rewritten in POD by Russ Allbery <rra at stanford.edu> for InterNetNews.
+was rewritten in POD by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/getlist.pod
===================================================================
--- doc/pod/getlist.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/getlist.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -100,7 +100,7 @@
 =head1 HISTORY
 
 Written by Landon Curt Noll <chongo at toad.com> for InterNetNews.  Rewritten
-in POD by Russ Allbery <rra at stanford.edu>.
+in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/grephistory.pod
===================================================================
--- doc/pod/grephistory.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/grephistory.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -110,7 +110,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/inews.pod
===================================================================
--- doc/pod/inews.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/inews.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -133,7 +133,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/inn-radius.conf.pod
===================================================================
--- doc/pod/inn-radius.conf.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/inn-radius.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -97,7 +97,7 @@
 
 =head1 HISTORY
 
-This documentation was written by Russ Allbery <rra at stanford.edu> based on
+This documentation was written by Russ Allbery <eagle at eyrie.org> based on
 the comments in the sample F<inn-radius.conf> file by Yury S<B. Razbegin>.
 
 $Id$

Modified: doc/pod/innbind.pod
===================================================================
--- doc/pod/innbind.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/innbind.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -215,7 +215,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/innupgrade.pod
===================================================================
--- doc/pod/innupgrade.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/innupgrade.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -118,7 +118,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/moderators.pod
===================================================================
--- doc/pod/moderators.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/moderators.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -74,7 +74,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/motd.news.pod
===================================================================
--- doc/pod/motd.news.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/motd.news.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -31,7 +31,7 @@
 
 =head1 HISTORY
 
-Rewritten in POD by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Rewritten in POD by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/newsfeeds.pod
===================================================================
--- doc/pod/newsfeeds.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/newsfeeds.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -811,7 +811,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Reformatted
-and rewritten in POD by Russ Allbery <rra at stanford.edu>.
+and rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/newsgroups.pod
===================================================================
--- doc/pod/newsgroups.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/newsgroups.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -118,7 +118,7 @@
 the policies by which the F<newsgroups> file in
 L<ftp://ftp.isc.org/pub/usenet/CONFIG/> is maintained; they were originally
 written by David Lawrence <tale at isc.org> and updated by Russ Allbery
-<rra at stanford.edu>.
+<eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/overchan.pod
===================================================================
--- doc/pod/overchan.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/overchan.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -41,7 +41,7 @@
 
 Written by Rob Robertson <rob at violet.berkeley.edu> and Rich $alz
 <rsalz at uunet.uu.net> for InterNetNews.  Man page rewritten in POD by Russ
-Allbery <rra at stanford.edu>.
+Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/pullnews.pod
===================================================================
--- doc/pod/pullnews.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/pullnews.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -332,7 +332,7 @@
 =head1 HISTORY
 
 B<pullnews> was written by James Brister for INN.  The documentation was
-rewritten in POD by Russ Allbery <rra at stanford.edu>.
+rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 Geraint S<A. Edwards> greatly improved B<pullnews>, adding no more than S<16 new>
 recognized flags, fixing some bugs and integrating the B<backupfeed>

Modified: doc/pod/qio.pod
===================================================================
--- doc/pod/qio.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/qio.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -106,7 +106,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Updated by
-Russ Allbery <rra at stanford.edu>.
+Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/radius.pod
===================================================================
--- doc/pod/radius.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/radius.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -64,7 +64,7 @@
 =head1 HISTORY
 
 The RADIUS authenticator was originally written by Aidan Cully.  This
-documentation was written by Russ Allbery <rra at stanford.edu>.
+documentation was written by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/readers.conf.pod
===================================================================
--- doc/pod/readers.conf.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/readers.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -890,7 +890,7 @@
 =head1 HISTORY
 
 Written by Aidan Cully <aidan at panix.com> for InterNetNews.  Substantially
-expanded by Russ Allbery <rra at stanford.edu>.
+expanded by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/rnews.pod
===================================================================
--- doc/pod/rnews.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/rnews.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -131,7 +131,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/sm.pod
===================================================================
--- doc/pod/sm.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/sm.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -105,7 +105,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Rewritten in POD by Russ Allbery <rra at stanford.edu>.
+Rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/tdx-util.pod
===================================================================
--- doc/pod/tdx-util.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/tdx-util.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -227,7 +227,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/tinyleaf.pod
===================================================================
--- doc/pod/tinyleaf.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/tinyleaf.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -89,7 +89,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/uwildmat.pod
===================================================================
--- doc/pod/uwildmat.pod	2014-12-07 21:08:08 UTC (rev 9766)
+++ doc/pod/uwildmat.pod	2014-12-07 21:13:43 UTC (rev 9767)
@@ -155,7 +155,7 @@
 Robert Elz <kre at munnari.oz.au> added minus sign and close bracket handling
 in June, 1991.
 
-Russ Allbery <rra at stanford.edu> added support for comma-separated patterns
+Russ Allbery <eagle at eyrie.org> added support for comma-separated patterns
 and the C<!> and C<@> metacharacters to the core wildmat routines in July,
 2000.  He also added support for UTF-8 characters, changed the default
 behavior to assume that both the text and the pattern are in UTF-8, and

Modified: include/inn/hashtab.h
===================================================================
--- include/inn/hashtab.h	2014-12-07 21:08:08 UTC (rev 9766)
+++ include/inn/hashtab.h	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Generic hash table interface.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  A hash table takes a hash function that acts on keys, a function to

Modified: include/portable/alloca.h
===================================================================
--- include/portable/alloca.h	2014-12-07 21:08:08 UTC (rev 9766)
+++ include/portable/alloca.h	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Replacement implementation of alloca.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  Taken largely from the methods in the Autoconf documentation.
 **
 **  This is the magic required to get alloca to work properly on various

Modified: innd/tinyleaf.c
===================================================================
--- innd/tinyleaf.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ innd/tinyleaf.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  An extremely lightweight receive-only NNTP server.
 **
-**  Copyright 2003, 2004 Russ Allbery <rra at stanford.edu>
+**  Copyright 2003, 2004 Russ Allbery <eagle at eyrie.org>
 **
 **  Permission is hereby granted, free of charge, to any person obtaining a
 **  copy of this software and associated documentation files (the "Software"),

Modified: lib/concat.c
===================================================================
--- lib/concat.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/concat.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Concatenate strings with dynamic memory allocation.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Usage:

Modified: lib/hashtab.c
===================================================================
--- lib/hashtab.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/hashtab.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Generic hash table implementation.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is a generic hash table implementation with linear probing.  It

Modified: lib/memcmp.c
===================================================================
--- lib/memcmp.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/memcmp.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing or broken memcmp.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine memcmp

Modified: lib/pread.c
===================================================================
--- lib/pread.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/pread.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing pread.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine pread

Modified: lib/pwrite.c
===================================================================
--- lib/pwrite.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/pwrite.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing pwrite.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine pwrite

Modified: lib/uwildmat.c
===================================================================
--- lib/uwildmat.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ lib/uwildmat.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -44,7 +44,7 @@
 **  June, 1991:  Robert Elz <kre at munnari.oz.au> added minus and close bracket
 **  handling for character sets.
 **
-**  July, 2000:  Largely rewritten by Russ Allbery <rra at stanford.edu> to add
+**  July, 2000:  Largely rewritten by Russ Allbery <eagle at eyrie.org> to add
 **  support for ',', '!', and optionally '@' to the core wildmat routine.
 **  Broke the character class matching into a separate function for clarity
 **  since it's infrequently used in practice, and added some simple lookahead

Modified: tests/lib/concat-t.c
===================================================================
--- tests/lib/concat-t.c	2014-12-07 21:08:08 UTC (rev 9766)
+++ tests/lib/concat-t.c	2014-12-07 21:13:43 UTC (rev 9767)
@@ -6,7 +6,7 @@
  * The canonical version of this file is maintained in the rra-c-util package,
  * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
- * Written by Russ Allbery <rra at stanford.edu>
+ * Written by Russ Allbery <eagle at eyrie.org>
  *
  * The authors hereby relinquish any claim to any copyright that they may have
  * in this work, whether granted under contract or by operation of law or



More information about the inn-committers mailing list