diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile.PL.in | 1 | ||||
-rw-r--r-- | perl/Wallet/ACL.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/ACL/Base.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/ACL/Krb5.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/ACL/NetDB.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/ACL/NetDB/Root.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Admin.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Config.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Database.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Object/Base.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Object/File.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Object/Keytab.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Schema.pm | 1 | ||||
-rw-r--r-- | perl/Wallet/Server.pm | 1 | ||||
-rwxr-xr-x | perl/t/acl.t | 1 | ||||
-rwxr-xr-x | perl/t/admin.t | 1 | ||||
-rwxr-xr-x | perl/t/config.t | 1 | ||||
-rwxr-xr-x | perl/t/data/keytab-fake | 1 | ||||
-rw-r--r-- | perl/t/data/keytab.conf | 2 | ||||
-rwxr-xr-x | perl/t/data/netdb-fake | 1 | ||||
-rw-r--r-- | perl/t/data/netdb.conf | 2 | ||||
-rwxr-xr-x | perl/t/file.t | 1 | ||||
-rwxr-xr-x | perl/t/init.t | 1 | ||||
-rwxr-xr-x | perl/t/keytab.t | 1 | ||||
-rw-r--r-- | perl/t/lib/Util.pm | 1 | ||||
-rwxr-xr-x | perl/t/object.t | 1 | ||||
-rwxr-xr-x | perl/t/pod.t | 1 | ||||
-rwxr-xr-x | perl/t/schema.t | 1 | ||||
-rwxr-xr-x | perl/t/server.t | 1 | ||||
-rwxr-xr-x | perl/t/verifier-netdb.t | 1 | ||||
-rwxr-xr-x | perl/t/verifier.t | 1 |
31 files changed, 0 insertions, 33 deletions
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 1ba6004..5804d9b 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -1,5 +1,4 @@ # Makefile.PL for the Wallet Perl library. -*- perl -*- -# $Id$ use ExtUtils::MakeMaker; diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm index b96d2ac..9136fc2 100644 --- a/perl/Wallet/ACL.pm +++ b/perl/Wallet/ACL.pm @@ -1,5 +1,4 @@ # Wallet::ACL -- Implementation of ACLs in the wallet system. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm index 87df824..004de75 100644 --- a/perl/Wallet/ACL/Base.pm +++ b/perl/Wallet/ACL/Base.pm @@ -1,5 +1,4 @@ # Wallet::ACL::Base -- Parent class for wallet ACL verifiers. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm index f94475f..1c584c5 100644 --- a/perl/Wallet/ACL/Krb5.pm +++ b/perl/Wallet/ACL/Krb5.pm @@ -1,5 +1,4 @@ # Wallet::ACL::Krb5 -- Wallet Kerberos v5 principal ACL verifier. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/ACL/NetDB.pm b/perl/Wallet/ACL/NetDB.pm index cc7121b..6775c62 100644 --- a/perl/Wallet/ACL/NetDB.pm +++ b/perl/Wallet/ACL/NetDB.pm @@ -1,5 +1,4 @@ # Wallet::ACL::NetDB -- Wallet NetDB role ACL verifier. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/ACL/NetDB/Root.pm b/perl/Wallet/ACL/NetDB/Root.pm index 8c2c6b2..cbd1387 100644 --- a/perl/Wallet/ACL/NetDB/Root.pm +++ b/perl/Wallet/ACL/NetDB/Root.pm @@ -1,5 +1,4 @@ # Wallet::ACL::NetDB::Root -- Wallet NetDB role ACL verifier (root instances). -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm index 37d538e..3a2f687 100644 --- a/perl/Wallet/Admin.pm +++ b/perl/Wallet/Admin.pm @@ -1,5 +1,4 @@ # Wallet::Admin -- Wallet system administrative interface. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index 6c72781..3f52cf0 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -1,5 +1,4 @@ # Wallet::Config -- Configuration handling for the wallet server. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Database.pm b/perl/Wallet/Database.pm index 3edf059..68fb6bb 100644 --- a/perl/Wallet/Database.pm +++ b/perl/Wallet/Database.pm @@ -1,5 +1,4 @@ # Wallet::Database -- Wallet system database connection management. -# $Id$ # # This module is a thin wrapper around DBI to handle determination of the # database driver and configuration settings automatically on connect. The diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm index bc4f096..0f40028 100644 --- a/perl/Wallet/Object/Base.pm +++ b/perl/Wallet/Object/Base.pm @@ -1,5 +1,4 @@ # Wallet::Object::Base -- Parent class for any object stored in the wallet. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm index b4e23f8..be72d7f 100644 --- a/perl/Wallet/Object/File.pm +++ b/perl/Wallet/Object/File.pm @@ -1,5 +1,4 @@ # Wallet::Object::File -- File object implementation for the wallet. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index 8739f89..4cb8dff 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -1,5 +1,4 @@ # Wallet::Object::Keytab -- Keytab object implementation for the wallet. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index 2fb3d64..2b256a2 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -1,5 +1,4 @@ # Wallet::Schema -- Database schema for the wallet system. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm index d4e6a91..40e48a3 100644 --- a/perl/Wallet/Server.pm +++ b/perl/Wallet/Server.pm @@ -1,5 +1,4 @@ # Wallet::Server -- Wallet system server implementation. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/t/acl.t b/perl/t/acl.t index e46b7f8..95aa763 100755 --- a/perl/t/acl.t +++ b/perl/t/acl.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/api.t -- Tests for the wallet ACL API. # diff --git a/perl/t/admin.t b/perl/t/admin.t index 4b8302d..7a8b8ae 100755 --- a/perl/t/admin.t +++ b/perl/t/admin.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/admin.t -- Tests for wallet administrative interface. # diff --git a/perl/t/config.t b/perl/t/config.t index 0d159dc..d60d7e7 100755 --- a/perl/t/config.t +++ b/perl/t/config.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/config.t -- Tests for the wallet server configuration. # diff --git a/perl/t/data/keytab-fake b/perl/t/data/keytab-fake index df21294..0ecf264 100755 --- a/perl/t/data/keytab-fake +++ b/perl/t/data/keytab-fake @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ # # keytab-fake -- Fake keytab-backend implementation. # diff --git a/perl/t/data/keytab.conf b/perl/t/data/keytab.conf index eb105e2..484443f 100644 --- a/perl/t/data/keytab.conf +++ b/perl/t/data/keytab.conf @@ -1,5 +1,3 @@ -# $Id$ -# # This is the remctl configuration used for testing the keytab backend's # ability to retrieve existing keytabs through remctl. Currently the only # supported and used command is keytab retrieve. The ACL is written on diff --git a/perl/t/data/netdb-fake b/perl/t/data/netdb-fake index 56744a7..ae5be18 100755 --- a/perl/t/data/netdb-fake +++ b/perl/t/data/netdb-fake @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ # # netdb-fake -- Fake NetDB remctl interface. # diff --git a/perl/t/data/netdb.conf b/perl/t/data/netdb.conf index e7908ed..f08bfaa 100644 --- a/perl/t/data/netdb.conf +++ b/perl/t/data/netdb.conf @@ -1,5 +1,3 @@ -# $Id$ -# # This is the remctl configuration used for testing the NetDB ACL verifier. # The ACL is written on the fly by the test program. diff --git a/perl/t/file.t b/perl/t/file.t index 8eaa0f1..7ab5d75 100755 --- a/perl/t/file.t +++ b/perl/t/file.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/file.t -- Tests for the file object implementation. # diff --git a/perl/t/init.t b/perl/t/init.t index 70085c9..d0fae9f 100755 --- a/perl/t/init.t +++ b/perl/t/init.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/init.t -- Tests for database initialization. # diff --git a/perl/t/keytab.t b/perl/t/keytab.t index c1348d4..1803e53 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/keytab.t -- Tests for the keytab object implementation. # diff --git a/perl/t/lib/Util.pm b/perl/t/lib/Util.pm index a1bacbd..ac0f530 100644 --- a/perl/t/lib/Util.pm +++ b/perl/t/lib/Util.pm @@ -1,5 +1,4 @@ # Util -- Utility class for wallet tests. -# $Id$ # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University diff --git a/perl/t/object.t b/perl/t/object.t index 94fe22b..a40a412 100755 --- a/perl/t/object.t +++ b/perl/t/object.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/object.t -- Tests for the basic object implementation. # diff --git a/perl/t/pod.t b/perl/t/pod.t index da4d0d3..e9aa0a8 100755 --- a/perl/t/pod.t +++ b/perl/t/pod.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Id$ # # t/pod.t -- Test POD formatting for the wallet Perl modules. # diff --git a/perl/t/schema.t b/perl/t/schema.t index c7e9133..01d5dac 100755 --- a/perl/t/schema.t +++ b/perl/t/schema.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/schema.t -- Tests for the wallet schema class. # diff --git a/perl/t/server.t b/perl/t/server.t index 08edd56..d4fd068 100755 --- a/perl/t/server.t +++ b/perl/t/server.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/server.t -- Tests for the wallet server API. # diff --git a/perl/t/verifier-netdb.t b/perl/t/verifier-netdb.t index 6a77e3c..dcbbdd8 100755 --- a/perl/t/verifier-netdb.t +++ b/perl/t/verifier-netdb.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/verifier-netdb.t -- Tests for the NetDB wallet ACL verifiers. # diff --git a/perl/t/verifier.t b/perl/t/verifier.t index 96e641d..3243d9c 100755 --- a/perl/t/verifier.t +++ b/perl/t/verifier.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # # t/verifier.t -- Tests for the basic wallet ACL verifiers. # |