summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_crossrename.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_crossrename. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-27/+0
* s3: VFS: vfs_crossrename. Implement renameat().Jeremy Allison2019-08-161-1/+30
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module.Jeremy Allison2014-07-081-2/+4
* s3-vfs: Don't leak file descriptor on error.Andreas Schneider2013-02-221-1/+3
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-3/+3
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-1/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 585: NEGATIVE_RETURNSVolker Lendecke2011-03-271-1/+1
* s3: add vfs_crossrenameBjörn Jacke2010-03-081-0/+200