summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_catia.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_catia: Remove chown_fn().Jeremy Allison2019-10-151-39/+0
* s3: VFS: vfs_catia: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-35/+0
* s3: VFS: vfs_catia: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-32/+0
* s3: VFS: vfs_catia. Implement unlinkat().Jeremy Allison2019-09-261-0/+37
* s3: VFS: vfs_catia. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-36/+0
* s3: VFS: vfs_catia. Implement mkdirat().Jeremy Allison2019-09-111-0/+40
* vfs_catia: stat info may have been updated, make sure to return changesRalph Boehme2019-09-101-0/+4
* s3: VFS: vfs_catia. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-59/+0
* s3: VFS: vfs_catia. Implement renameat().Jeremy Allison2019-08-161-0/+66
* s3:modules: pass a TALLOC_CTX to string_replace_init_map()Ralph Boehme2019-07-121-1/+1
* vfs_catia: pass stat info to synthetic_smb_fname()Ralph Boehme2019-07-011-21/+21
* vfs_catia: Fix return value in lock functionsRikard Falkeborn2019-05-191-3/+3
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-271-0/+15
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+2
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-21/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-39/+0
* Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev2018-05-161-2/+2
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-18/+0
* vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp2017-12-061-1/+1
* vfs_catia: Fix a potential memleakVolker Lendecke2017-10-171-1/+1
* vfs_catia: Fix a memory leakVolker Lendecke2017-10-171-0/+1
* vfs_catia: Make "srt_head" static to the moduleVolker Lendecke2017-10-171-1/+1
* vfs_catia: factor out mapping functionsRalph Boehme2017-10-131-144/+23
* s3: vfs: catia: compression get/set must act only on base file, and must cope...Jeremy Allison2017-09-121-6/+38
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-5/+5
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-18/+0
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-7/+21
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-4/+18
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-6/+21
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-4/+30
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-5/+31
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-4/+29
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-3/+25
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-6/+28
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-7/+29
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-4/+24
* s3: VFS: Catia: Ensure path name is also converted.Jeremy Allison2017-05-261-6/+35
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* vfs_catia: add catia_(g|s)et_dos_attributesRalph Boehme2017-03-021-0/+70
* vfs_catia: add catia_readdir_attrRalph Boehme2017-03-021-0/+28
* vfs_catia: run translation on all handle based VFS functionsRalph Boehme2017-03-021-14/+1199
* vfs_catia: Fix bug 11827, memleakVolker Lendecke2016-04-111-3/+3
* vfs_catia: Align loop index with terminatorVolker Lendecke2016-04-111-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-9/+18
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-4/+17
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-5/+20
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-5/+20
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-3/+19
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-5/+22