]> eyrie.org Git - kerberos/pam-webauth-otp.git/commitdiff
Change my email address to eagle@eyrie.org
authorRuss Allbery <eagle@eyrie.org>
Sun, 13 Apr 2014 23:30:54 +0000 (16:30 -0700)
committerRuss Allbery <eagle@eyrie.org>
Sun, 13 Apr 2014 23:30:54 +0000 (16:30 -0700)
73 files changed:
LICENSE
Makefile.am
README
configure.ac
docs/pam_webauth_otp.pod
m4/krb5-config.m4
m4/krb5.m4
m4/ld-version.m4
m4/lib-depends.m4
m4/lib-pathname.m4
m4/pam-const.m4
m4/snprintf.m4
module/internal.h
module/options.c
module/public.c
pam-util/args.c
pam-util/args.h
pam-util/logging.c
pam-util/logging.h
pam-util/options.c
pam-util/options.h
pam-util/vector.c
pam-util/vector.h
portable/asprintf.c
portable/dummy.c
portable/issetugid.c
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/pam.h
portable/pam_syslog.c
portable/pam_vsyslog.c
portable/snprintf.c
portable/stdbool.h
portable/strndup.c
portable/system.h
tests/HOWTO
tests/data/cmd-webkdc
tests/docs/pod-spelling-t
tests/docs/pod-t
tests/fakepam/README
tests/fakepam/config.c
tests/fakepam/data.c
tests/fakepam/general.c
tests/fakepam/internal.h
tests/fakepam/logging.c
tests/fakepam/pam.h
tests/fakepam/script.c
tests/fakepam/script.h
tests/module/basic-t.c
tests/pam-util/args-t.c
tests/pam-util/fakepam-t.c
tests/pam-util/logging-t.c
tests/pam-util/options-t.c
tests/pam-util/vector-t.c
tests/portable/asprintf-t.c
tests/portable/snprintf-t.c
tests/portable/strndup-t.c
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/macros.h
tests/tap/perl/Test/RRA.pm
tests/tap/perl/Test/RRA/Automake.pm
tests/tap/perl/Test/RRA/Config.pm
tests/tap/process.c
tests/tap/process.h
tests/tap/remctl.c
tests/tap/remctl.h
tests/tap/string.c
tests/tap/string.h

diff --git a/LICENSE b/LICENSE
index 729e919c143db174c131ec81bd4cff3bb5a782e9..520d832d60b1708812805233dc2b59dd2e64bd06 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -9,7 +9,7 @@ Copyright: 2013 The Board of Trustees of the Leland Stanford Junior University
 License: Expat
 
 Files: *
-Copyright: 2000-2002, 2004-2012 Russ Allbery <rra@stanford.edu>
+Copyright: 2000-2002, 2004-2012 Russ Allbery <eagle@eyrie.org>
   2001-2002, 2004-2013
     The Board of Trustees of the Leland Stanford Junior University
 License: Expat
@@ -72,7 +72,7 @@ Files: configure.ac m4/krb5-config.m4 m4/krb5.m4 m4/ld-version.m4
  m4/lib-depends.m4 m4/lib-pathname.m4 m4/pam-const.m4 m4/snprintf.m4
 Copyright: 2005-2013
     The Board of Trustees of the Leland Stanford Junior University
-  2007 Russ Allbery <rra@stanford.edu>
+  2007 Russ Allbery <eagle@eyrie.org>
   2007-2008 Markus Moeller
   2008-2010 Free Software Foundation, Inc.
 License: unlimited
@@ -82,7 +82,7 @@ License: unlimited
 
 Files: docs/pam_webauth_otp.5 docs/pam_webauth_otp.pod tests/HOWTO
  tests/fakepam/README
-Copyright: 2010-2012 Russ Allbery <rra@stanford.edu>
+Copyright: 2010-2012 Russ Allbery <eagle@eyrie.org>
   2013 The Board of Trustees of the Leland Stanford Junior University
 License: all-permissive
  Copying and distribution of this file, with or without modification, are
@@ -151,7 +151,7 @@ License: MIT-Kerberos
 
 Files: portable/snprintf.c tests/portable/snprintf-t.c
 Copyright: 1995 Patrick Powell
-  2000-2006 Russ Allbery <rra@stanford.edu>
+  2000-2006 Russ Allbery <eagle@eyrie.org>
   2001 Hrvoje Niksic
   2009-2010 The Board of Trustees of the Leland Stanford Junior University
 License: Powell-snprintf
