Add vfs_readonly module which allows to enforce periodic read-only limit on a share...
authorAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 04:35:47 +0000 (04:35 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 04:35:47 +0000 (04:35 +0000)
commit7bc6f49fe425072a20274581b734ec12638a27a9
tree3a2e410848330057de6adf0a63c09cc5d7fb3eeb
parent4511b334a8f68048d176dd381b9f1a3530a0a8cd
Add vfs_readonly module which allows to enforce periodic read-only limit on a share based on a specified start and end dates according to date(1) format
(This used to be commit 8b263c2fda89ff6aa2dc3a60460c5d46cf0814c6)
source3/Makefile.in
source3/configure.in
source3/modules/getdate.c [new file with mode: 0644]
source3/modules/getdate.h [new file with mode: 0644]
source3/modules/getdate.y [new file with mode: 0644]
source3/modules/vfs_readonly.c [new file with mode: 0644]