summaryrefslogtreecommitdiff
path: root/perl/Wallet
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-04-13 16:36:36 -0700
committerRuss Allbery <rra@stanford.edu>2014-04-13 16:37:25 -0700
commit76ccf098c6e9c8849c8ca459a54d7383baf39ddb (patch)
tree8e955c0b86954a3db67dccd75e8cefdfd0d0b636 /perl/Wallet
parent401bfdd941e55651f38f46b76b297968691fcaf3 (diff)
Change my email address to eagle@eyrie.org
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e Reviewed-on: https://gerrit.stanford.edu/1481 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet')
-rw-r--r--perl/Wallet/ACL.pm4
-rw-r--r--perl/Wallet/ACL/Base.pm4
-rw-r--r--perl/Wallet/ACL/Krb5.pm4
-rw-r--r--perl/Wallet/ACL/Krb5/Regex.pm2
-rw-r--r--perl/Wallet/ACL/LDAP/Attribute.pm2
-rw-r--r--perl/Wallet/ACL/NetDB.pm4
-rw-r--r--perl/Wallet/ACL/NetDB/Root.pm4
-rw-r--r--perl/Wallet/Admin.pm4
-rw-r--r--perl/Wallet/Config.pm4
-rw-r--r--perl/Wallet/Database.pm4
-rw-r--r--perl/Wallet/Kadmin.pm2
-rw-r--r--perl/Wallet/Kadmin/Heimdal.pm2
-rw-r--r--perl/Wallet/Kadmin/MIT.pm4
-rw-r--r--perl/Wallet/Object/Base.pm4
-rw-r--r--perl/Wallet/Object/File.pm4
-rw-r--r--perl/Wallet/Object/Keytab.pm4
-rw-r--r--perl/Wallet/Object/WAKeyring.pm4
-rw-r--r--perl/Wallet/Policy/Stanford.pm4
-rw-r--r--perl/Wallet/Report.pm4
-rw-r--r--perl/Wallet/Schema.pm2
-rw-r--r--perl/Wallet/Server.pm4
21 files changed, 37 insertions, 37 deletions
diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm
index 15a380f..808be3c 100644
--- a/perl/Wallet/ACL.pm
+++ b/perl/Wallet/ACL.pm
@@ -1,6 +1,6 @@
# Wallet::ACL -- Implementation of ACLs in the wallet system.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2008, 2010, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -652,6 +652,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm
index 5112c2f..b6e4ce3 100644
--- a/perl/Wallet/ACL/Base.pm
+++ b/perl/Wallet/ACL/Base.pm
@@ -1,6 +1,6 @@
# Wallet::ACL::Base -- Parent class for wallet ACL verifiers.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -120,6 +120,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm
index 716a223..ed0b7df 100644
--- a/perl/Wallet/ACL/Krb5.pm
+++ b/perl/Wallet/ACL/Krb5.pm
@@ -1,6 +1,6 @@
# Wallet::ACL::Krb5 -- Wallet Kerberos v5 principal ACL verifier.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -120,6 +120,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/ACL/Krb5/Regex.pm b/perl/Wallet/ACL/Krb5/Regex.pm
index ce2fe48..30f5527 100644
--- a/perl/Wallet/ACL/Krb5/Regex.pm
+++ b/perl/Wallet/ACL/Krb5/Regex.pm
@@ -1,6 +1,6 @@
# Wallet::ACL::Krb5::Regex -- Wallet Kerberos v5 principal regex ACL verifier
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
diff --git a/perl/Wallet/ACL/LDAP/Attribute.pm b/perl/Wallet/ACL/LDAP/Attribute.pm
index 31001ea..aea8a72 100644
--- a/perl/Wallet/ACL/LDAP/Attribute.pm
+++ b/perl/Wallet/ACL/LDAP/Attribute.pm
@@ -258,6 +258,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/ACL/NetDB.pm b/perl/Wallet/ACL/NetDB.pm
index 2d35f49..b76d4ed 100644
--- a/perl/Wallet/ACL/NetDB.pm
+++ b/perl/Wallet/ACL/NetDB.pm
@@ -1,6 +1,6 @@
# Wallet::ACL::NetDB -- Wallet NetDB role ACL verifier.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -262,6 +262,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/ACL/NetDB/Root.pm b/perl/Wallet/ACL/NetDB/Root.pm
index ea79d79..6c95c6e 100644
--- a/perl/Wallet/ACL/NetDB/Root.pm
+++ b/perl/Wallet/ACL/NetDB/Root.pm
@@ -1,6 +1,6 @@
# Wallet::ACL::NetDB::Root -- Wallet NetDB role ACL verifier (root instances).
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -123,6 +123,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm
index 3e9c9f5..3a05284 100644
--- a/perl/Wallet/Admin.pm
+++ b/perl/Wallet/Admin.pm
@@ -1,6 +1,6 @@
# Wallet::Admin -- Wallet system administrative interface.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2008, 2009, 2010, 2011, 2012, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -374,6 +374,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm
index c3f6d15..0d9d506 100644
--- a/perl/Wallet/Config.pm
+++ b/perl/Wallet/Config.pm
@@ -1,6 +1,6 @@
# Wallet::Config -- Configuration handling for the wallet server.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2008, 2010, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -776,6 +776,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Database.pm b/perl/Wallet/Database.pm
index 61de0ba..031be9e 100644
--- a/perl/Wallet/Database.pm
+++ b/perl/Wallet/Database.pm
@@ -5,7 +5,7 @@
# intention is that Wallet::Database objects can be treated in all respects
# like DBIx::Class objects in the rest of the code.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2008, 2009, 2010, 2012, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -118,6 +118,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Kadmin.pm b/perl/Wallet/Kadmin.pm
index bfff3ef..4ea7920 100644
--- a/perl/Wallet/Kadmin.pm
+++ b/perl/Wallet/Kadmin.pm
@@ -235,6 +235,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHORS
-Jon Robertson <jonrober@stanford.edu> and Russ Allbery <rra@stanford.edu>
+Jon Robertson <jonrober@stanford.edu> and Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Kadmin/Heimdal.pm b/perl/Wallet/Kadmin/Heimdal.pm
index a1d63ae..42de8e0 100644
--- a/perl/Wallet/Kadmin/Heimdal.pm
+++ b/perl/Wallet/Kadmin/Heimdal.pm
@@ -309,6 +309,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHORS
-Russ Allbery <rra@stanford.edu> and Jon Robertson <jonrober@stanford.edu>.
+Russ Allbery <eagle@eyrie.org> and Jon Robertson <jonrober@stanford.edu>.
=cut
diff --git a/perl/Wallet/Kadmin/MIT.pm b/perl/Wallet/Kadmin/MIT.pm
index b633e67..1ae01bf 100644
--- a/perl/Wallet/Kadmin/MIT.pm
+++ b/perl/Wallet/Kadmin/MIT.pm
@@ -1,6 +1,6 @@
# Wallet::Kadmin::MIT -- Wallet Kerberos administration API for MIT.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Pulled into a module by Jon Robertson <jonrober@stanford.edu>
# Copyright 2007, 2008, 2009, 2010
# The Board of Trustees of the Leland Stanford Junior University
@@ -318,6 +318,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHORS
-Russ Allbery <rra@stanford.edu> and Jon Robertson <jonrober@stanford.edu>.
+Russ Allbery <eagle@eyrie.org> and Jon Robertson <jonrober@stanford.edu>.
=cut
diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm
index dd128cc..8debac9 100644
--- a/perl/Wallet/Object/Base.pm
+++ b/perl/Wallet/Object/Base.pm
@@ -1,6 +1,6 @@
# Wallet::Object::Base -- Parent class for any object stored in the wallet.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2008, 2010, 2011
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -1010,6 +1010,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm
index 49589f1..4afef04 100644
--- a/perl/Wallet/Object/File.pm
+++ b/perl/Wallet/Object/File.pm
@@ -1,6 +1,6 @@
# Wallet::Object::File -- File object implementation for the wallet.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2008, 2010
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -237,6 +237,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm
index 45d5826..24c3302 100644
--- a/perl/Wallet/Object/Keytab.pm
+++ b/perl/Wallet/Object/Keytab.pm
@@ -1,6 +1,6 @@
# Wallet::Object::Keytab -- Keytab object implementation for the wallet.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2007, 2008, 2009, 2010, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -508,6 +508,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Object/WAKeyring.pm b/perl/Wallet/Object/WAKeyring.pm
index f33497c..f8bd0f7 100644
--- a/perl/Wallet/Object/WAKeyring.pm
+++ b/perl/Wallet/Object/WAKeyring.pm
@@ -1,6 +1,6 @@
# Wallet::Object::WAKeyring -- WebAuth keyring object implementation.
#
-# 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
#
@@ -365,6 +365,6 @@ from <http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Policy/Stanford.pm b/perl/Wallet/Policy/Stanford.pm
index 72abd09..8bf4257 100644
--- a/perl/Wallet/Policy/Stanford.pm
+++ b/perl/Wallet/Policy/Stanford.pm
@@ -1,6 +1,6 @@
# Wallet::Policy::Stanford -- Stanford's wallet naming and ownership policy.
#
-# 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
#
@@ -412,6 +412,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Report.pm b/perl/Wallet/Report.pm
index b27a998..1085546 100644
--- a/perl/Wallet/Report.pm
+++ b/perl/Wallet/Report.pm
@@ -1,6 +1,6 @@
# Wallet::Report -- Wallet system reporting interface.
#
-# Written by Russ Allbery <rra@stanford.edu>
+# Written by Russ Allbery <eagle@eyrie.org>
# Copyright 2008, 2009, 2010, 2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -675,6 +675,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu> and Jon Robertson <jonrober@stanford.edu>.
+Russ Allbery <eagle@eyrie.org> and Jon Robertson <jonrober@stanford.edu>.
=cut
diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm
index d4ef241..2176cab 100644
--- a/perl/Wallet/Schema.pm
+++ b/perl/Wallet/Schema.pm
@@ -334,6 +334,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut
diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm
index 6d67e17..3266928 100644
--- a/perl/Wallet/Server.pm
+++ b/perl/Wallet/Server.pm
@@ -1,6 +1,6 @@
# Wallet::Server -- Wallet system server implementation.
#
-# 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
#
@@ -1090,6 +1090,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.
=head1 AUTHOR
-Russ Allbery <rra@stanford.edu>
+Russ Allbery <eagle@eyrie.org>
=cut