1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

159 Commits

Author SHA1 Message Date
Jim McDonough
c09c1e0905 Add win32 utility to query driver capabilities to publish -
Tim Potter
152c530089 Ignore automatically generated Makefile. -
Richard Sharpe
0674d5a2b0 One more small fix in tree.c -
Richard Sharpe
b0772a1a05 Fix some problems with tree.c reported by users. -
Jelmer Vernooij
b10541b71b Update to use smb_register_passdb() -
Jelmer Vernooij
4cffb29d27 a cups printing backend is now available as well -
Jelmer Vernooij
9c811e4478 Ignore Makefile -
Jelmer Vernooij
14b129e301 Move working VFS modules to source/modules/ -
Jelmer Vernooij
b8c7ce0381 Move VFS documentation to the HOWTO collection -
Jelmer Vernooij
9b469a2aca Fix typo -
Jelmer Vernooij
de136d294f Add example for MySQL -
Jelmer Vernooij
b68106a79e Move pdb_xml to source/ -
Jelmer Vernooij
6642f6c5a9 Convert pdb_mysql docs to sgml -
Jelmer Vernooij
1d742e14ad Move pdb_mysql to source/passdb -
Jelmer Vernooij
7aad086c9a testsmbc should only be in examples -
Jelmer Vernooij
91f9c9e1d8 Don't pass any booleans to pdb_set_* functions -
Jelmer Vernooij
e803bfde3d Don't pass true to pdb_set_* functions -
Jelmer Vernooij
33c7a296b3 Adapt to metze's PDB_SET patch -
Jelmer Vernooij
4206ebb160 Small patch from metze to add 3 parameters to vfs_init, as it requires -
Richard Sharpe
12c49861fd Fix a small mistake. -
Gerald Carter
3d0b7981d0 small update from Rainer -
Gerald Carter
25cd49d766 mention openantivirus.org -
Gerald Carter
93cb8b47c4 README.OtherModules -
Jelmer Vernooij
834fcd2395 Change pdb_xml functions to return NTSTATUS -
Jelmer Vernooij
fa056769a0 Change pdb_mysql function to return NTSTATUS -
Jelmer Vernooij
6347d40eff Make functions return NTSTATUS instead of BOOL -
Jelmer Vernooij
50d2527eed - 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
-
Richard Sharpe
ef970a764e 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.
-
Jelmer Vernooij
db0f742e0e Use SAM debug class in skeleton - patch from metze
Shouldn't we use dynamic debug classes here?
-
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 -
Andrew Bartlett
f91fcb1661 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.
-
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
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 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
-