summaryrefslogtreecommitdiffstats
path: root/examples/VFS
Commit message (Collapse)AuthorAgeFilesLines
* forgot to change the makefile system, sorrySimo Sorce2002-07-312-12/+10
|
* OK!Simo Sorce2002-07-306-512/+276
| | | | | | | | Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo.
* x source path so this thing compiles.John Terpstra2002-06-151-1/+1
|
* Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" ↵Jeremy Allison2002-05-112-8/+15
| | | | | | <hetzels@westbend.net>. Jeremy
* Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison2002-03-231-8/+11
| | | | | fail. Jeremy.
* Sync up the VFS changes from 2.2.x.Jeremy Allison2002-03-195-294/+883
| | | | Jeremy.
* 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
| | | | | | Make a copy of the default ops structure rather than following a pointer. This fixes the audit VFS example module!
* 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
| | | | Funny, I don't remember using libtool in the original Makefile...
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | Jeremy.
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-1/+2
| | | | | versions don't match. Jeremy.
* Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison2000-11-063-106/+196
| | | | Jeremy.
* 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
head branch CVS/Entries file leading to lots of fun and games. )-: