1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

32 Commits

Author SHA1 Message Date
Jelmer Vernooij
4206ebb160 Small patch from metze to add 3 parameters to vfs_init, as it requires 0001-01-01 00:00:00 +00:00
Gerald Carter
3d0b7981d0 small update from Rainer 0001-01-01 00:00:00 +00:00
Gerald Carter
25cd49d766 mention openantivirus.org 0001-01-01 00:00:00 +00:00
Gerald Carter
93cb8b47c4 README.OtherModules 0001-01-01 00:00:00 +00:00
Simo Sorce
d904d50d39 change parametric option name to vfs_recycle_bin it is more sane and do not pollute standard options namespace too much
changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them

eg:
vfs_recycle_bin:keeptree=yes
vfs_recycle_bin:versions=yes
0001-01-01 00:00:00 +00:00
Simo Sorce
e9f4bc77f8 recycle.c:
merged in modifications made my differnt people, cleaned up things, yet some work todo
the code works but there are still some cases to be handled properly

Makefile.in:
this one seem much simpler and effective than the previous hack with file inclusion
it should also be more portable
we still need to find a solution to support multiple platforms or go back to libtool
0001-01-01 00:00:00 +00:00
Simo Sorce
830f9910bb the current block module is completely broken, jelmer will commit a new one later.
simo
0001-01-01 00:00:00 +00:00
Simo Sorce
d383c309d4 move everything to flat VFS/ directory 0001-01-01 00:00:00 +00:00
Jeremy Allison
3803770eda Removed C++ style comment.
Jeremy.
0001-01-01 00:00:00 +00:00
Simo Sorce
cc8e6ebc0e patch from metze 0001-01-01 00:00:00 +00:00
Simo Sorce
2a15699532 add the netatalk module 0001-01-01 00:00:00 +00:00
Simo Sorce
05038f4471 avoid using libtool for VFS modules
change a name in block.c it was hiding a function name
add a comment in configure
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
6973344fb5 Add entry about block.so 0001-01-01 00:00:00 +00:00
Simo Sorce
3e6a11f56a forgot to change the makefile system, sorry 0001-01-01 00:00:00 +00:00
Simo Sorce
56283601af OK!
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.
0001-01-01 00:00:00 +00:00
John Terpstra
fb89be1355 x source path so this thing compiles. 0001-01-01 00:00:00 +00:00
Jeremy Allison
68b83335de Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend.net>.
Jeremy
0001-01-01 00:00:00 +00:00
Jeremy Allison
42981c819a Set default recycle directory permissions as 0770. Unlink on rename
fail.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e758bdc8a8 Sync up the VFS changes from 2.2.x.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
86de168ea9 Updated copyright notice. 0001-01-01 00:00:00 +00:00
Tim Potter
91ab6f75d9 Renamed global_vfs_ops to default_vfs_ops and made static.
Make a copy of the default ops structure rather than following a pointer.

This fixes the audit VFS example module!
0001-01-01 00:00:00 +00:00
Tim Potter
69275e4f0f Don't get stuck in an infinite loop in vfs_connect. 0001-01-01 00:00:00 +00:00
Tim Potter
5392b3fc12 Now compiles under head branch.
Funny, I don't remember using libtool in the original Makefile...
0001-01-01 00:00:00 +00:00
Jeremy Allison
0609cd3162 Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b29ff81673 Added a VFS version return to init call. Allows smbd to fail an init if
versions don't match.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5d6dec3a94 Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
def0da145a Updated VFS examples to use ftruncate() and lock() functions. 0001-01-01 00:00:00 +00:00
Tim Potter
26972823cf fsync() returns an int rather than void. 0001-01-01 00:00:00 +00:00
Tim Potter
e6d11483e2 Added *.so 0001-01-01 00:00:00 +00:00
Tim Potter
facdfd319d Improved clean target. 0001-01-01 00:00:00 +00:00
Tim Potter
a2782097db Hopefully these changes will actually stick. 0001-01-01 00:00:00 +00:00
Tim Potter
bb07eceddb Some strange CVS weirdness happening here. I had SAMBA_TNG tags in my
head branch CVS/Entries file leading to lots of fun and games.  )-:
0001-01-01 00:00:00 +00:00