]> eyrie.org Git - kerberos/kadmin-remctl.git/commitdiff
Change my email address to eagle@eyrie.org
authorRuss Allbery <rra@stanford.edu>
Wed, 15 Jan 2014 22:12:59 +0000 (14:12 -0800)
committerRuss Allbery <rra@stanford.edu>
Wed, 15 Jan 2014 22:12:59 +0000 (14:12 -0800)
29 files changed:
Makefile.am
README
configure.ac
kadmin-backend
kadmin-backend-heim
ksetpass.c
ksetpass.pod
m4/gssapi.m4
m4/krb5-config.m4
m4/krb5.m4
m4/lib-depends.m4
m4/lib-pathname.m4
m4/remctl.m4
m4/snprintf.m4
m4/vamacros.m4
passwd_change.c
passwd_change.pod
portable/asprintf.c
portable/dummy.c
portable/krb5-extra.c
portable/krb5.h
portable/macros.h
portable/snprintf.c
portable/stdbool.h
portable/system.h
util/macros.h
util/messages-krb5.c
util/messages-krb5.h
util/messages.c

index 63b6faaa660b6bdbb16ce791f226da6a2138c827..f94103d19092ca496b07ad3975991144396d0aa3 100644 (file)
@@ -1,6 +1,6 @@
 # Automake makefile for kadmin-remctl.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Copyright 2007, 2008, 2010, 2011, 2013
 #     The Board of Trustees of the Leland Stanford Junior University
 #
diff --git a/README b/README
index 2f899fd18f9168e3abdbcc276a9f54040e3a5470..7813d10fabdd9e2eb7f9399e9c2e8cbb1e88f0cb 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                             kadmin-remctl 3.5
              (remctl interface for Kerberos kadmin functions)
 
-                Written by Russ Allbery <rra@stanford.edu>
+                Written by Russ Allbery <eagle@eyrie.org>
 
   Copyright 1997, 2003, 2007, 2008, 2009, 2010, 2011, 2013 The Board of
   Trustees of the Leland Stanford Junior University.  This software is
@@ -232,7 +232,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 03f7777dcd9476fa2f35a70d22ca9f1061f4e96c..7aeb83016262754dea81508573d63ce70755744a 100644 (file)
@@ -1,13 +1,13 @@
 dnl Autoconf configuration for kadmin-remctl.
 dnl
-dnl Written by Russ Allbery <rra@stanford.edu>
+dnl Written by Russ Allbery <eagle@eyrie.org>
 dnl Copyright 2007, 2008, 2010, 2011, 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([kadmin-remctl], [3.5], [rra@stanford.edu])
+AC_INIT([kadmin-remctl], [3.5], [eagle@eyrie.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])
index fcb8b8d53a29b0852b1c4592686afc67cc1864c7..af84ca707e38a8d0d5ced1873b4a597e32bf887f 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # kadmin-backend -- remctl interface to kadmin functionality.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Based heavily on work by Roland Schemers
 # Copyright 2003, 2007, 2008, 2009, 2010, 2011, 2013, 2014
 #     The Board of Trustees of the Leland Stanford Junior University
@@ -1803,7 +1803,7 @@ normally set by the B<remctld> server.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>, based heavily on work by Roland Schemers.
+Russ Allbery <eagle@eyrie.org>, based heavily on work by Roland Schemers.
 
 =head1 COPYRIGHT AND LICENSE
 
index b1f8e686f147a55dc98a9fc87464216c11ff07c7..e0519f1f0ac4c3e0abdf038911c0d2bf9a07bd12 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # kadmin-backend -- remctl interface to kadmin functionality.
 #
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
 # Heimdal port written by Jon Robertson <jonrober@stanford.edu>
 # Based heavily on work by Roland Schemers
 # Copyright 2003, 2007, 2008, 2009, 2010, 2011, 2013, 2014
@@ -1955,7 +1955,7 @@ normally set by the B<remctld> server.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>, based heavily on work by Roland Schemers.
+Russ Allbery <eagle@eyrie.org>, based heavily on work by Roland Schemers.
 Original Heimdal port written by Jon Robertson <jonrober@stanford.edu>.
 
 =head1 COPYRIGHT AND LICENSE
index cddda939a59acec81fadda3316e0a2cb288a922a..a73f45c41cba021a49d24f16c0f2a806ad081c5f 100644 (file)
@@ -11,7 +11,7 @@
  * the new password on standard input.  The password should not have a
  * trailing newline unless that's actually part of the password.
  *
- * 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, 2008, 2010
index 609ab7333497d2c4d1a2a7c5a0648a38a27f7828..ef384044d022942a10b4e14f2db0b57cd07cad3e 100644 (file)
@@ -36,7 +36,7 @@ reallocation code.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
index c5966093db2e8336b59861c232ae47f024973497..f2ad5bbe149a9db8195c51665420126071690980 100644 (file)
@@ -21,7 +21,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, 2011, 2012
 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 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 588404f388895ffa3c5b820cea51d2a29a4a6036..5b492f35bb9cce0aa2d973c5a87a74a538cc87bf 100644 (file)
@@ -25,7 +25,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, 2011
 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 51520c6e7d25f13f69b2d74cf5c7e72cdc2b88a4..2bedcdfcf4139d01373b94b10c801c71058a5f67 100644 (file)
@@ -7,7 +7,7 @@
  * read the username of the principal whose password should be changed from
  * the command line).
  *
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
  * Copyright 1997, 2007, 2010, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
index 99ac6c8584af4ed3c2434e660a14c5a8908dc0ac..79d8b287e13ba51ee17e1d43427f3c9740d4bd7a 100644 (file)
@@ -82,7 +82,7 @@ A saner method should be used, like querying an LDAP server.
 
 =head1 AUTHOR
 
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
 
 =head1 COPYRIGHT AND LICENSE
 
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 6f925d807fdc0ccbcfa4fc9519fed7de4d53879e..6357fb1fc436723d3d55b0a1cfea4dc831961874 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 6e50cdb2f9373de7c5235f77bd16ad33da27b79b..55e986938c3e4a01a78f91955d34a53b8df042cc 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 6837a734ddd366d4337c09c00a227e88a1cc1b63..26b73867f44d64b96d2c0333cba28a90c452e328 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 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