aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-06-23 12:41:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-06-23 12:41:49 +0300
commite5b2691b92e2d67b65ee3298b048124c761fd622 (patch)
treed77e407448eaf816283b9ff4191f2d10526d6222 /MANIFEST
parent1e744ae787312413fb8600dd622b5fd7374b45ae (diff)
downloadgitaclhook-e5b2691b92e2d67b65ee3298b048124c761fd622.tar.gz
gitaclhook-e5b2691b92e2d67b65ee3298b048124c761fd622.tar.bz2
Rewrite gitaclhook in a modular way.
The new version provides two storage engines: File and LDAP. * git/MANIFEST: New file. * git/Makefile.PL: New file. * git/gitaclhook: Rewrite. * git/lib/GitACL.pm: New file. * git/lib/GitACL/File.pm: New file. * git/lib/GitACL/LDAP.pm: New file.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..c89e6ca
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,6 @@
+MANIFEST
+Makefile.PL
+gitaclhook
+lib/GitACL.pm
+lib/GitACL/File.pm
+lib/GitACL/LDAP.pm

Return to:

Send suggestions and report system problems to the System administrator.