summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fake_perms.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke1-4/+29
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-2/+2
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-16/+21
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-2/+2
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-4/+4
2011-03-30s3-auth: vfs modules need auth.hGünther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-4/+4
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-8/+5
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-7/+8
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-10/+10
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-4/+4
2008-06-19Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke1-6/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-2/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew 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-2/+2
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-4/+2
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-5/+5
2003-05-11Fix VFS layer:Alexander Bokovoy1-223/+17
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-5/+3
2003-03-03Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett1-211/+29
2002-12-30Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett1-0/+471