]> eyrie.org Git - kerberos/krb5-sync.git/commitdiff
Update my email address to eagle@eyrie.org
authorRuss Allbery <eagle@eyrie.org>
Wed, 20 Nov 2013 00:02:25 +0000 (16:02 -0800)
committerRuss Allbery <eagle@eyrie.org>
Wed, 20 Nov 2013 00:02:25 +0000 (16:02 -0800)
65 files changed:
LICENSE
Makefile.am
README
configure.ac
m4/krb5-config.m4
m4/krb5.m4
m4/ldap.m4
m4/lib-depends.m4
m4/lib-pathname.m4
m4/snprintf.m4
m4/vamacros.m4
patches/heimdal-1.3.1
patches/mit-krb5-1.4.4
patches/mit-krb5-1.8.3
plugin/ad.c
plugin/api.c
plugin/error.c
plugin/heimdal.c
plugin/internal.h
plugin/mit.c
plugin/queue.c
portable/asprintf.c
portable/dummy.c
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/snprintf.c
portable/stdbool.h
portable/strlcat.c
portable/strlcpy.c
portable/strndup.c
portable/system.h
tests/README
tests/docs/pod-spelling-t
tests/docs/pod-t
tests/plugin/heimdal-t.c
tests/plugin/mit-t.c
tests/plugin/queuing-t.c
tests/portable/asprintf-t.c
tests/portable/snprintf-t.c
tests/portable/strlcat-t.c
tests/portable/strlcpy-t.c
tests/portable/strndup-t.c
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/libtap.sh
tests/tap/macros.h
tests/tap/messages.c
tests/tap/messages.h
tests/tap/process.c
tests/tap/process.h
tests/tap/string.c
tests/tap/string.h
tests/util/messages-krb5-t.c
tests/util/messages-t.c
tests/util/xmalloc-t
tests/util/xmalloc.c
tools/krb5-sync-backend
tools/krb5-sync.c
tools/krb5-sync.pod
util/macros.h
util/messages-krb5.c
util/messages-krb5.h
util/messages.c

diff --git a/LICENSE b/LICENSE
index 6ed1a4a83be33280c48f3de3d485a59a0d0f96b0..f52b494dac9ba51ef29a33b83a1ebcd6238e7879 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,7 +10,7 @@ Copyright: 2006-2008, 2010-2011
 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-2012
     The Board of Trustees of the Leland Stanford Junior University
   2010 The Massachusetts Institute of Technology
@@ -83,7 +83,7 @@ License: FSF-unlimited, and GPL-2+ with Libtool exception or Expat
 Files: patches/README tests/README tools/krb5-sync.8 tools/krb5-sync.pod
 Copyright: 2007-2008, 2010, 2012
     The Board of Trustees of the Leland Stanford Junior University
-  2010 Russ Allbery <rra@stanford.edu>
+  2010 Russ Allbery <eagle@eyrie.org>
 License: all-permissive
  Copying and distribution of this file, with or without modification, are
  permitted in any medium without royalty provided the copyright notice and
@@ -146,7 +146,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 79cf015e3db025d8e8b988ad805f9f2e4bbc2eec..e403a2932a0b755a1b9ac7b9b52a24597590c02d 100644 (file)
@@ -1,6 +1,6 @@
 # Automake makefile for krb5-sync.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2006, 2007, 2010, 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
diff --git a/README b/README
index 64c4581274a658ca4ac5ab26e549cbb35aabf12f..aba79dc295f500c464921070aac6fc7b40e50d67 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                               krb5-sync 2.3
             (Kerberos Active Directory synchronization plugin)
 
-              Maintained by Russ Allbery <rra@stanford.edu>
+               Maintained by Russ Allbery <eagle@eyrie.org>
 
   Copyright 2006, 2007, 2010, 2011, 2012 The Board of Trustees of the
   Leland Stanford Junior University.  Originally developed by Derrick
