summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_catia.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-6/+21
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-4/+17
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-4/+17
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-2/+14
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* vfs_catia: run translation on stream namesRalph Boehme2015-08-071-4/+54
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-2/+2
* vfs_catia: Simplify init_mappings()Volker Lendecke2015-02-261-1/+2
* vfs_catia: add chmod()Ralph Boehme2014-03-111-0/+20
* vfs_catia: use translate direction enum instead of intDavid Disseldorp2013-06-171-1/+1
* source3/modules/vfs_catia.c: Fix typo in comment.Karolin Seeger2013-05-151-1/+1
* vfs: Convert catia_ntimes to cp_smb_filenameVolker Lendecke2013-04-171-3/+3