]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Change my email address to eagle@eyrie.org
authorRuss Allbery <eagle@eyrie.org>
Mon, 4 Nov 2013 18:50:13 +0000 (10:50 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 4 Nov 2013 18:50:13 +0000 (10:50 -0800)
77 files changed:
LICENSE
Makefile.am
README
configure.ac
cracklib/fascist.c
cracklib/packer.c
cracklib/packer.h
cracklib/packlib.c
cracklib/rules.c
cracklib/stringlib.c
m4/cracklib.m4
m4/krb5-config.m4
m4/krb5.m4
m4/lib-depends.m4
m4/lib-helper.m4
m4/lib-pathname.m4
m4/snprintf.m4
m4/tinycdb.m4
m4/vamacros.m4
plugin/cdb.c
plugin/config.c
plugin/cracklib.c
plugin/error.c
plugin/general.c
plugin/heimdal.c
plugin/internal.h
plugin/principal.c
portable/asprintf.c
portable/dummy.c
portable/kadmin.h
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/snprintf.c
portable/stdbool.h
portable/system.h
tests/HOWTO
tests/data/make-krb5-conf
tests/data/passwords/make-c-data
tests/data/passwords/tests.h
tests/data/perlcriticrc
tests/docs/pod-spelling-t
tests/docs/pod-t
tests/perl/critic-t
tests/perl/minimum-version-t
tests/perl/strict-t
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c
tests/portable/asprintf-t.c
tests/portable/snprintf-t.c
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/libtap.sh
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/string.c
tests/tap/string.h
tests/tools/cdbmake-wordlist-t
tests/tools/heimdal-strength-t
tests/util/messages-krb5-t.c
tests/util/messages-t.c
tests/util/xmalloc-t
tests/util/xmalloc.c
tools/cdbmake-wordlist
tools/heimdal-strength.c
tools/heimdal-strength.pod
util/macros.h
util/messages-krb5.c
util/messages-krb5.h
util/messages.c

diff --git a/LICENSE b/LICENSE
index c5b972389ce8796ba15a2d2b29f25a6b01d4e5bb..f1727853d290d5c414f3c8e42a6ef4b3e8b6bca6 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,7 +10,7 @@ Copyright: 2006-2007, 2009-2013
 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
   2010 the Massachusetts Institute of Technology
@@ -110,7 +110,7 @@ License: rra-public-domain
 
 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
@@ -119,7 +119,7 @@ License: Powell-snprintf
  on all source code distributions
 
 Files: tests/HOWTO tools/heimdal-strength.1 tools/heimdal-strength.pod
-Copyright: 2010 Russ Allbery <rra@stanford.edu>
+Copyright: 2010 Russ Allbery <eagle@eyrie.org>
   2010, 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
index bdfae8925c1e9bbac6dd27e621288a67f897784c..997ed364b132d238748485948a4735a4ad3ded03 100644 (file)
@@ -1,6 +1,6 @@
 # Automake makefile for krb5-strength.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2007, 2009, 2010, 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
diff --git a/README b/README
index 43a8f12e00d7ff3dcc2527caf0f2bdbbd985186f..d95110357bb832f49ccc06e28266556d09c4ab80 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                             krb5-strength 2.1
                (Kerberos password strength checking plugin)
 
-              Maintained by Russ Allbery <rra@stanford.edu>
+              Maintained by Russ Allbery <eagle@eyrie.org>
 
   Copyright 2006, 2007, 2009, 2010, 2012, 2013 The Board of Trustees of
   the Leland Stanford Junior University.  Portions copyright 1993 Alec
@@ -359,7 +359,7 @@ SUPPORT
   will always have the current version of this package, the current
   documentation, and pointers to any additional resources.
 
-  I welcome bug reports and patches for this package at rra@stanford.edu.
+  I welcome bug reports and patches for this package at eagle@eyrie.org.
   However, please be aware that I tend to be extremely busy and work
   projects often take priority.  I'll save your mail and get to it as soon
   as I can, but it may take me a couple of months.
index ee929d3fa022fd1baa5865256174b1860d9a432b..884ae4ee4121f0ab3c4c97850d2fa4e70434455c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2006, 2007, 2009, 2010, 2012, 2013
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
@@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms.
 
 dnl Basic Autoconf configuration.
 AC_PREREQ([2.64])
-AC_INIT([krb5-strength], [2.1], [rra@stanford.edu])
+AC_INIT([krb5-strength], [2.1], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])
index e51a613b2926b6d7c23074cdc8939786b3b5e118..2d9310ca75d5b40a07d4bc7863dda44d6bd1e9f0 100644 (file)
@@ -9,23 +9,23 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2007-03-22  Russ Allbery <rra@stanford.edu>
+ * 2007-03-22  Russ Allbery <eagle@eyrie.org>
  *   - Add four-, five-, and six-character prefix and suffix rules.
  *   - Longer passwords must contain more different characters, up to 8.
  *   - Disable GECOS checking (useless for a server).
  *   - Replace exit(-1) with return when dictionary doesn't exist.
  *   - Additional system includes for other functions.
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Add ANSI C protototypes for all functions.
  *   - Tweaks for const cleanliness.
  *   - Add parentheses around assignment used for its truth value.
  *   - Change a variable to unsigned int to avoid gcc warnings.
  *   - Remove the unused FascistGecos function.
