From 2393ffbc3c52c6552e00212d5209d6b870a55d4e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 15 Nov 2007 05:42:29 +0000 Subject: Add an ACL verifier that checks access against NetDB roles using the NetDB remctl interface. --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e97651d..e04353a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,10 +12,11 @@ EXTRA_DIST = LICENSE autogen client/wallet.pod config/allow-extract \ docs/design-acl docs/design-api docs/netdb-role-api docs/notes \ docs/setup kasetkey/README kasetkey/kasetkey.pod perl/Wallet/ACL.pm \ perl/Wallet/ACL/Base.pm perl/Wallet/ACL/Krb5.pm \ - perl/Wallet/Config.pm perl/Wallet/Object/Base.pm \ - perl/Wallet/Object/Keytab.pm perl/Wallet/Schema.pm \ - perl/Wallet/Server.pm perl/t/acl.t perl/t/data/README \ - perl/t/data/keytab-fake perl/t/data/keytab.conf perl/t/init.t \ + perl/Wallet/ACL/NetDB.pm perl/Wallet/Config.pm \ + perl/Wallet/Object/Base.pm perl/Wallet/Object/Keytab.pm \ + perl/Wallet/Schema.pm perl/Wallet/Server.pm perl/t/acl.t \ + perl/t/data/README perl/t/data/keytab-fake perl/t/data/keytab.conf \ + perl/t/data/netdb.conf perl/t/data/netdb-fake perl/t/init.t \ perl/t/keytab.t perl/t/object.t perl/t/pod.t perl/t/schema.t \ perl/t/server.t perl/t/verifier.t tests/TESTS tests/data/README \ tests/data/allow-extract tests/data/cmd-fake tests/data/fake-data \ -- cgit v1.2.3