1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

229 Commits

Author SHA1 Message Date
Jelmer Vernooij
b91fd5a77c Adding makefile for sam_skel module -
Jelmer Vernooij
3b4cf8f67c SAM_CONTEXT is const -
Jelmer Vernooij
b2b2c8b9cb Example sam module (skeleton) from metze -
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 -
Jelmer Vernooij
09cb706dd1 Better coding style -
Jelmer Vernooij
2dc8b48632 Better coding style
Move out last Makefile.pdb dependencies
-
Jelmer Vernooij
19ab776bf9 sync 3_0 branch with HEAD -
cvs2svn Import User
6938b5b98a This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
bb1c450199 Adding pdb_xml and pdb_mysql passdb modules.
Added some consts to pdb_test to follow pdb_methods struct more strictly
-
Gerald Carter
72d36c9b25 merge from SAMBA_2_2 -
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.
-
Gerald Carter
590c4ee076 merge from SAMBA_2_2 spotted by Simo -
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 -
cvs2svn Import User
b8d39651fb This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Andrew Bartlett
4a57c445dd Add module versioning to the passdb module system
All passdb modules need to include a 'magic' macro that creates simple
'return my version number' function.

(from metze and jelmer)

Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive().

(from metze)

Andrew Bartlett
-
John Terpstra
fb89be1355 x source path so this thing compiles. -
Andrew Bartlett
0a64ff4c99 Add some comments on writing new pdb modules. (from ctrlsoft)
Andrew Bartlett
-
Andrew Bartlett
2498bc69d4 Some of the updates from ctrlsoft's 'Various' patch:
- convert net to popt
- convert status to popt
- adapt examples/pdb/ to multiple passdb system
- add dynamic debug class example to examples/pdb/

and some reformatting to better match the samba coding style.

Andrew Bartlett
-
Jeremy Allison
68b83335de Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend.net>.
Jeremy
-
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
-