summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_readonly.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Add uint32_t share_access to vuid_cache_entry.Jeremy Allison1-0/+1
2013-01-09Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison1-2/+2
2012-12-21s3-vfs: Fix typo in readonly_connect().Andreas Schneider1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-1/+1
2010-03-15Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison1-1/+0
2009-11-30Restructure the connect function code to always callJeremy Allison1-2/+7
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-7/+4
2008-11-17Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison1-0/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-3/+2
2003-08-20Make compiling vfs_readonly static possibleJelmer Vernooij1-1/+1
2003-08-12VFS layer should be TRANSPARENT, not OPAQUEAlexander Bokovoy1-1/+1
2003-08-12Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy1-0/+98