summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.c
Commit message (Expand)AuthorAgeFilesLines
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* s3:modules:recycle - fix crash in recycle_unlink_internalAndrew Walker2021-10-301-12/+5
* s3: VFS: recycle: set the recycled file times using SMB_VFS_FNTIMES()Samuel Cabrero2021-04-191-9/+14
* vfs_recycle: support real dirfsps in recycle_unlinkat()Ralph Boehme2021-01-281-17/+25
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+2
* vfs_recycle: prevent flooding the log if we're called on non-existant pathsRalph Boehme2020-03-091-2/+2
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-1/+1
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-1/+1
* source3/modules/vfs_recycle.c: typo fixesBjörn Jacke2019-10-311-1/+1
* s3: VFS: vfs_recycle: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-13/+0
* s3: VFS: vfs_recycle: Change recycle_unlink_internal() to call UNLINKAT().Jeremy Allison2019-09-261-14/+52
* s3: VFS: vfs_recycle: Wrap recycle_unlink() into a call to recycle_unlink_int...Jeremy Allison2019-09-261-4/+17
* s3: VFS: vfs_recycle. Implement unlinkat().Jeremy Allison2019-09-261-1/+22
* s3: VFS: vfs_recycle: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MKDIRAT.Jeremy Allison2019-09-111-2/+10
* s3: VFS: vfs_recycle. Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME().Jeremy Allison2019-08-161-1/+5
* 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: recycle. Remove use of vfs_stat_smb_basename().Jeremy Allison2016-03-241-3/+5
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-3/+7
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-1/+14
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-1/+1
* vfs: Convert recycle_unlink to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert recycle_do_touch to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* vfs: Convert recycle_get_file_size to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* vfs: Convert recycle_file_exists to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-10/+10
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-3/+9
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-1/+1
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3:vfs cleanup unused code in vfs_recycleChristian Ambach2011-06-091-26/+0
* Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison2011-05-041-3/+3
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-281-20/+19
* Restructure the connect function code to always callJeremy Allison2009-11-301-1/+7
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-13/+8
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-9/+2
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-67/+130
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-1/+19
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+4
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-4/+4
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-4/+6