@@ -366,7 +366,7 @@ HOMEPAGE AND SOURCE REPOSITORY
 
       http://git.eyrie.org/?p=devel/krb5-sync.git
 
-  Please send any bug reports, patches, or questions to rra@stanford.edu.
+  Please send any bug reports, patches, or questions to eagle@eyrie.org.
 
 LICENSE
 
index 53ec2ae959d8d68269ad1d64475d10448708d96e..28d365c6ac3089c0b32d03097ad0e05313ea22d4 100644 (file)
@@ -1,13 +1,13 @@
 dnl Autoconf configuration for krb5-sync.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2006, 2007, 2010, 2012, 2013
 dnl     The Board of Trustees of the Leland Stanford Junior University
 dnl
 dnl See LICENSE for licensing terms.
 
 AC_PREREQ([2.64])
-AC_INIT([krb5-sync], [2.3], [rra@stanford.edu])
+AC_INIT([krb5-sync], [2.3], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])
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 61602a2e125bde2fa2cf449e65d7fef107fd4efd..b57f4e573a8d1cf4c36dd3c81ab8717e7252e615 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 0f9256195b7485e290592be4a98c1fb0d88601d4..877a74bd2a13359f65e51d6ba73e6a91c44fa3d6 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 2010
 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 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 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 42ed4c08162a013fb4c11a3c5382cb41b9f777a4..8b68b6ce95a86d9a9f0f0fa35a976e57c1d4231b 100644 (file)
@@ -20,14 +20,14 @@ for krb5-sync in a somewhat brute-force way.  It will change in the future
 to better fit with the rest of Heimdal so that it can be integrated into
 Heimdal.  Expect the details of how it works to change in later versions.
 
-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
 
 See LICENSE for licensing terms.
 
 From e023789e10f04d8985238cf529258c50c8e99395 Mon Sep 17 00:00:00 2001
-From: Russ Allbery <rra@stanford.edu>
+From: Russ Allbery <eagle@eyrie.org>
 Date: Thu, 11 Feb 2010 16:01:03 -0800
 Subject: [PATCH] Add libkadm5srv hooks for creation, modification, and password change
 
index 2f7f49c6bbac6bd37ad802c13777cc69fc9c6497..505e1c4f4d9d5a1fe7684776470dbdda2dec3df4 100644 (file)
@@ -7,7 +7,7 @@ Note that this patch modifies configure.in and hence will require running
 util/reconf from the src directory of the MIT Kerberos distribution before
 running configure and rebuilding.
 
-Written by Russ Allbery <rra@stanford.edu>
+Written by Russ Allbery <eagle@eyrie.org>
 Based on code developed by Derrick Brashear and Ken Hornstein of Sine
     Nomine Associates, on behalf of Stanford University.
 
index a261afce5b0c2b2a085146dddbadf0208e9a3ae9..754888a844c0731efc93ab3f911a3006ec3bddb8 100644 (file)
@@ -7,7 +7,7 @@ Note that this patch modifies configure.in and hence will require running
 util/reconf from the src directory of the MIT Kerberos distribution before
 running configure and rebuilding.
 
-Written by Russ Allbery <rra@stanford.edu>
+Written by Russ Allbery <eagle@eyrie.org>
 Ported to 1.8.3 by Sam Hartman <hartmans@debian.org>
 Based on code developed by Derrick Brashear and Ken Hornstein of Sine
     Nomine Associates, on behalf of Stanford University.
index a236fc941216b92e15d14c1717663bb8d04daa90..2e9534edafdac826f2ebe9bca9db7477102eb537 100644 (file)
@@ -4,7 +4,7 @@
  * Implements the interface that talks to Active Directory for both password
  * changes and for account status updates.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Based on code developed by Derrick Brashear and Ken Hornstein of Sine
  *     Nomine Associates, on behalf of Stanford University.
  * Copyright 2006, 2007, 2010, 2012, 2013
