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

148 Commits

Author SHA1 Message Date
Jelmer Vernooij
82c714569d Move pdb_xml to source/
(This used to be commit b68106a79e)
2002-11-05 17:08:32 +00:00
Jelmer Vernooij
7dba784b5e Convert pdb_mysql docs to sgml
(This used to be commit 6642f6c5a9)
2002-11-05 16:55:21 +00:00
Jelmer Vernooij
42f569f06c Move pdb_mysql to source/passdb
(This used to be commit 1d742e14ad)
2002-11-05 16:48:23 +00:00
Jelmer Vernooij
0bd559ad1d testsmbc should only be in examples
(This used to be commit 7aad086c9a)
2002-11-04 17:10:08 +00:00
Jelmer Vernooij
d4a93bd8f0 Don't pass any booleans to pdb_set_* functions
(This used to be commit 91f9c9e1d8)
2002-11-04 15:04:26 +00:00
Jelmer Vernooij
0a0cee218a Don't pass true to pdb_set_* functions
(This used to be commit e803bfde3d)
2002-11-04 15:03:58 +00:00
Jelmer Vernooij
366da1ee37 Adapt to metze's PDB_SET patch
(This used to be commit 33c7a296b3)
2002-11-04 14:36:34 +00:00
Jelmer Vernooij
e9fd0a2671 Small patch from metze to add 3 parameters to vfs_init, as it requires
(This used to be commit 4206ebb160)
2002-10-21 13:41:34 +00:00
Richard Sharpe
76d111aed1 Fix a small mistake.
(This used to be commit 12c49861fd)
2002-10-05 20:29:59 +00:00
Gerald Carter
c7ca88ee40 small update from Rainer
(This used to be commit 3d0b7981d0)
2002-10-02 19:12:40 +00:00
Gerald Carter
e086aca6c5 mention openantivirus.org
(This used to be commit 25cd49d766)
2002-10-02 13:24:59 +00:00
Gerald Carter
812c0a0f98 README.OtherModules
(This used to be commit 93cb8b47c4)
2002-09-30 15:25:40 +00:00
Jelmer Vernooij
791d9e8fac Change pdb_xml functions to return NTSTATUS
(This used to be commit 834fcd2395)
2002-09-26 15:03:26 +00:00
Jelmer Vernooij
f90e9ae244 Change pdb_mysql function to return NTSTATUS
(This used to be commit fa056769a0)
2002-09-26 14:52:54 +00:00
Jelmer Vernooij
2ef81d7517 Make functions return NTSTATUS instead of BOOL
(This used to be commit 6347d40eff)
2002-09-26 14:29:09 +00:00
Jelmer Vernooij
2cd64003e3 - Don't put pointer to sam_domain_handle in sam_methods but single domainsid and domainname
- Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend
- Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're
  available in sam_methods as well
(This used to be commit 50d2527eed)
2002-09-24 20:18:39 +00:00
Richard Sharpe
05c557c31c Make sure that Alfred Perlstein's changes get into head as smbprint and
that the old one becomes smbprint.old.