index 08f060e5a6baf2aa057df190585193140a84d950..c67be0cce046d2209c7c1676be6dcc2a33c71386 100644 (file)
@@ -1,6 +1,6 @@
 # Automake build rules for pam-webauth-otp.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
diff --git a/README b/README
index 896a50ad53b48f182df9cc0e39b6e985c0c8d55c..f629d5e9f440f313cab47498fd70ab25ce56dcf3 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                            pam-webauth-otp 1.0
           (OTP PAM module for WebAuth user information service)
 
-                Written by Russ Allbery <rra@stanford.edu>
+                Written by Russ Allbery <eagle@eyrie.org>
 
   Copyright 2013 The Board of Trustees of the Leland Stanford Junior
   University.  This software is distributed under a BSD-style license.
index 5c71ae4f6e4259c9d24bc925d4156fdbaaacb311..5ad3e53a8b0f9cf4bae4fe995212974b910c4132 100644 (file)
@@ -1,6 +1,6 @@
 dnl Autoconf configuration for pam-webauth-otp.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2013
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
@@ -10,7 +10,7 @@ dnl notice is preserved.
 
 dnl Autoconf and Automake initialization.
 AC_PREREQ([2.64])
-AC_INIT([pam-webauth-otp], [1.0], [rra@stanford.edu])
+AC_INIT([pam-webauth-otp], [1.0], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])
index a4ba68fb71bba79a3b1d0494cf1f3e1514f0f5b9..8dd1ca8593f6a1d16e485308d01dd18bebb7b12e 100644 (file)
@@ -121,7 +121,7 @@ default, if not set, is 30 seconds.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index d73085f9ca5f6d2872d38f99a692d69c1f391d6a..c69c4f337fdff2971a02ec5274d5245c239334a0 100644 (file)
@@ -10,7 +10,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2011, 2012
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index 964023a63fa0034551c2ee765e79455f03296f16..2556425ec91060678875b914e109b56b5908feb7 100644 (file)
@@ -39,7 +39,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index 03d243685d4279e90bf8dc57d3c70d6d20897e16..4029ce04ee1f2ece41e5a0e5b92188747fab31e5 100644 (file)
@@ -7,7 +7,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Based on the gnulib ld-version-script macro from Simon Josefsson
 dnl Copyright 2010
 dnl     The Board of Trustees of the Leland Stanford Junior University
index b5185f3023571953f74085f297970ac840954e5e..22d38ee8164f8874502e908daee28f4f2a45fa1a 100644 (file)
@@ -12,7 +12,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2005, 2006, 2007
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index fd5a5a12e57dfa619287791eebbe69b75d30771d..828270f7671e34d1f52ea6ba3994c27f0d26347b 100644 (file)
@@ -15,7 +15,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2008, 2009
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index 8428611f4115de49fbbc5835097d0ae4005756be..3f72972f7f4d4b064899b511c4029c2ef8ec4539 100644 (file)
@@ -13,7 +13,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Copyright 2007 Russ Allbery <rra@stanford.edu>
+dnl Copyright 2007 Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2007, 2008 Markus Moeller
 dnl
 dnl This file is free software; the authors give unlimited permission to copy
index cd585efa3a92feea1e1b2ce349802755b5a632da..f134ab975b167126c0d4f3481eaa09aa1ed71b84 100644 (file)
@@ -12,7 +12,7 @@ dnl
 dnl The canonical version of this file is maintained in the rra-c-util
 dnl package, available at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2006, 2008, 2009
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index ac74780d3ee2ecff3399cae113d8c3ab1d904369..5810a6968daa81581716a0923a716e193672c910 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Internal prototypes and structures for pam-webauth-otp.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 860aa679b6f49b6f1e89df4a339b4e20d99d6c54..051f99747789c46f5d72732fc1b697258c7f5e29 100644 (file)
@@ -4,7 +4,7 @@
  * Parses the PAM command line for options to pam-webauth-otp and fills out an
  * allocated structure with those details.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index ee90ccdfe4603eaf0cb03f2c0b36db63ed184fdd..c4ede5f4e7c99d80d0ae77545e6f6ce08fdbb205 100644 (file)