index 6b7b20af1e4ab0c393fbebbd35473bc0d9540117..ab9c79bee65c425fc61982054cdb4a3419d4547d 100644 (file)
@@ -10,7 +10,7 @@
  * Directory synchronization fails, the update fails, but if AFS kaserver
  * synchronization fails, everything else still succeeds.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Based on code developed by Derrick Brashear and Ken Hornstein of Sine
  *     Nomine Associates, on behalf of Stanford University.
  * Copyright 2006, 2007, 2010, 2013
index 907868bbc085ffddf1ed1c3d729b1c12f69170d9..af49855180a6b88e47f42f61ea93d349c6150c95 100644 (file)
@@ -4,7 +4,7 @@
  * Set the plugin error string based on a provided error message and an
  * optional Kerberos error to append to the end of the string.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2010, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index fb78a3ad93f77a511f7a17f3700c485ba6f31e4d..3ab6f81e7ef2318d3f5e45ca1b9bd6c2325c68ea 100644 (file)
@@ -6,7 +6,7 @@
  * the Heimdal hook API, so the interface exposed here may change in the
  * future.
  *
- * 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 801f9958519a203d8eec8fe6340315179cb4076f..fd74f274fd5ee35783c57d14f96276052070ebca 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Internal prototypes and structures for the kadmind password update plugin.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Based on code developed by Derrick Brashear and Ken Hornstein of Sine
  *     Nomine Associates, on behalf of Stanford University.
  * Copyright 2006, 2007, 2010, 2013
index 5830d270c39c794fb91fed7e2e9f36922a78ae4a..8b33941e55ee11ecbd765db43678a42d8255f119 100644 (file)
@@ -6,7 +6,7 @@
  * released with MIT Kerberos 1.9, which was based on a preliminary proposal
  * for the Heimdal hook API.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  *     and updated by Sam Hartman <hartmans@painless-security.com>
  * Copyright 2010, 2011
  *     The Board of Trustees of the Leland Stanford Junior University
index e27c13e06e4e267cfb53d4fa0c1b896bfeddfec7..8f42d607b403c488741af471207695e614473f82 100644 (file)
@@ -8,7 +8,7 @@
  * operation as well or fail our operation so that correct changes won't be
  * undone.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2010
  *     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 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 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 ab34983829ffe48a330ca525a76318831650549f..135640fd74e9a81a861d2686bc2321e05bebe3d4 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 91c8491c3ca6954b7b9fe05aaad0f50ce450a0f4..225455bed98c715785dcba41ab3da421c71b5162 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 3bee4eec12adf5edb5b149686db410d4dd2d6193..9c8686ded045aa887f85c525c621baf97a6d7316 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 df75fd8c2fd8148cf8229e34f76a8f514105d9b8..592e3ee8957bee3aa27979fa659471bc855836b4 100644 (file)
@@ -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>
  *
  * 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 4ee3ac52a75748d43a729cd5b12edc187738e03a..ddc36ea23b3f08807586f6386d1f6b1c9fdaa13e 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 d1fc529aefd3cc29a32d0068c090bdd23664e7a0..624c7a5e0819017d4eb2451edd97da7288dc7915 100755 (executable)
@@ -7,7 +7,7 @@
 # RRA_MAINTAINER_TESTS is set, since spelling dictionaries vary too much
 # between environments.
 #
-# Copyright 2008, 2009, 2011 Russ Allbery <rra@stanford.edu>
+# Copyright 2008, 2009, 2011 Russ Allbery <eagle@eyrie.org>
 #
 # See LICENSE for licensing terms.
 
index 4b1b8217393ecf688f32819756eae5dc597b7f9f..47aa62f48f7bd2bca31905cf8199df5e56d09f57 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Test formatting of POD documentation.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2008, 2009, 2011
 #     The Board of Trustees of the Leland Stanford Junior University
 #