- * 2012-05-11  Russ Allbery <rra@stanford.edu>
+ * 2012-05-11  Russ Allbery <eagle@eyrie.org>
  *   - Change MINLENGTH to 8.
  *   - Use a separate buffer to hold the reversed password.
  *   - Also check whether a password is a duplicated dictionary word.
- * 2013-09-24  Russ Allbery <rra@stanford.edu>
+ * 2013-09-24  Russ Allbery <eagle@eyrie.org>
  *   - Replaced MAXSTEP with allowing one increment per four characters.
  *   - Changed error for very short passwords to match current CrackLib.
  *   - Close the dictionary after each password lookup.
index 11ee9376ddf8b468ee2395c2c8c1949e0b976984..e601b385c2a8ca2839c686eacac362837b7dae02 100644 (file)
@@ -9,9 +9,9 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Add ANSI C protototypes for all functions.
- * 2010-03-14  Russ Allbery <rra@stanford.edu>
+ * 2010-03-14  Russ Allbery <eagle@eyrie.org>
  *   - Use unsigned long instead of int32 to avoid printf warnings.
  */
 
index f27784717c2a620084ff71fb10aa0b1a7b73753e..b0f6703fdb875fba90777123c49a3ef39a1299e4 100644 (file)
@@ -9,13 +9,13 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2007-03-23  Russ Allbery <rra@stanford.edu>
+ * 2007-03-23  Russ Allbery <eagle@eyrie.org>
  *   - Add ANSI C prototypes and prototype additional functions.
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Prototype changes for const cleanliness.
- * 2010-03-14  Russ Allbery <rra@stanford.edu>
+ * 2010-03-14  Russ Allbery <eagle@eyrie.org>
  *   - Fix int8, int16, and int32 definitions.
- * 2013-10-01  Russ Allbery <rra@stanford.edu>
+ * 2013-10-01  Russ Allbery <eagle@eyrie.org>
  *   - Set hidden visibility on all symbols by default.
  */
 
index 70112f9a627b0ca7bcd79a867b7658e884a49d1b..c7f97991608b1e745bddedd6088b5e8990c40321 100644 (file)
@@ -9,19 +9,19 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2007-03-23  Russ Allbery <rra@stanford.edu>
+ * 2007-03-23  Russ Allbery <eagle@eyrie.org>
  *   - Apply Debian patch to improve the search logic.
  *   - Don't crash if the dictionary is corrupt.
  *   - Additional system includes for other functions.
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Add ANSI C protototypes for all functions.
  *   - Tweaks for const cleanliness.
  *   - Add parentheses around assignment used for its truth value.
  *   - Make internal functions static.
  *   - Remove unused variables.
