summaryrefslogtreecommitdiff
path: root/examples/VFS
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2-4/+4
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2-4/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2-4/+4
2007-10-10r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this direc...Gerald Carter1-3/+0
2007-10-10r4092: Bring into line with new *alloc rules.Jeremy Allison1-1/+1
2007-10-10r3855: Sync up with the one in the main source dir (yes, this should probablyJeremy Allison1-17/+22
2007-10-10r3644: Fixup examples VFS compile.Jeremy Allison2-2/+38
2007-10-10r39: * importing .cvsignore filesGerald Carter1-9/+0
2004-01-15Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter1-3/+0
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2-0/+22
2003-12-05Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter1-16/+16
2003-08-08Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison1-0/+83
2003-08-07Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2-2/+14
2003-06-06Make skeleton VFSs compile with new EA modules.Jeremy Allison3-0/+238
2003-06-04Move VFS example skel.c to two different examples: one for opaque operations ...Alexander Bokovoy10-491/+1563
2003-05-01Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij1-0/+10
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-1/+1
2003-04-28Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2-9/+6
2003-01-22Minor merges from HEAD.Tim Potter1-0/+2
2003-01-15[merge]Gerald Carter1-1/+1
2002-11-18Sync with HEAD:Jelmer Vernooij6-1374/+9
2002-10-28Sync with HEADJelmer Vernooij1-0/+12
2002-10-24Give recycle 3 arguments as required by the VFS interface (patch by metze)Jelmer Vernooij1-1/+2
2002-09-30README.OtherModulesGerald Carter1-0/+39
2002-09-08change parametric option name to vfs_recycle_bin it is more sane and do not p...Simo Sorce1-30/+41
2002-09-07recycle.c:Simo Sorce2-138/+454
2002-09-06the current block module is completely broken, jelmer will commit a new one l...Simo Sorce4-479/+0
2002-09-06move everything to flat VFS/ directorySimo Sorce4-29/+1
2002-08-28Removed C++ style comment.Jeremy Allison1-1/+1
2002-08-27patch from metzeSimo Sorce1-10/+15
2002-08-27add the netatalk moduleSimo Sorce4-7/+476
2002-08-27avoid using libtool for VFS modulesSimo Sorce4-65/+47
2002-08-18Add entry about block.soJelmer Vernooij1-0/+7
2002-07-31forgot to change the makefile system, sorrySimo Sorce2-12/+10
2002-07-30OK!Simo Sorce6-512/+276
2002-06-15x source path so this thing compiles.John Terpstra1-1/+1
2002-05-11Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend...Jeremy Allison2-8/+15
2002-03-23Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison1-8/+11
2002-03-19Sync up the VFS changes from 2.2.x.Jeremy Allison5-294/+883
2001-10-24Updated copyright notice.Tim Potter1-1/+1
2001-10-24Renamed global_vfs_ops to default_vfs_ops and made static.Tim Potter1-12/+15
2001-10-23Don't get stuck in an infinite loop in vfs_connect.Tim Potter1-1/+1
2001-10-18Now compiles under head branch.Tim Potter1-89/+51
2001-05-16Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison4-0/+602
2000-11-06Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison1-1/+2
2000-11-06Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison3-106/+196
2000-05-17Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2-135/+150
2000-04-05fsync() returns an int rather than void.Tim Potter1-3/+3
2000-04-05Added *.soTim Potter1-0/+1
2000-04-05Improved clean target.Tim Potter1-2/+3