summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_shadow_copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* shadow_copy_get_shadow_copy_data: fix GCC snprintf warningDouglas Bagnall2017-02-101-1/+10
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+2
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-4/+21
* Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe2015-05-011-2/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-12/+12
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-7/+7
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-8/+8
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-311-1/+1
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+4
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+53
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-15/+13
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-2/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-14/+14
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-5/+2
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-9/+9
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-3/+3
* r7541: Patch from core@road-star.jp for bug #2792. Ensure the shadow copyJeremy Allison2007-10-101-0/+24
* r4738: Fix for bug #2238 - memory leak in shadow copy vfs.Jeremy Allison2007-10-101-0/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3671: More warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison2007-10-101-6/+6
* r329: add the shadow_copy vfs moduleStefan Metzmacher2007-10-101-0/+227