Fix a type-punned warning
[ira/wip.git] / source3 / smbd / vfs.c
2009-04-29 Michael Adams3:vfs: untangle logic for loading and probing modules...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Change the vfs_GetWd cache to use the file_id struct
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-02-10 Tim Proutys3 vfs: Add a destructor to the fsp extension data API
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Michael AdamCombine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
2008-01-10 Michael AdamRemove redundant parameter fd from SMB_VFS_WRITE().
2008-01-10 Michael AdamRemove redundant parameter fd from SMB_VFS_READ().
2008-01-10 Michael AdamMake casts to (void *) explicit to remove compiler...
2008-01-10 Michael AdamCorrectly abstract the transfer_file mechanism with...
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_PWRITE().
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-29 Volker LendeckeApply some const
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeFix a C++ warning
2007-12-20 James PeachExpose per-fsp extension talloc context.
2007-12-18 Volker LendeckeAdd a in-memory cache
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-10-31 Jeremy AllisonMake explicit draining the socket on RECVFILE. Add
2007-10-31 Jeremy AllisonEnsure we don't prematurely clean out the bytes read.
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-28 Volker LendeckeEnable vfs objects = /full/path/to/object.so
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23761: Rename reduce_name to check_reduced_name
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22132: I hate inefficiency. Don't call conv_str_size()
2007-10-10 Volker Lendecker21131: Some notify fixes
2007-10-10 Volker Lendecker21082: Make canonicalize_path static to service.c...
2007-10-10 Jeremy Allisonr21063: All case statements are now NTSTATUS returning
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Volker Lendecker20340: Join vfs_MkDir to its only caller
2007-10-10 Volker Lendecker20228: Bring the calling conventions of inherit_access...
2007-10-10 Volker Lendecker20227: Simplify logic in vfs_MkDir() a bit
2007-10-10 Volker Lendecker19147: This is WRONG, but the way the VFS works this...
2007-10-10 Volker Lendecker17348: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Paul Greenr15283: Oh yeah. The build farm doesn't do much with...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14746: Add the Samba4 replacements for opendir/readdir...
2007-10-10 Jeremy Allisonr11428: Fix bug #3192 by actually hooking up the dfree...
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr6841: Attempt to fix buf #2681. With "strict allocate...
2007-10-10 Jeremy Allisonr6633: Added "check_path_syntax_posix()" in preparation...
2007-10-10 Tim Potterr6408: Fix compile error lurking where PATH_MAX is...
2007-10-10 Jeremy Allisonr6234: Fix for possible root squash nfs bugs from psz...
2007-10-10 Jeremy Allisonr5825: Fix one more DISK_FREE call - spotted by Ying...
2007-10-10 Jeremy Allisonr5757: Fix erroneous debug message - noticed by William...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3823: Fix bug reported by Tom Dickson <tdickson@inosto...
2007-10-10 Jeremy Allisonr3642: Extend vfs to add seekdir/telldir/rewinddir...
2007-10-10 Jeremy Allisonr2152: Fix for bug #1674, move the symlinks checks...
2007-10-10 Jeremy Allisonr1866: Fix for bug #1602 reported by <m.proehl@science...
2007-10-10 Jeremy Allisonr1115: Fix for #1427. Catch bad path errors at the...
2007-10-10 Jeremy Allisonr933: When using widelinks = no, use realpath to canoni...
2007-10-10 Jeremy Allisonr658: Oops - make smbclient work again with widelinks...
2007-10-10 Jeremy Allisonr656: Make widelinks use realpath(). Tidy up cases...
2007-10-10 Tim Potterr421: Fix debug message. Closes bugzilla #1305.
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
2004-03-05 Jeremy AllisonSeveral mb tidyups - getting ready to address the XXX_s...
2004-03-05 Jeremy Allisonall_string_sub() is broken as it doesn't handle mb...
2004-03-05 Jeremy Allisonall_string_sub() is broken as it doesn't handle mb...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-08-07 Jeremy AllisonShadow copy API - Original work by "Ken Cross" <kcross...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-06 Jeremy AllisonAdded EA operations to VFS layer.
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-16 Simo Sorceadd metze's patch for smb_register functions
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyEliminate NULL pointers from VFS interface. All hooks...
2003-05-12 Alexander BokovoyGCC accepts unnamed initalization of sub-structure...
2003-05-12 Richard SharpeA small patch from metze to fix builds on some platform...
2003-05-11 Alexander BokovoyFix VFS layer:
next