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_shadow_copy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
lib: Introduce cp_smb_basename() helper function
Volker Lendecke
1
-6
/
+2
2025-11-10
vfs: Fix trailing whitespace
Volker Lendecke
1
-8
/
+8
2025-09-06
s3:shadow_copy: CID 1449539 talloc_realloc and error handling
Shwetha K Acharya
1
-9
/
+14
2025-05-15
lib: Save lines by avoiding explicit ZERO_STRUCTP calls
Volker Lendecke
1
-3
/
+1
2023-12-19
smbd: Give source3/smbd/dir.c its own header file
Volker Lendecke
1
-0
/
+1
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-3
/
+2
2023-06-23
smbd: Remove unused "sbuf" argument from ReadDirName()
Volker Lendecke
1
-1
/
+1
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-17
/
+0
2023-06-13
smbd: Remove the offset argument from ReadDirName()
Volker Lendecke
1
-2
/
+1
2022-03-02
s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
Jeremy Allison
1
-6
/
+6
2022-03-02
s3: VFS: shadow_copy: Move one more use of OpenDir() -> OpenDir_nstatus().
Jeremy Allison
1
-2
/
+9
2020-12-16
vfs: Add dirfsp arg to SMB_VFS_READDIR()
Ralph Boehme
1
-3
/
+4
2020-12-16
smbd: use fsp_set_fd()
Ralph Boehme
1
-2
/
+2
2020-06-21
vfs_shadow_copy: Fix a log message
Anoop C S
1
-2
/
+1
2020-05-05
smbd: add twrp arg to synthetic_smb_fname()
Ralph Boehme
1
-0
/
+1
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
1
-53
/
+0
2020-03-24
vfs_shadow_copy: use OpenDir() in shadow_copy_get_shadow_copy_data()
Ralph Boehme
1
-20
/
+25
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
2017-02-10
shadow_copy_get_shadow_copy_data: fix GCC snprintf warning
Douglas Bagnall
1
-1
/
+10
2016-03-24
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
1
-1
/
+2
2016-03-01
VFS: Modify opendir to take a const struct smb_filename * instead of const ch...
Jeremy Allison
1
-4
/
+21
2015-05-01
Convert uint32/16/8 to _t for the last two include files in source3/include.
Richard Sharpe
1
-2
/
+2
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-12
/
+12
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-7
/
+7
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-8
/
+8
2011-05-31
struct make "struct shadow_copy_data" its own talloc context
Volker Lendecke
1
-1
/
+1
2011-05-31
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
1
-1
/
+4
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+53
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-15
/
+13
2009-02-09
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-2
/
+3
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-14
/
+14
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+2
2007-10-10
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
1
-9
/
+9
2007-10-10
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
1
-3
/
+3
2007-10-10
r7541: Patch from core@road-star.jp for bug #2792. Ensure the shadow copy
Jeremy Allison
1
-0
/
+24
2007-10-10
r4738: Fix for bug #2238 - memory leak in shadow copy vfs.
Jeremy Allison
1
-0
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.
Jeremy Allison
1
-6
/
+6
2007-10-10
r329: add the shadow_copy vfs module
Stefan Metzmacher
1
-0
/
+227