1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Jelmer Vernooij
ad5cb338a1 Fix typo 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
b6359c585a Sync with HEAD 0001-01-01 00:00:00 +00:00
cvs2svn Import User
37ca4bbf0c This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
de136d294f Add example for MySQL 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
b68106a79e Move pdb_xml to source/ 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
6642f6c5a9 Convert pdb_mysql docs to sgml 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
1d742e14ad Move pdb_mysql to source/passdb 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
91f9c9e1d8 Don't pass any booleans to pdb_set_* functions 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
e803bfde3d Don't pass true to pdb_set_* functions 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
33c7a296b3 Adapt to metze's PDB_SET patch 0001-01-01 00:00:00 +00:00
Gerald Carter
e026b84815 syncing up with HEAD again.... 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
834fcd2395 Change pdb_xml functions to return NTSTATUS 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
fa056769a0 Change pdb_mysql function to return NTSTATUS 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
6347d40eff Make functions return NTSTATUS instead of BOOL 0001-01-01 00:00:00 +00:00
Gerald Carter
803715d960 sync'ing up for 3.0alpha20 release 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
09cb706dd1 Better coding style 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
2dc8b48632 Better coding style
Move out last Makefile.pdb dependencies
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
19ab776bf9 sync 3_0 branch with HEAD 0001-01-01 00:00:00 +00:00
cvs2svn Import User
6938b5b98a This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Jelmer Vernooij
bb1c450199 Adding pdb_xml and pdb_mysql passdb modules.
Added some consts to pdb_test to follow pdb_methods struct more strictly
0001-01-01 00:00:00 +00:00
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Andrew Bartlett
0a64ff4c99 Add some comments on writing new pdb modules. (from ctrlsoft)
Andrew Bartlett
0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Andrew Bartlett
fbfb7ee896 Also add the matching example pdb module. 0001-01-01 00:00:00 +00:00