- * 2009-11-18  Russ Allbery <rra@stanford.edu>
+ * 2009-11-18  Russ Allbery <eagle@eyrie.org>
  *   - Fixed the data format output by packer to properly pad the end.
- * 2013-09-24  Russ Allbery <rra@stanford.edu>
+ * 2013-09-24  Russ Allbery <eagle@eyrie.org>
  *   - Add a missing ANSI C prototype.
  *   - Remove last block optimization in GetPW and start fresh each time.
  */
index b1829ed9fadaaec295c34cead4c28f30d12f97d6..c4ffc97db0422389cc989d8663677b62ae44e424 100644 (file)
@@ -9,13 +9,13 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2007-03-22  Russ Allbery <rra@stanford.edu>
+ * 2007-03-22  Russ Allbery <eagle@eyrie.org>
  *   - Cap deletion of leading or trailing characters at one more than half
  *     the length of the password string and no more than five characters.
  *     This goes with a change to fascist.c that adds rules to delete more
  *     leading and trailing characters for longer passwords.
  *   - Additional system includes for other functions.
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Simplify Debug() function for how it's actually called.
  *   - Add ANSI C protototypes for all functions.
  *   - Tweaks for const cleanliness.
index b4f135968f6818964a1e126440a52f3b2e771dc4..3a38164537dce1fe31e198c2cea465d219a7179e 100644 (file)
@@ -9,9 +9,9 @@
 /*
  * Modified as part of the krb5-strength project as follows:
  *
- * 2007-03-23  Russ Allbery <rra@stanford.edu>
+ * 2007-03-23  Russ Allbery <eagle@eyrie.org>
  *   - Additional system includes for other functions.
- * 2009-10-14  Russ Allbery <rra@stanford.edu>
+ * 2009-10-14  Russ Allbery <eagle@eyrie.org>
  *   - Add ANSI C protototypes for all functions.
  *   - Remove unused Clone function.
  */
index 4f9ac0598ae6f702a67e6a8fb4401922a22871ff..d19bd1533826d248d969a545ca8ea3566fbfa1ba 100644 (file)
@@ -17,7 +17,7 @@ dnl RRA_LIB_CRACKLIB_SWITCH.
 dnl
 dnl Depends on RRA_SET_LDFLAGS.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2010
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
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 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 32d4a751b2b56f4f8ab8de71667024319f293510..c45a60ee91d7a572e9cccf8370368342288bf7ea 100644 (file)
@@ -11,7 +11,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, 2013
 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 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 1c9ef437e10a0d4411cf127a00774ed11f036bea..75a629da62a892bf98345d728a5a15fd71d4b840 100644 (file)
@@ -14,7 +14,7 @@ dnl library is found.
 dnl
 dnl Depends on the lib-helper.m4 infrastructure.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2010, 2013
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
index af98f6a6b870bcffe887367807090969dff2cf92..62fb82d521ad3c82f1d7bb12533ba81789986502 100644 (file)
@@ -16,7 +16,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 dc80d86f22a1ede207d3fdc23c0376e5b2d84a70..92e08eb13dfdd6e78d2b0d0d73ef1b58c670da1d 100644 (file)
@@ -8,7 +8,7 @@
  * or end, two characters removed from the start, two from the end, or one
  * character from both start and end.
  *
- * 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 9cbd3b44435e105c750afde1fc7e8572958f312c..d60ef509befcc1a32097f0af7b7c0fa8f1849e27 100644 (file)
@@ -5,7 +5,7 @@
  * settings from krb5.conf.  This wraps the somewhat awkward
  * krb5_appdefaults_* functions.
  *
- * 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 61d6948bd493979aa2e675d53950f6561d12e050..ed5d4aeb8fca21e210886a99a7273a9df73fc66a 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates,
  *     on behalf of Stanford University
- * Extensive modifications by Russ Allbery <rra@stanford.edu>
+ * Extensive modifications by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index e6525ef40a94650dd1190508575c6df47301e7f1..583c7232fe0feda7534b409c3a5fedefa73ebe29 100644 (file)
@@ -4,7 +4,7 @@
  * Provides helper functions for the rest of the plugin code to store an error
  * message in the Kerberos context.
  *
