diff options
| author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 | 
| commit | edf31eba414d9a105791c076fb1444a78d210dff (patch) | |
| tree | 2bac18fa3b71593e616061a0fbcbfdd6ab26a255 /perl/lib/Wallet/ACL | |
| parent | 4b3f858ef567c0d12511e7fea2a56f08f2729635 (diff) | |
| parent | 68c4b05c268cd6e358cc41c8feb44bc2c7fcb898 (diff) | |
New upstream version 1.4
Diffstat (limited to 'perl/lib/Wallet/ACL')
| -rw-r--r-- | perl/lib/Wallet/ACL/Base.pm | 6 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/External.pm | 6 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/Krb5.pm | 6 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/Krb5/Regex.pm | 6 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/LDAP/Attribute.pm | 8 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm | 7 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/Nested.pm | 6 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/NetDB.pm | 8 | ||||
| -rw-r--r-- | perl/lib/Wallet/ACL/NetDB/Root.pm | 8 | 
9 files changed, 30 insertions, 31 deletions
diff --git a/perl/lib/Wallet/ACL/Base.pm b/perl/lib/Wallet/ACL/Base.pm index 235a9cb..320a731 100644 --- a/perl/lib/Wallet/ACL/Base.pm +++ b/perl/lib/Wallet/ACL/Base.pm @@ -5,7 +5,7 @@  # Copyright 2007, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -17,7 +17,7 @@ use 5.008;  use strict;  use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -127,7 +127,7 @@ error string.  Wallet::ACL(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/External.pm b/perl/lib/Wallet/ACL/External.pm index caed80e..2285469 100644 --- a/perl/lib/Wallet/ACL/External.pm +++ b/perl/lib/Wallet/ACL/External.pm @@ -2,7 +2,7 @@  #  # Copyright 2016 Russ Allbery <eagle@eyrie.org>  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -19,7 +19,7 @@ use Wallet::ACL::Base;  use Wallet::Config;  our @ISA     = qw(Wallet::ACL::Base); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -183,7 +183,7 @@ remctld(8), Wallet::ACL(3), Wallet::ACL::Base(3), Wallet::Config(3),  wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/Krb5.pm b/perl/lib/Wallet/ACL/Krb5.pm index e0e9a61..3309274 100644 --- a/perl/lib/Wallet/ACL/Krb5.pm +++ b/perl/lib/Wallet/ACL/Krb5.pm @@ -5,7 +5,7 @@  # Copyright 2007, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -20,7 +20,7 @@ use warnings;  use Wallet::ACL::Base;  our @ISA     = qw(Wallet::ACL::Base); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -113,7 +113,7 @@ The PRINCIPAL parameter to check() was undefined or the empty string.  Wallet::ACL(3), Wallet::ACL::Base(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/Krb5/Regex.pm b/perl/lib/Wallet/ACL/Krb5/Regex.pm index f3b9a06..be6c5e1 100644 --- a/perl/lib/Wallet/ACL/Krb5/Regex.pm +++ b/perl/lib/Wallet/ACL/Krb5/Regex.pm @@ -5,7 +5,7 @@  # Copyright 2007, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -20,7 +20,7 @@ use warnings;  use Wallet::ACL::Krb5;  our @ISA     = qw(Wallet::ACL::Krb5); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -121,7 +121,7 @@ The ACL parameter to check() was undefined or the empty string.  Wallet::ACL(3), Wallet::ACL::Base(3), Wallet::ACL::Krb5(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/LDAP/Attribute.pm b/perl/lib/Wallet/ACL/LDAP/Attribute.pm index fcb8447..65e0208 100644 --- a/perl/lib/Wallet/ACL/LDAP/Attribute.pm +++ b/perl/lib/Wallet/ACL/LDAP/Attribute.pm @@ -2,10 +2,10 @@  #  # Written by Russ Allbery  # Copyright 2016 Russ Allbery <eagle@eyrie.org> -# Copyright 2012, 2013, 2014 +# Copyright 2012-2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -23,7 +23,7 @@ use Wallet::ACL::Base;  use Wallet::Config;  our @ISA     = qw(Wallet::ACL::Base); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -251,7 +251,7 @@ The PRINCIPAL parameter to check() was undefined or the empty string.  Wallet::ACL(3), Wallet::ACL::Base(3), Wallet::Config(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm b/perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm index 8451394..5ebece6 100644 --- a/perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm +++ b/perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm @@ -1,12 +1,11 @@  # Wallet::ACL::LDAP::Attribute::Root -- Wallet root instance LDAP ACL verifier  #  # Written by Jon Robertson <jonrober@stanford.edu> -# Based on Wallet::ACL::NetDB::Root by Russ Allbery <eagle@eyrie.org>  # Copyright 2016 Russ Allbery <eagle@eyrie.org>  # Copyright 2015  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -21,7 +20,7 @@ use warnings;  use Wallet::ACL::LDAP::Attribute;  our @ISA     = qw(Wallet::ACL::LDAP::Attribute); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -113,7 +112,7 @@ Net::Remctl(3), Wallet::ACL(3), Wallet::ACL::Base(3),  Wallet::ACL::LDAP::Attribute(3), Wallet::Config(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHORS diff --git a/perl/lib/Wallet/ACL/Nested.pm b/perl/lib/Wallet/ACL/Nested.pm index da42286..a6b6655 100644 --- a/perl/lib/Wallet/ACL/Nested.pm +++ b/perl/lib/Wallet/ACL/Nested.pm @@ -5,7 +5,7 @@  # Copyright 2015  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -20,7 +20,7 @@ use warnings;  use Wallet::ACL::Base;  our @ISA     = qw(Wallet::ACL::Base); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -177,7 +177,7 @@ will generally come from the nested child ACL.  Wallet::ACL(3), wallet-backend(8)  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/NetDB.pm b/perl/lib/Wallet/ACL/NetDB.pm index a4c7fb0..c5fdc39 100644 --- a/perl/lib/Wallet/ACL/NetDB.pm +++ b/perl/lib/Wallet/ACL/NetDB.pm @@ -5,7 +5,7 @@  # Copyright 2007, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -21,7 +21,7 @@ use Wallet::ACL::Base;  use Wallet::Config;  our @ISA     = qw(Wallet::ACL::Base); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -252,10 +252,10 @@ wallet-backend(8)  NetDB is a free software system for managing DNS, DHCP, and related  machine information for large organizations.  For more information on -NetDB, see L<http://www.stanford.edu/group/networking/netdb/>. +NetDB, see L<https://web.stanford.edu/group/networking/netdb/>.  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR diff --git a/perl/lib/Wallet/ACL/NetDB/Root.pm b/perl/lib/Wallet/ACL/NetDB/Root.pm index bfd13b4..2dd1562 100644 --- a/perl/lib/Wallet/ACL/NetDB/Root.pm +++ b/perl/lib/Wallet/ACL/NetDB/Root.pm @@ -5,7 +5,7 @@  # Copyright 2007, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # -# See LICENSE for licensing terms. +# SPDX-License-Identifier: MIT  ##############################################################################  # Modules and declarations @@ -20,7 +20,7 @@ use warnings;  use Wallet::ACL::NetDB;  our @ISA     = qw(Wallet::ACL::NetDB); -our $VERSION = '1.03'; +our $VERSION = '1.04';  ##############################################################################  # Interface @@ -112,10 +112,10 @@ Wallet::ACL::NetDB(3), Wallet::Config(3), wallet-backend(8)  NetDB is a free software system for managing DNS, DHCP, and related  machine information for large organizations.  For more information on -NetDB, see L<http://www.stanford.edu/group/networking/netdb/>. +NetDB, see L<https://web.stanford.edu/group/networking/netdb/>.  This module is part of the wallet system.  The current version is -available from L<http://www.eyrie.org/~eagle/software/wallet/>. +available from L<https://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR  | 
