summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_depot.c
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs_streams_depot: make use of lp_parm_substituted_string()Stefan Metzmacher2019-11-271-1/+3
* s3: VFS: vfs_streams_depot: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside streams_depot_unl...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Change RMDIR -> UNLINKAT inside stream_dir().Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_streams_depot: Add a dirfsp parameter to streams_depot_rmdir_int...Jeremy Allison2019-10-101-2/+6
* s3: VFS: vfs_streams_depot: Rename streams_depot_rmdir() to streams_depot_rmd...Jeremy Allison2019-10-101-4/+10
* s3: VFS: vfs_posix_eadb: Convert streams_depot_rmdir_internal() to call UNLIN...Jeremy Allison2019-10-101-2/+8
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-49/+4
* s3: VFS: vfs_streams_depot: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_streams_depot: Change streams_depot_unlink_internal() to call UN...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_streams_depot. Wrap Convert streams_depot_unlink() -> streams_de...Jeremy Allison2019-09-261-3/+17
* s3: VFS: vfs_streams_depot. Implement unlinkat().Jeremy Allison2019-09-261-0/+16
* s3: VFS: vfs_streams_depot: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_...Jeremy Allison2019-09-111-8/+21
* s3: VFS: vfs_streams_depot: Change to using SMB_VFS_RENAMEAT() instead of SMB...Jeremy Allison2019-08-161-2/+5
* s3: VFS: vfs_streams_depot. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-53/+0
* s3: VFS: vfs_streams_depot. Implement renameat().Jeremy Allison2019-08-161-0/+61
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-4/+5
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-4/+5
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3: vfs: streams_depot. Use conn->connectpath not conn->cwd.Jeremy Allison2016-10-241-1/+2
* s3: vfs: Remove files/directories after the streams are deleted.Jeremy Allison2016-10-211-4/+14
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-3/+3
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-18/+53
* s3/vfs:stream_depots: Parse substitutions in streams-depot-directory pathShyamsunder Rathi2016-03-181-2/+8
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-4/+12
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-1/+13
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-7/+36
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-4/+34
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-1/+1
* s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2014-02-081-1/+12
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-121-6/+4
* Revert "s3-vfs: Fix stream_depot vfs module on btrfs."David Disseldorp2013-11-121-8/+8
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-081-8/+8
* vfs: Convert streams_depot_streaminfo to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+4
* vfs: Convert collect_one_stream to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert streams_depot_rmdir to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert streams_depot_unlink to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+5
* vfs: Convert streams_depot_open to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* vfs: Convert stream_smb_fname to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+4
* vfs: Convert stream_dir to synthetic_smb_fnameVolker Lendecke2013-04-171-18/+12
* s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach2012-10-011-23/+42
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-121-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* s3: Simplify streams_depot a bitVolker Lendecke2012-02-021-14/+5
* s3: Add rmdir operation to streams_depotVolker Lendecke2012-02-011-0/+47
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-6/+6
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-15/+3