- * 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 752ca3d592f32309c6c6681334af86665767aaa2..644d76e4872a77bbd3ea42bdc59d179d35429eb7 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates,
  *     on behalf of Stanford University
- * Extensive modifications by Russ Allbery <rra@stanford.edu>
+ * Extensive modifications by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index a9755e9c900be46e093ffbabfb11a9af38631114..52c81975d808495cc663f5ea1fe114b6d55282b2 100644 (file)
@@ -11,7 +11,7 @@
  * Of course, the external Heimdal strength checking program can be used
  * instead.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index f0e38653d41d37ec799c6a17e035a396e5ee3b02..fe13b9f74b35fc95e411d219078e9e33b2c4921c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates,
  *     on behalf of Stanford University
- * Extensive modifications by Russ Allbery <rra@stanford.edu>
+ * Extensive modifications by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 88ead594d20861412c7ec808a63e855bd0981ce8..5dfe55d82c23e3a78b6d0fefe57ca235b4b7287b 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates,
  *     on behalf of Stanford University
- * Extensive modifications by Russ Allbery <rra@stanford.edu>
+ * Extensive modifications by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
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 e054268efa2a5717752ba6e9ec56646f3d49afcb..890bc0cc3ea8332bd1184d1765992071730fff57 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 e5854de08b4efb4bc9bfd58ae3f79ddcafda4fdb..d4c591c8ed5036b144c16793bbbcd32bafc0fbc5 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 849842cec9e185389c6fa4742e50e1444de3cdac..b1c8b8d1f5b0aa2d05b26a6ee306513145c0b45b 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 f63a6fb90784cc6f2ba800915fd7c733df5a38e8..19016ba8efe85aef0ca1a92a977e4267a0069330 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 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 173d8e9a0accd4b2e25354f144d780453c252bea..c04d68e51aaa7732d03a6dd1042b45d85bab03d3 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 42891b378bc9a3165e3a99a3b6189a732daa111d..ebea963e9766e4aabd32a098222485c0bfafe713 100755 (executable)
@@ -4,7 +4,7 @@
 # pointing to the password dictionary we generated for the build.  This script
 # is used by C tests to set up the environment.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2009, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index 2d6f0e931f0261a6640c3d652c8615a9316a2d08..57d9e94b5d864ec2a2d42b52397dddc589b834f8 100755 (executable)
@@ -191,7 +191,7 @@ code field.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 6de74a91eb092423a9589ec7f507f2a62b80b461..dd38bdee6b1e23c969f5fef943bfffd9b4c70f3d 100644 (file)
@@ -4,7 +4,7 @@
  * This header provides the struct definition for password test data written
  * out by make-c-data.  It's included by the test data files.
  *
- * 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 7032cb8a7883bef7aaf6302c2600da72d65a900b..b05bb38c0d068a70dfa93dfa8b0f649ce6371bd9 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, 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 89b872d100232bd39bfb7834247c4e620ffbefa7..d588d65c9fac761f2e029328dc3b6581f51f6448 100755 (executable)
@@ -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 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index 266f208627bac0de0d58cee49b9f2fdca652352b..060d51e93a72884057c70bae31625b8dab692b4d 100755 (executable)
@@ -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 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index a2f92cba888698cf8d6a256f6e7dc6d9f1677a8f..6bac75f71c51b375582f362eb8524d7856a0ee7c 100755 (executable)
@@ -11,7 +11,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 af3057ab7c79f734fcee35cde48cab85fa8eaacf..c4bafc98d18e37fab679fb943050252301b534c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test for the Heimdal shared module API.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 71a1c9864bebfdb56f0e33e8739a60ab4e655634..3f96284fafaf1e4cf44db1cb6b17bbbce1a53b9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test for the MIT Kerberos shared module API.
  *
