Add vfs_readonly module which allows to enforce periodic read-only limit on a share...
commit8b263c2fda89ff6aa2dc3a60460c5d46cf0814c6
authorAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 04:35:47 +0000 (12 04:35 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 04:35:47 +0000 (12 04:35 +0000)
treeb2ab49bf7a9dcc928998bd7f6c8841a87cb1e7f5
parentc043835c878ff062cb6eede02334f9e0ebb01050
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
source/Makefile.in
source/configure.in
source/modules/getdate.c [new file with mode: 0644]
source/modules/getdate.h [new file with mode: 0644]
source/modules/getdate.y [new file with mode: 0644]
source/modules/vfs_readonly.c [new file with mode: 0644]