index cf76291a88dc7e726e2104a9a0ca07576120a588..ef40914e4d35e0f4643b0b30c1bf5b650d9626e1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Tests for the Heimdal module API.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index a710fcf611badb100fe373f44f7cabc4d43d8d5c..19c3887a523db997cb663646b1051dca8572cda2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Tests for the MIT Kerberos module API.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 5563f1e5ace82ae63a45f3f0a9952d32f2431b66..b281693a546e98af52766d1a9389b8ed267b02d9 100644 (file)
@@ -6,7 +6,7 @@
  * we can test all plugin behavior that involves queuing, by forcing changes
  * to queue.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 2012
  *     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 54d0d402fbf63bddf6983db0a957ed7014fac9dd..58aba5820d88898d00c7381c461f104da6cd93d9 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 26aa8f28cf38966f0d2c733c3e87a5dfb0ddc65a..6652a7c0e865fee5ccb94196b9207b87d64bbaa7 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 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 424987568c635c684277a5ca4f13b7f583366f55..3756aa650ab576215b15b16d330a634dd0e9614f 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 e8196fc878f30cb1552969d8d4a3a322c7309b9e..70ee093c385fdbf650e8edb2fc35c51bda1fcfba 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
  *     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 f9347d80b6cf41bfa951dce738694c668439725d..1b0293931f48566c3374965aabf6e1683e5b170c 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
 #     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 abc2c49815e5968557fccb9cdb7878003466f9b0..3754d18707bd1fbc12365890348e70f2949d00af 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/>.
  *
- * Copyright 2002, 2004, 2005 Russ Allbery <rra@stanford.edu>
+ * Copyright 2002, 2004, 2005 Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009, 2012
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 0544f2df84ff832e0b4358509f0f66e3d1422da4..985b9cd13d5a8bcdb986ff6fa45f30527d76c618 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 2002 Russ Allbery <rra@stanford.edu>
+ * Copyright 2002 Russ Allbery <eagle@eyrie.org>
  * Copyright 2006, 2007, 2009
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 83baee21b1a45e399cda458f85ec16378ab4a911..2a42f8da33bf66882a25397ed0859db314b00a9f 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 e3ffe7563ac2e972fa5b235e0157b0e7a1872e25..8e9daf10aeda9b877f9cf73eda1b32b654f11d7b 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
  *     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 394cab51f456a41927dc846f053463127d30a739..66145860f6edaacdd78ac4b9083d8718b02cf13f 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
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 13ec3e6dd562744f7f5b5c0eb450651ca7605e1e..4acb58f1c643c92dcd00b245aad992109dbc7d06 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # krb5-sync-backend -- Manipulate Kerberos password and status change queue.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2007, 2008, 2010, 2012, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
@@ -449,6 +449,6 @@ L<http://www.eyrie.org/~eagle/software/krb5-sync/>.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =cut
index 1f98b17a439674b50b7addab9b748bc6a21a2430..02dc1011a0a84608d0502289df21d295d4192627 100644 (file)
@@ -7,7 +7,7 @@
  * plugin.  It's primarily intended for testing, but can also be used to
  * synchronize changes when the plugin previously failed for some reason.
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Based on code developed by Derrick Brashear and Ken Hornstein of Sine
  *     Nomine Associates, on behalf of Stanford University
  * Copyright 2006, 2007, 2010, 2012
index 6a492bf2d5aa4ae3001985ace37f9cd820d45dbb..fb058bda5f6b45155ad6740f3ef3b8a31427dae7 100644 (file)
@@ -155,7 +155,7 @@ L<http://www.eyrie.org/~eagle/software/krb5-sync/>.
 
 =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 23fd56a7dc3aa8b58af869589377e6c6dae8e754..b05858663e33026eb675ebb3d1e0a8a5f8129c9e 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
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index a61d7cd66e5e21485a02a0f3527431638338949b..a9072bf0a40e7b1fdb6277bccb8c0bc929ea1dc7 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
  *     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