@@ -4,7 +4,7 @@
  * Provides the public pam_sm_authenticate function, plus whatever other stubs
  * we need to satisfy PAM.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index af36e4449fb83202cf01f29ff045cee46d507507..8b34ab4ac2a691c511e6a43881148a3eda9ab9b3 100644 (file)
@@ -14,7 +14,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index a495ea31adade668873e5db611ed5136232fdab9..0a46eade5bcefa32df8c38a1795d541798e350a9 100644 (file)
@@ -12,7 +12,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index dd0d558e48f187c89cc857536505af14ec3bc8f2..3767b0e24e095bacf6a313c156ee3b3d86504edb 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2005, 2006, 2007, 2009, 2010, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 7716b973d595fb5e50b22581e9d1fe1b75fbb3e4..5603d779c437f4c6de0a9bc19c24faec9ca98a04 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 1922a83e36860c032bfbff999c9c68d4f8e24b23..f19f0c78900e4569405bffda34088c88af8cb20c 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2008, 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 2bc3c3289b0c963cf96cc864e7791d9f23435071..61e4dde884ba196c317837fbd9db3f2244e256a6 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 99acfdc7db9a93d22203e3b5fd65e0ef1696aeb3..0acbdbf024a324bd5effae8db2fb22d027b06ea7 100644 (file)
@@ -20,7 +20,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 666d94870a8eae18b7059b32aa1aece12f9dffc7..f4e972c7dd9a4f4bb91e0299e9eb072f9b4eade2 100644 (file)
@@ -19,7 +19,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 0093070abbba0830bf620a4a76a0f1d271188237..7bdfd0d547c25b0b405779e5f3285d7a22a8dc0f 100644 (file)
@@ -7,7 +7,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 50052ec566667803ed339234dd7f1882a6d48d49..f2ac91765a35139ea702c69d9c9fdfe6456e93d2 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index d55218c3e94bb1ef5dce956a75d2ecd982179378..eec6056ac15daa39ec769a293136bce7952fb1ac 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index df98c61598746787209c6778a1b2725ddf14749b..8909f91c3e94520bc9e5984a2fe4bbc025e86211 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index d0b2abf42fd6621416135a11c84f2965adc72a9e..d3a74f54bb6e23a9d4fe2f46aec72140a685223f 100644 (file)
@@ -19,7 +19,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index b33d06427de3c498109bc2a45eee9a728a8b2f81..b5093f53bdd004843af5c0cb12523a32d9315596 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 0f4110ab759321c9c9f642b84049725bdc5e2908..e97c696daee6412eef313fc84722828e32ab3fcb 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index cac0862175e4d9048d110dd99a6fb50323bbf05f..51d04c7a0d9f0e78547d221ed4b51f7e4ce8c444 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index be29e5ee03123fa8736b01c9e50ed293f3fff147..73745124dfb83b5ad17929fa881ccfd066f092b0 100644 (file)
@@ -12,7 +12,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index d42e11fe2308c61d52cd2f517a1ab7ff6f8eae65..e3754a36a4b54301a932b1c668ad20d4740c1fad 100644 (file)
@@ -73,7 +73,7 @@
  *    fixed handling of %.0f
  *    added test for HAVE_LONG_DOUBLE
  *
- *  Russ Allbery <rra@stanford.edu> 2000-08-26
+ *  Russ Allbery <eagle@eyrie.org> 2000-08-26
  *    fixed return value to comply with C99
  *    fixed handling of snprintf(NULL, ...)
  *
index 045436f128b8d31b292313255e33b3e6b5fe469f..14d011b804272d84e046659a517c42b3502cb5d1 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 32913279ddbbabb79cd6e0fc08662cede0476dfd..e94d944a65d05d4f1391c5fab842ee14d60d86e8 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 46d7845e26f4999abac278894613d83f4c4bfb2c..fc7b5e4d6f1916b4248c8aafaebfa2f4c47949b9 100644 (file)
@@ -22,7 +22,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 5d38748f7b1da4a54b5571ac97ca528bcbb131bb..b94985def87eeff3cf5140c58bbc58f1da19cd61 100644 (file)
@@ -240,7 +240,7 @@ License
     This file is part of the documentation of C TAP Harness, which can be
     found at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
 
-    Copyright 2010 Russ Allbery <rra@stanford.edu>
+    Copyright 2010 Russ Allbery <eagle@eyrie.org>
 
     Copying and distribution of this file, with or without modification,
     are permitted in any medium without royalty provided the copyright