- * 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 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 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 0ffab2d238c50d8cf06d1e96fac46171b890f363..9731032addeb85b2770248d7725ca07a0d6cdeeb 100644 (file)
@@ -9,8 +9,8 @@
 # writing test cases.  It is part of C TAP Harness, which can be found at
 # <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
 #
-# Written by Russ Allbery <rra@stanford.edu>
-# Copyright 2009, 2010, 2011, 2012 Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2009, 2010, 2011, 2012 Russ Allbery <eagle@eyrie.org>
 # Copyright 2006, 2007, 2008, 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 c4560ddcdbbfc3c2a94530c30bb7d5834103c1c8..eec262e0430e72dc4218f3e7cba321daa48897b8 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
 #
@@ -188,7 +188,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 21c2f20c0eac2d6d3fda4d775b386bb7960a897e..556df39f0ec7a9103ea4d62f34a9298c9a18cb06 100644 (file)
@@ -170,7 +170,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 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"),
index 2ff6612eeba877bbbcc622a98906556cfc015369..f2c63ac53fc39fde308f5192bf631f47c01f49f9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Test suite for the cdbmake-wordlist utility.
 #
-# 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 1c25c8359785132ccb72ee99bc3cc2d3067bd597..102ac240ca68e9de2e7cb0fba66a5d169a2af142 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Test suite for basic Heimdal external strength checking functionality.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2009, 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index 35a4632484685b2c6a4ebd8fd543dbcdbc4d65b5..8015c4e62943f952667f0923f0d8525a99a9a873 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, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 54f1cf1bb4806d8a2d9ba515980687b1177e1f9b..f60fa6a9698af051b0977903116bff426a407559 100644 (file)
@@ -4,8 +4,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, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index b6c6dfdb261e4836f32a2c3949733d52ae6ccb41..74e4bbd2462278f18922cfc0bfbb5582056af62c 100755 (executable)
@@ -5,8 +5,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 2000, 2001, 2006 Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2000, 2001, 2006 Russ Allbery <eagle@eyrie.org>
 # Copyright 2008, 2009, 2010, 2012
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index 7e650e4ecbec7c4cc35da480455ba5b470c75a7c..a415614cdd6b52e3f18834c995518f82d1d2256c 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/>.
  *
- * Copyright 2000, 2001, 2006 Russ Allbery <rra@stanford.edu>
+ * Copyright 2000, 2001, 2006 Russ Allbery <eagle@eyrie.org>
  * Copyright 2008, 2012, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index bceb0ea3f3954ddfaa7e89938a939f9b96c114b6..557ca60fd1f70eb0dd4c01f02a4fce90bdf60be6 100755 (executable)
@@ -154,7 +154,7 @@ C<perldoc -t>).
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 51416c7cbbbdb87a8e83e288fe06ce6137efef69..775d3afd965b7108ef5c5e95b327be9fe38d84ec 100644 (file)
@@ -6,7 +6,7 @@
  * interface.  It uses a krb5.conf parameter to determine the location of its
  * dictionary.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2009, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 7884e0edd2ed748e147b095f8fd56c4b3ec4de8d..62d43702553cc300e311d5b75dc0a76129cd81a2 100644 (file)
@@ -55,7 +55,7 @@ krb5-strength package.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index 54faee57b0d2161c9d7ea74353600f996fa0af3e..d071793a807580cf2ecf190cc2ba3f86a5f9bd53 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 82c1ffd06fd1e9a1ffe98da39e1011e495b0fc9c..961ea1d18fec80e2a9f922243b29b52b647b6b28 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, 2009, 2010, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 0e157035588ca12aa66a6030366a6c898e19a95b..3fc08620bf89e2b5765d9ecf5af15e29c9effbf2 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, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 52fcfb744ded90644d3ca56f0e11507548293be8..9ec3ba855860445c720e6aa36560e93a124108ce 100644 (file)
@@ -53,7 +53,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 2008, 2009, 2010
  *     The Board of Trustees of the Leland Stanford Junior University
  * Copyright (c) 2004, 2005, 2006