Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlerpc
[samba.git] / examples / VFS /
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-14 Jeremy AllisonFix bug #5692 - Core dump in full_audit.so.
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Michael AdamRemove redundant parameter fd from SMB_VFS_CLOSE().
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Derrell LipmanMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Alexander BokovoyRemove is_remotestorage() call from VFS. We already...
2008-01-17 Alexander BokovoyRework of VFS is_offline() function to only return...
2008-01-17 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-17 Jeremy AllisonFix the mess that ab just made of the new VFS code.
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-11 Michael AdamCombine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
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-08 Michael AdamFix returns in void functions.
2008-01-08 Michael AdamFix examples/VFS after VFS API changes.
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_LOCK().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHOWN().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSYNC().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_LSEEK().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_PWRITE().
2008-01-07 Michael AdamAdapt fset_nt_acl() and fget_nt_acl() in examples/VFS...
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonAdd in the recvfile entry to the VFS layer with a default
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Stefan Metzmacherr24123: add file_id_create() to some vfs modules
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23799: updated old Franklin Street FSF addresses to...
2007-10-10 Jeremy Allisonr23780: Find and fix more GPL2 -> GPL3.
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 Jeremy Allisonr22591: Fix up the examples also.
2007-10-10 Michael Adamr22341: Fix build of examples/VFS: adapt include for...
2007-10-10 James Peachr21762: Fix the build by enabling shared modules and...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 James Peachr19852: Fix the build for the VFS examples. Fixes bugzi...
2007-10-10 Jeremy Allisonr16948: Sync the exmaples code from trunk.
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Volker Lendecker13366: Add popt to the include path for examples/VFS...
2007-10-10 Volker Lendecker12839: - apply changes from svn r4963 also for VFS...
2007-10-10 Volker Lendecker11784: Fix minor glitch found by Rainer Weikusat ...
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Lars Müllerr8657: Add -fPIC which is the case for all other Samba...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr7952: Fix for bug #2826 pointed out by Jiri Klouda...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr5131: BUG 2290: don;t call mkversion.sh since we don...
2007-10-10 Jeremy Allisonr4092: Bring into line with new *alloc rules.
2007-10-10 Jeremy Allisonr3855: Sync up with the one in the main source dir...
2007-10-10 Jeremy Allisonr3644: Fixup examples VFS compile.
2007-10-10 Gerald Carterr39: * importing .cvsignore files
2004-02-09 Gerald Cartermerge from 3.0
2004-01-15 Tim PotterMerge of POBAD_CC removal from 3.0
2004-01-15 Tim PotterFix for bug 905. Remove POBAD_CC as it doesn't seem...
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-12-05 Tim PotterChange PICFLAG -> PICFLAGS to keep in line with version...
2003-09-09 Gerald Cartersyncing files
2003-09-09 Gerald Cartersyncing examples
2003-08-08 Jeremy AllisonAdded by request of "Stefan (metze) Metzmacher" <metze...
2003-08-07 Jeremy AllisonTest modules for shadow copy by "Stefan (metze) Metzmac...
2003-07-16 Gerald Carterading new files from 3.0
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-06 Jeremy AllisonMake skeleton VFSs compile with new EA modules.
2003-06-04 Alexander BokovoyMove VFS example skel.c to two different examples:...
2003-05-01 Jelmer VernooijDon't crash if the underlying VFS doesn't support ACL's
2003-05-01 Jelmer VernooijDon't crash if the underlying VFS doesn't support ACL's
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUpdate for the new modules system. Also, use Makefile...
2003-04-28 Jelmer VernooijUpdate for the new modules system. Also, use Makefile...
2003-01-22 Tim PotterMinor merges from HEAD.
2003-01-15 Gerald Carter[merge]
2003-01-15 Gerald Carter* removed unused variable from rpcclient code
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-18 Jelmer VernooijSync with HEAD:
2002-11-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-13 Jelmer VernooijIgnore Makefile
2002-11-13 Jelmer VernooijMove working VFS modules to source/modules/
2002-11-13 Jelmer VernooijMove VFS documentation to the HOWTO collection
next