We still need to hack smbprint some more to make sure that we can pass
the username and password in a file rather than on the command line where
local hackers can see it.
(This used to be commit ef970a764e)
2002-09-24 06:44:37 +00:00
Jelmer Vernooij
eaa4ee9bc0 Use SAM debug class in skeleton - patch from metze
Shouldn't we use dynamic debug classes here?
(This used to be commit db0f742e0e)
2002-09-09 21:38:42 +00:00
Simo Sorce
79f54d28f8 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
(This used to be commit d904d50d39)
2002-09-08 03:55:37 +00:00
Simo Sorce
27cc26cec8 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
(This used to be commit e9f4bc77f8)
2002-09-07 04:05:42 +00:00
Simo Sorce
d0cef25c27 the current block module is completely broken, jelmer will commit a new one later.
simo
(This used to be commit 830f9910bb)
2002-09-06 13:39:46 +00:00
Simo Sorce
afc1a220b7 move everything to flat VFS/ directory
(This used to be commit d383c309d4)
2002-09-06 13:37:40 +00:00
Andrew Bartlett
6c8e4faba1 Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the
SAM_ASSERT if we are not going to crash.
(This used to be commit f91fcb1661)
2002-09-06 13:00:37 +00:00
Jelmer Vernooij
afc5c6b2a1 Adding makefile for sam_skel module
(This used to be commit b91fd5a77c)
2002-08-29 17:08:13 +00:00
Jelmer Vernooij
408fb927c8 SAM_CONTEXT is const
(This used to be commit 3b4cf8f67c)
2002-08-29 16:39:00 +00:00
Jelmer Vernooij
08d4898a70 Example sam module (skeleton) from metze
(This used to be commit b2b2c8b9cb)
2002-08-29 07:26:16 +00:00
Jeremy Allison
84a8efbf1a Removed C++ style comment.
Jeremy.
(This used to be commit 3803770eda)
2002-08-28 12:55:20 +00:00
Simo Sorce
995bf62aae patch from metze
(This used to be commit cc8e6ebc0e)
2002-08-27 09:45:26 +00:00
Simo Sorce
709c7c1674 add the netatalk module
(This used to be commit 2a15699532)
2002-08-27 09:30:17 +00:00
Simo Sorce
7251f6b9ec avoid using libtool for VFS modules
change a name in block.c it was hiding a function name
add a comment in configure
(This used to be commit 05038f4471)
2002-08-27 09:14:21 +00:00
Jelmer Vernooij
ec91716cb7 Add entry about block.so
(This used to be commit 6973344fb5)
2002-08-18 20:12:43 +00:00
Jelmer Vernooij
36e9005cc2 Better coding style
(This used to be commit 09cb706dd1)
2002-08-17 16:27:27 +00:00
Jelmer Vernooij
3312086d7a Better coding style
Move out last Makefile.pdb dependencies
(This used to be commit 2dc8b48632)
2002-08-17 16:25:39 +00:00
Jelmer Vernooij
3fce46ac7d Adding pdb_xml and pdb_mysql passdb modules.
Added some consts to pdb_test to follow pdb_methods struct more strictly
(This used to be commit bb1c450199)
2002-08-10 20:14:32 +00:00
Gerald Carter
c4d68a29c9 merge from SAMBA_2_2
(This used to be commit 72d36c9b25)
2002-07-31 14:56:40 +00:00
Simo Sorce
255288df65 forgot to change the makefile system, sorry
(This used to be commit 3e6a11f56a)
2002-07-31 13:16:14 +00:00
Simo Sorce
edb9158f09 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.
(This used to be commit 56283601af)
2002-07-30 09:59:53 +00:00
Gerald Carter
af3d6270d7 merge from SAMBA_2_2 spotted by Simo
(This used to be commit 590c4ee076)
2002-07-19 16:03:52 +00:00
Andrew Bartlett
ea7cdc4de0 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
(This used to be commit 4a57c445dd)
2002-06-22 12:19:35 +00:00
John Terpstra
0dd693bd98 x source path so this thing compiles.
(This used to be commit fb89be1355)
2002-06-15 07:34:06 +00:00
Andrew Bartlett
a770dd49a4 Add some comments on writing new pdb modules. (from ctrlsoft)
Andrew Bartlett
(This used to be commit 0a64ff4c99)
2002-06-14 02:58:43 +00:00
Andrew Bartlett
98d5699d28 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
(This used to be commit 2498bc69d4)
2002-05-24 09:57:48 +00:00
Jeremy Allison
3ca09d432c Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" <hetzels@westbend.net>.
Jeremy
(This used to be commit 68b83335de)
2002-05-11 00:33:51 +00:00
Gerald Carter
7a959e81d4 merging some changes from SAMBA_2_2
(This used to be commit e8ede079b5)
2002-05-08 15:37:14 +00:00
Andrew Bartlett
cc60b06983 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
(This used to be commit c10def37f5)
2002-04-13 08:16:41 +00:00
Jeremy Allison
7104dbd245 Set default recycle directory permissions as 0770. Unlink on rename
fail.
Jeremy.
(This used to be commit 42981c819a)
2002-03-23 20:48:45 +00:00
Jeremy Allison
0c42e582f8 Sync up the VFS changes from 2.2.x.
Jeremy.
(This used to be commit e758bdc8a8)
2002-03-19 02:51:48 +00:00
Andrew Bartlett
27439c53c5 Also add the matching example pdb module.
(This used to be commit fbfb7ee896)
2002-02-22 02:57:49 +00:00
Gerald Carter
72f4d55453 merge from 2.2
(This used to be commit bb574aab8f)
2002-02-11 13:57:44 +00:00
Gerald Carter
732f5e8f80 fixes from 2,2
(This used to be commit 46bd77a02a)
2002-02-11 13:49:02 +00:00