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

255 Commits

Author SHA1 Message Date
Gerald Carter
e8ede079b5 merging some changes from SAMBA_2_2 -
Andrew Bartlett
c10def37f5 This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
<jelmer@nl.linux.org>.

This patch also includes major rework of pdbedit to use popt, and the addition
of -i paramter (allowing the user to specify which PDBs is being
operated on) and -e to export a pdb - useful for backup and testing etc.

Use of -i and -e gets us pdb2pdb functionality for transition between backends,
much like the sam2sam in TNG.

Andrew Bartlett
-
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.
-
Andrew Bartlett
fbfb7ee896 Also add the matching example pdb module. -
Gerald Carter
bb574aab8f merge from 2.2 -
Gerald Carter
46bd77a02a fixes from 2,2 -
Christopher R. Hertel
fd4d3496e1 I added two lines of comments regarding the include= parameter. Someone
here at the UofM was burned today because they had left that line in its
default location.
-
Richard Sharpe
6bd91973bb Add the new smbprint shell script, smbprint-new.sh that is supposed to fix some problems under *BSD and etc ... -
Gerald Carter
3d4adad150 sync up comments with 2.2 -
Gerald Carter
9e3b432c57 sync with 2.2 -
Gerald Carter
241b5218ea merge from 2.2 -
Gerald Carter
aca58b0b72 sync with 2.2 -
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...
-
Richard Sharpe
93c45024cd Make sure we compile with gcc by default. -
Richard Sharpe
9627bace72 Add a static linking target to the examples Makefile so I can test out static linking ... -
Richard Sharpe
950821d69c Adding an examples directory for libsmbclient to the head branch along with
a simple Makefile and a small README ...
-
Jeremy Allison
0609cd3162 Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.
Jeremy.
-
David O'Neill
74dd0f5821 Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2 -
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.
-
Herb Lewis
7db533cb47 added a little description of useage and output format since this gives
more info than just what parameters are not supported by SWAT.
-
Gerald Carter
eb20a2c6f4 script written by herb for reporting which smb.conf parameters
are in loarparm.c but not supported by SWAT.  I just thought it looked fun.
:-)



--jerry
-
Tim Potter
df69027331 Forgot attr entry for private dir. -
Tim Potter
e42f2fc397 Updated samba appliance example. -
Tim Potter
def0da145a Updated VFS examples to use ftruncate() and lock() functions. -
Andrew Tridgell
5e2a0b3cb9 compile with -O2 -
Andrew Tridgell
11328f2781 build in /usr/src/redhat -
Andrew Tridgell
6a89e07f04 updated appliance Makefile -
Andrew Tridgell
535e33adaf added packaging section to README -
Andrew Tridgell
b022e6ab97 fixed tar command line -
Andrew Tridgell
14fccd68fa exclude CVS files from rpm build -
Andrew Tridgell
6e81ba8bac don't install winbind man page twice -
Tim Potter
3fa7141fea Nuked changelog - use cvs log instead.
Actually install winbindd man page.

Clean up build directory after make.
-
Tim Potter
40b8095a9a simple build script for appliance rpm -
Andrew Tridgell
9cc81b6288 added winbindd man page to spec file -
Andrew Tridgell
0e29eef837 updated the appliance README -
Tim Potter
1be483c90b Initial version of appliance spec file. -
Andrew Tridgell
bfa14cff8c updated appliance Makefile -
Andrew Tridgell
ec2b77e97d the beginnings of a description of how to setup a Samba appliance -
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.  )-:
-
Andrew Tridgell
d7b2087865 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0 -
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -