summaryrefslogtreecommitdiffstats
path: root/examples/VFS
Commit message (Expand)AuthorAgeFilesLines
* Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2003-08-081-0/+83
* Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2003-08-072-2/+14
* Make skeleton VFSs compile with new EA modules.Jeremy Allison2003-06-063-0/+238
* Move VFS example skel.c to two different examples: one for opaque operations ...Alexander Bokovoy2003-06-0410-491/+1563
* Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij2003-05-011-0/+10
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-1/+1
* Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2003-04-282-9/+6
* Minor merges from HEAD.Tim Potter2003-01-221-0/+2
* [merge]Gerald Carter2003-01-151-1/+1
* Sync with HEAD:Jelmer Vernooij2002-11-186-1374/+9
* Sync with HEADJelmer Vernooij2002-10-281-0/+12
* Give recycle 3 arguments as required by the VFS interface (patch by metze)Jelmer Vernooij2002-10-241-1/+2
* README.OtherModulesGerald Carter2002-09-301-0/+39
* change parametric option name to vfs_recycle_bin it is more sane and do not p...Simo Sorce2002-09-081-30/+41
* recycle.c:Simo Sorce2002-09-072-138/+454
* the current block module is completely broken, jelmer will commit a new one l...Simo Sorce2002-09-064-479/+0
* move everything to flat VFS/ directorySimo Sorce2002-09-064-29/+1
* Removed C++ style comment.Jeremy Allison2002-08-281-1/+1
* patch from metzeSimo Sorce2002-08-271-10/+15
* add the netatalk moduleSimo Sorce2002-08-274-7/+476
* avoid using libtool for VFS modulesSimo Sorce2002-08-274-65/+47
* Add entry about block.soJelmer Vernooij2002-08-181-0/+7
* forgot to change the makefile system, sorrySimo Sorce2002-07-312-12/+10
* OK!Simo Sorce2002-07-306-512/+276
* x source path so this thing compiles.John Terpstra2002-06-151-1/+1
* Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend...Jeremy Allison2002-05-112-8/+15
* Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison2002-03-231-8/+11
* Sync up the VFS changes from 2.2.x.Jeremy Allison2002-03-195-294/+883
* Updated copyright notice.Tim Potter2001-10-241-1/+1
* Renamed global_vfs_ops to default_vfs_ops and made static.Tim Potter2001-10-241-12/+15
* Don't get stuck in an infinite loop in vfs_connect.Tim Potter2001-10-231-1/+1
* Now compiles under head branch.Tim Potter2001-10-181-89/+51
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-1/+2
* Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison2000-11-063-106/+196
* Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2000-05-172-135/+150
* fsync() returns an int rather than void.Tim Potter2000-04-051-3/+3
* Added *.soTim Potter2000-04-051-0/+1
* Improved clean target.Tim Potter2000-04-051-2/+3
* Hopefully these changes will actually stick.Tim Potter2000-02-044-37/+44
* Some strange CVS weirdness happening here. I had SAMBA_TNG tags in myTim Potter2000-02-035-0/+486