summaryrefslogtreecommitdiffstats
path: root/examples/VFS
Commit message (Collapse)AuthorAgeFilesLines
...
* x source path so this thing compiles.John Terpstra2002-06-151-1/+1
| | | | (This used to be commit fb89be135575561f759a299048ed1eb5363183c3)
* Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" ↵Jeremy Allison2002-05-112-8/+15
| | | | | | | <hetzels@westbend.net>. Jeremy (This used to be commit 68b83335de0215314c2234aa83069d8fb8265b80)
* Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison2002-03-231-8/+11
| | | | | | fail. Jeremy. (This used to be commit 42981c819a07dd35296ecc1ee733ea587f69bcce)
* Sync up the VFS changes from 2.2.x.Jeremy Allison2002-03-195-294/+883
| | | | | Jeremy. (This used to be commit e758bdc8a8f37e1d1e1fb0d1d27990dba2067920)
* Updated copyright notice.Tim Potter2001-10-241-1/+1
| | | | (This used to be commit 86de168ea948b48c47d88b8f1928437de7c33873)
* 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! (This used to be commit 91ab6f75d9e6820a13fe3034a5f100ae170ad164)
* Don't get stuck in an infinite loop in vfs_connect.Tim Potter2001-10-231-1/+1
| | | | (This used to be commit 69275e4f0f502f07ceb37f274d01450d639ba23f)
* Now compiles under head branch.Tim Potter2001-10-181-89/+51
| | | | | Funny, I don't remember using libtool in the original Makefile... (This used to be commit 5392b3fc1279cac64245e311bbc16175e6fd4a7b)
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | | Jeremy. (This used to be commit 0609cd3162173575d22fbd12c48e777a5b15553e)
* 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. (This used to be commit b29ff816734c0424f69124feb316da13f2e094f7)
* Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison2000-11-063-106/+196
| | | | | Jeremy. (This used to be commit 5d6dec3a94f496651a5f0643ab228c975911e6cd)
* Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2000-05-172-135/+150
| | | | (This used to be commit def0da145aa8b804b75b0f35bdd4a809a2a806fc)
* fsync() returns an int rather than void.Tim Potter2000-04-051-3/+3
| | | | (This used to be commit 26972823cf66aa8c4e61af9b208707c11c8b8ac6)
* Added *.soTim Potter2000-04-051-0/+1
| | | | (This used to be commit e6d11483e2187d8f794f38f5687758f2a2f0b0e6)
* Improved clean target.Tim Potter2000-04-051-2/+3
| | | | (This used to be commit facdfd319de59be4dd9b500202d33a2f3853c2c6)
* Hopefully these changes will actually stick.Tim Potter2000-02-044-37/+44
| | | | (This used to be commit a2782097db258a164bf43d814e8832a27d0eb3f1)
* 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. )-: (This used to be commit bb07eceddb0552ff17ba9db94ae81f58226be4b5)