index 2d9ce8e1fffb67051d8acd66d49523fee5dbdb1b..e0d212f08ada18f1aa1bf292139587054d1b53de 100755 (executable)
@@ -16,7 +16,7 @@
 # successful authentication if the username is "success" and the code is
 # 123456, and an unsuccessful authentication in every other case.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index e1a95cdfacbe6a7d2f2c3d9a95c21ff719a3bbfe..1a02af8efca52224fc3d294c092373b3f67c84ad 100755 (executable)
@@ -7,7 +7,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@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index 2743287bb65fe1b044a64fa3ccc8586fbc7c0257..69182713f88b4f9b2fb91de357b166c9bad4c389 100755 (executable)
@@ -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@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index b0f23abcc75fabcd85206bc1a3d8e3fede5e61d8..4cc82826f6ab8f9471f87ed14eeef0e126911470 100644 (file)
@@ -255,7 +255,7 @@ License
     This file is part of the documentation of rra-c-util, which can be
     found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 
-    Copyright 2011, 2012 Russ Allbery <rra@stanford.edu>
+    Copyright 2011, 2012 Russ Allbery <eagle@eyrie.org>
 
     Copying and distribution of this file, with or without modification,
     are permitted in any medium without royalty provided the copyright
index 0c8f9610bd9d000652d681f500687d8615d23750..08ea7f229e895dac47373e30e08ae7e008d18ca9 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 12854f3a9c5108ad6f2c3401c011b2ea0fee3db4..ca58192ef42503cae89c9b1f8da7b550644e3539 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index ffb0407066c9d88a69a42359306ec7497a9c9a0f..1b52192c64d8bc43fbe7bf989b02ad4cbf24e7be 100644 (file)
@@ -7,7 +7,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 44c424306a1b866d3058ba9ae7d7dde9addea183..509f1a567dae0ae218ec07d205c31285abf23824 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 2a0513bc04bdf9584c836022ce68f6d9c04c09b7..d15a242eabe89466661bba576bacc3d31d025dd3 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index b5a16f96a86bc944e0a1cb24afe5c6c403c538ed..4a20f73ff99206fb00b857183704d3bf7c217ece 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index b09b12dbc2a1015a51251842d6d40eed1a93a32c..898adce2bae3f9624d4db8c73bcdf57b8bfa9649 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 8b5508091a78ebae87f228dc8f1561bb5b07db49..e90e6b277859d8385b8e6e0cf0335c3fef10ec7f 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 46cd2a25d7834a51e4823be32b81ed4308c3004e..e6315048b756c3529f9f6986b987fc3bad7b4042 100644 (file)
@@ -4,7 +4,7 @@
  * This test case tests basic authentication success and failure, with
  * end-to-end testing through to the remctl backend.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 982740bd5cf602a41a6f46d766270efb8278606a..8af7abb976ea5fae33d0fbdf37bb45fb999a8cb2 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 99e912b0273e775256d3d75195b1c6fc9377944a..87190ee67efd3c260dd0044d1d89d36a1a1c9217 100644 (file)
@@ -8,7 +8,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 2c8be83a2df8f9f1628d93355cc7ea99c8791707..90885924604c08b52a0f9ca67b68d52758f8f720 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index ff2df5509b69e3e143d8f86ffaecb23dbd8d75c7..e1f70c5441b45ec82d97878af453aa00467bce58 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2010, 2011, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index b6b71079510cbfdf49a703f00b37250f4137eb0d..3e28864fcd6d7b105fa869a208335f3fa7451ab3 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 4513a8592cd34387e7f601f069cdcf0896ad9c31..c61c14aef1415c8b42892cb87568bc73080cc3dd 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 927de96070c5e65769cf96cbbd64398f140e6b0b..270d2e1831743b5366c66cf318ca7a38b317dddd 100644 (file)
@@ -4,9 +4,9 @@
  * 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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006
- *     Russ Allbery <rra@stanford.edu>
+ *     Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2010
  *     The Board of Trustees of the Leland Stanford Junior University
  * Copyright 1995 Patrick Powell
index bf93fc8a5baae81709e56c28688032254664afc8..0f923b795e00d0c8ccfa6326757b27e5e252fcd2 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
index 5518c39b8204bb8b19899ca4bc19e824cc8fff89..be34ab305703ce574cb74c1708872e3592d60150 100644 (file)
@@ -55,7 +55,7 @@
  * Harness <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011
- *     Russ Allbery <rra@stanford.edu>
+ *     Russ Allbery <eagle@eyrie.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
index 35350c88d001da346458a9fd04190ac614e9ffd7..254c19f5a7367c6e6defa362e0625f674f45701a 100644 (file)
@@ -12,7 +12,7 @@
  * This file is part of C TAP Harness.  The current version plus supporting
  * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
- * Copyright 2009, 2010, 2011, 2012 Russ Allbery <rra@stanford.edu>
+ * Copyright 2009, 2010, 2011, 2012 Russ Allbery <eagle@eyrie.org>
  * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index fa4adafe292e43b4fd5d27ee13d4a0544ae33f06..c55f6621eaa7525fa5f0ba069187f0b97a72fa80 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of C TAP Harness.  The current version plus supporting
  * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
- * Copyright 2009, 2010, 2011, 2012 Russ Allbery <rra@stanford.edu>
+ * Copyright 2009, 2010, 2011, 2012 Russ Allbery <eagle@eyrie.org>
  * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 474cf4fb0d8efda81adfba22d61ac31475a74872..6f593f86bc17538a111e1443988540de7f6d4ce9 100644 (file)
@@ -14,7 +14,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2010, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 8ce0da9f204558760b1a3e8356336241a38741ad..ed2ef7bac92405c24899daf5ec7859f5bcd26d6a 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2011, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 33fee42d9d2fa8d0241b23dcc5d3bbb280039e15..368f95e6d03f90bb7c4e7ccc61e8a339f2db3ba8 100644 (file)
@@ -8,7 +8,7 @@
  * This file is part of C TAP Harness.  The current version plus supporting
  * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
- * Copyright 2008, 2012 Russ Allbery <rra@stanford.edu>
+ * Copyright 2008, 2012 Russ Allbery <eagle@eyrie.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
index cc295834776c6c093d645824ac794bbd779b7855..bd14394209c6ca5b85ac0178fced84e06bbe1db1 100644 (file)
@@ -9,7 +9,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@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -187,7 +187,7 @@ value of an array.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 5a0f4e8a2df1753da20a204b7fcf69851324e490..3232bc8b883ba6f8dfb3429e9df09d9719f25680 100644 (file)
@@ -13,7 +13,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@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -324,7 +324,7 @@ calls BAIL_OUT if FILE could not be found.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index f0f901817cae0ca7a53507c2d949e5e3be5b31c4..817d0169e446f60a0fd9ab8c170edc49a8b6ffc1 100644 (file)
@@ -162,7 +162,7 @@ into the local namespace to avoid long variable names.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 8ed4cfd0b33de46f2a73a4361f389820a0f3b667..ac60aae87b2cd96c347f096003068c6fbce6e63a 100644 (file)
@@ -10,8 +10,8 @@
  * 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@stanford.edu>
- * Copyright 2002, 2004, 2005 Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
+ * Copyright 2002, 2004, 2005 Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index df74b5feed5d1f110707c1e76758d619f7be2d0f..ed903451c00ede6be9b1c65f456b3b6d5df1a062 100644 (file)
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2010
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 1a1801ecfb8bd9e8fda59b5b5804313813637204..fb86c1857e6499b8dc2821652e29fa2294042b3a 100644 (file)
@@ -7,7 +7,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 74b9eecc3cf011636879093d4ad2c62ded096720..858fa42df23889b90117d78685095f2f47348650 100644 (file)
@@ -7,7 +7,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2011, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index f5c965cb17989152deab74b69aa4a30588021e09..6ed7e68dc7c3f4b162de7e6dacf4c359c2df49a7 100644 (file)
@@ -7,7 +7,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/>.
  *
- * Copyright 2011, 2012 Russ Allbery <rra@stanford.edu>
+ * Copyright 2011, 2012 Russ Allbery <eagle@eyrie.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
index 2f699e4459fcfcfc77accc54c9317936aec007f3..cc51945da6f27d06c25a292d18a9fb4afd82b6c3 100644 (file)
@@ -7,7 +7,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/>.
  *
- * Copyright 2011, 2012 Russ Allbery <rra@stanford.edu>
+ * Copyright 2011, 2012 Russ Allbery <eagle@eyrie.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),