summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_shadow_copy.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-6/+2
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke1-8/+8
2025-09-06s3:shadow_copy: CID 1449539 talloc_realloc and error handlingShwetha K Acharya1-9/+14
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-3/+1
2023-12-19smbd: Give source3/smbd/dir.c its own header fileVolker Lendecke1-0/+1
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-3/+2
2023-06-23smbd: Remove unused "sbuf" argument from ReadDirName()Volker Lendecke1-1/+1
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-17/+0
2023-06-13smbd: Remove the offset argument from ReadDirName()Volker Lendecke1-2/+1
2022-03-02s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison1-6/+6
2022-03-02s3: VFS: shadow_copy: Move one more use of OpenDir() -> OpenDir_nstatus().Jeremy Allison1-2/+9
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-3/+4
2020-12-16smbd: use fsp_set_fd()Ralph Boehme1-2/+2
2020-06-21vfs_shadow_copy: Fix a log messageAnoop C S1-2/+1
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+1
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-53/+0
2020-03-24vfs_shadow_copy: use OpenDir() in shadow_copy_get_shadow_copy_data()Ralph Boehme1-20/+25
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-02-10shadow_copy_get_shadow_copy_data: fix GCC snprintf warningDouglas Bagnall1-1/+10
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-1/+2
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-4/+21
2015-05-01Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe1-2/+2
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-12/+12
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-7/+7
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-8/+8
2011-05-31struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke1-1/+1
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke1-1/+4
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+53
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-15/+13
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-2/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-14/+14
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+2
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-9/+9
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-3/+3
2007-10-10r7541: Patch from core@road-star.jp for bug #2792. Ensure the shadow copyJeremy Allison1-0/+24
2007-10-10r4738: Fix for bug #2238 - memory leak in shadow copy vfs.Jeremy Allison1-0/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison1-6/+6
2007-10-10r329: add the shadow_copy vfs moduleStefan Metzmacher1-0/+227