index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_recycle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-15
smbd: Save a few lines with direct smb_file_time initialization
Volker Lendecke
1
-3
/
+1
2025-11-10
lib: Introduce cp_smb_basename() helper function
Volker Lendecke
1
-6
/
+1
2025-11-04
vfs_recycle: Make recycle:touch/touch_mtime work again if recycle:keeptree is...
Pavel Filipenský
1
-1
/
+1
2025-11-04
vfs_recycle: Fix trailing whitespace in vfs_recycle.c
Pavel Filipenský
1
-2
/
+2
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-1
/
+3
2024-06-19
vfs_recycle: remember resolved config->repository in vfs_recycle_connect()
Stefan Metzmacher
1
-24
/
+22
2024-06-19
Revert "TMP-REPRODUCE: vfs_recycle: demonstrate memory corruption in recycle_...
Stefan Metzmacher
1
-2
/
+0
2024-06-19
vfs_recycle: fix memory hierarchy
Stefan Metzmacher
1
-17
/
+55
2024-06-19
vfs_recycle: use the correct return in SMB_VFS_HANDLE_GET_DATA()
Stefan Metzmacher
1
-2
/
+2
2024-06-19
vfs_recycle: use a talloc_stackframe() in recycle_unlink_internal()
Stefan Metzmacher
1
-21
/
+27
2024-06-19
vfs_recycle: directly allocate smb_fname_final->base_name
Stefan Metzmacher
1
-7
/
+9
2024-06-19
vfs_recycle: don't unlink on allocation failure
Stefan Metzmacher
1
-7
/
+1
2024-06-19
TMP-REPRODUCE: vfs_recycle: demonstrate memory corruption in recycle_unlink_i...
Stefan Metzmacher
1
-0
/
+2
2024-03-27
Revert "vfs_recycle.c: prefer capabilities over become_root"
Björn Jacke
1
-2
/
+2
2024-01-16
vfs_recycle: add connect function to cache parameters
Björn Jacke
1
-161
/
+133
2023-11-16
vfs_recycle.c: prefer capabilities over become_root
Björn Jacke
1
-2
/
+2
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-10-30
s3:modules:recycle - fix crash in recycle_unlink_internal
Andrew Walker
1
-12
/
+5
2021-04-19
s3: VFS: recycle: set the recycled file times using SMB_VFS_FNTIMES()
Samuel Cabrero
1
-9
/
+14
2021-01-28
vfs_recycle: support real dirfsps in recycle_unlinkat()
Ralph Boehme
1
-17
/
+25
2020-05-05
smbd: add twrp arg to synthetic_smb_fname()
Ralph Boehme
1
-0
/
+2
2020-03-09
vfs_recycle: prevent flooding the log if we're called on non-existant paths
Ralph Boehme
1
-2
/
+2
2019-12-06
smbd: fix handling of sentinel timestamp values
Ralph Boehme
1
-1
/
+1
2019-11-27
s3:param: make "servicename" a substituted option
Ralph Boehme
1
-1
/
+3
2019-11-07
s3: rename talloc_sub_advanced() to talloc_sub_full()
Ralph Boehme
1
-1
/
+1
2019-10-31
source3/modules/vfs_recycle.c: typo fixes
Björn Jacke
1
-1
/
+1
2019-09-26
s3: VFS: vfs_recycle: Remove unlink_fn. No longer used.
Jeremy Allison
1
-13
/
+0
2019-09-26
s3: VFS: vfs_recycle: Change recycle_unlink_internal() to call UNLINKAT().
Jeremy Allison
1
-14
/
+52
2019-09-26
s3: VFS: vfs_recycle: Wrap recycle_unlink() into a call to recycle_unlink_int...
Jeremy Allison
1
-4
/
+17
2019-09-26
s3: VFS: vfs_recycle. Implement unlinkat().
Jeremy Allison
1
-1
/
+22
2019-09-11
s3: VFS: vfs_recycle: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MKDIRAT.
Jeremy Allison
1
-2
/
+10
2019-08-16
s3: VFS: vfs_recycle. Use SMB_VFS_RENAMEAT() instead of SMB_VFS_RENAME().
Jeremy Allison
1
-1
/
+5
2017-12-18
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
1
-1
/
+1
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2016-03-24
s3: vfs: recycle. Remove use of vfs_stat_smb_basename().
Jeremy Allison
1
-3
/
+5
2016-03-24
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
1
-3
/
+7
2016-02-24
s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...
Jeremy Allison
1
-1
/
+14
2015-05-05
s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...
Jeremy Allison
1
-1
/
+1
2013-04-17
vfs: Convert recycle_unlink to synthetic_smb_fname
Volker Lendecke
1
-5
/
+3
2013-04-17
vfs: Convert recycle_do_touch to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert recycle_get_file_size to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert recycle_file_exists to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-10
/
+10
2012-03-30
More strlcat/strlcpy truncate checks.
Jeremy Allison
1
-3
/
+9
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-1
/
+1
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+2
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3:vfs cleanup unused code in vfs_recycle
Christian Ambach
1
-26
/
+0
[next]