summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_cap.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Convert cap_ntimes to cp_smb_filenameVolker Lendecke2013-04-171-5/+3
* vfs: Convert cap_unlink to cp_smb_filenameVolker Lendecke2013-04-171-5/+3
* vfs: Convert cap_rename to cp_smb_filenameVolker Lendecke2013-04-171-9/+6
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-2/+4
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-13/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-13/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-12/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-14/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-6/+6
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-34/+34
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-2/+2
* Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro2010-01-121-1/+2
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-60/+38
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-3/+7
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-3/+23
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-3/+22
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-7/+41
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-6/+32
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-4/+18
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-1/+1
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-2/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-4/+4
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-15/+0
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-2/+2
* Remove pstring from modules directory.Jeremy Allison2007-11-161-153/+336
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-1/+1
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+8
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-3/+3
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-62/+62
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-2/+2
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-2/+2
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-101-2/+2
* Remove cap_set_quota as it is the same as default oneAlexander Bokovoy2003-08-291-8/+3
* skel_ -> cap_Alexander Bokovoy2003-08-281-51/+51
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-0/+453