summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_readonly.c
Commit message (Expand)AuthorAgeFilesLines
* Add uint32_t share_access to vuid_cache_entry.Jeremy Allison2013-01-091-0/+1
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-091-2/+2
* s3-vfs: Fix typo in readonly_connect().Andreas Schneider2012-12-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison2010-03-151-1/+0
* Restructure the connect function code to always callJeremy Allison2009-11-301-2/+7
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-7/+4
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-171-0/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+2
* Make compiling vfs_readonly static possibleJelmer Vernooij2003-08-201-1/+1
* VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy2003-08-121-1/+1
* Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy2003-08-121-0/+98