1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

48 Commits

Author SHA1 Message Date
Jeremy Allison
2ed86ac584 r4092: Bring into line with new *alloc rules.
Jeremy.
2007-10-10 10:53:33 -05:00
Jeremy Allison
5b0da25796 r3855: Sync up with the one in the main source dir (yes, this should probably
be a symlink...).
Jeremy.
2007-10-10 10:53:21 -05:00
Jeremy Allison
dfa910e4ab r3644: Fixup examples VFS compile.
Jeremy.
2007-10-10 10:53:11 -05:00
Gerald Carter
a7e2730ec4 r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
2007-10-10 10:51:05 -05:00
Tim Potter
67d25f3de8 Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable
anymore.
-
Jeremy Allison
019aaaf0df Patch based on work from James Peach <jpeach@sgi.com> to convert over to
using pread/pwrite. Modified a little to ensure fsp->pos is correct.
Fix for #889.
Jeremy.
-
Tim Potter
f43546d0af Change PICFLAG -> PICFLAGS to keep in line with version from source
directory and fix display bug.
-
Jeremy Allison
80e14b1765 Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
-
Jeremy Allison
3f8c77b116 Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
-
Jeremy Allison
7c4cc2086d Make skeleton VFSs compile with new EA modules.
Jeremy
-
Alexander Bokovoy
fcdf215753 Move VFS example skel.c to two different examples: one for opaque operations and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de> -
Jelmer Vernooij
a7520177b0 Don't crash if the underlying VFS doesn't support ACL's -
Jelmer Vernooij
bc4b51bcb2 Use NTSTATUS as return value for smb_register_*() functions and init_module()
function. Patch by metze with some minor modifications.
-
Jelmer Vernooij
0d322968cb Update for the new modules system. Also, use Makefile rather then Makefile.in
because we don't generate Makefile from configure anymore
-
Tim Potter
902a1dc1d5 Minor merges from HEAD. -
Gerald Carter
25a9681ddd [merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
-
Jelmer Vernooij
be4894815c Sync with HEAD:
- Move working VFS modules to source/
- Move documentation to SGML
-
Jelmer Vernooij
e8475eceb3 Sync with HEAD -
Jelmer Vernooij
15b9430d9c Give recycle 3 arguments as required by the VFS interface (patch by metze) -
Gerald Carter
93cb8b47c4 README.OtherModules -
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
-
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
-
Simo Sorce
830f9910bb the current block module is completely broken, jelmer will commit a new one later.
simo
-
Simo Sorce
d383c309d4 move everything to flat VFS/ directory -
Jeremy Allison
3803770eda Removed C++ style comment.
Jeremy.
-
Simo Sorce
cc8e6ebc0e patch from metze -
Simo Sorce
2a15699532 add the netatalk module -
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
-
Jelmer Vernooij
6973344fb5 Add entry about block.so -
Simo Sorce
3e6a11f56a forgot to change the makefile system, sorry -
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.
-
John Terpstra
fb89be1355 x source path so this thing compiles. -
Jeremy Allison
68b83335de Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend.net>.
Jeremy
-
Jeremy Allison
42981c819a Set default recycle directory permissions as 0770. Unlink on rename
fail.
Jeremy.
-
Jeremy Allison
e758bdc8a8 Sync up the VFS changes from 2.2.x.
Jeremy.
-
Tim Potter
86de168ea9 Updated copyright notice. -
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!
-
Tim Potter
69275e4f0f Don't get stuck in an infinite loop in vfs_connect. -
Tim Potter
5392b3fc12 Now compiles under head branch.
Funny, I don't remember using libtool in the original Makefile...
-
Jeremy Allison
0609cd3162 Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.
Jeremy.
-
Jeremy Allison
b29ff81673 Added a VFS version return to init call. Allows smbd to fail an init if
versions don't match.
Jeremy.
-
Jeremy Allison
5d6dec3a94 Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.
Jeremy.
-
Tim Potter
def0da145a Updated VFS examples to use ftruncate() and lock() functions. -
Tim Potter
26972823cf fsync() returns an int rather than void. -
Tim Potter
e6d11483e2 Added *.so -
Tim Potter
facdfd319d Improved clean target. -
Tim Potter
a2782097db Hopefully these changes will actually stick. -
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.  )-:
-