summaryrefslogtreecommitdiff
path: root/examples/pdb/pdb_test.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26Make functions return NTSTATUS instead of BOOLJelmer Vernooij1-14/+14
(This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
2002-08-10Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij1-4/+4
Added some consts to pdb_test to follow pdb_methods struct more strictly (This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett1-4/+9
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 4a57c445dd4354034fc41b132a484afe6ab66e16)
2002-06-14Add some comments on writing new pdb modules. (from ctrlsoft)Andrew Bartlett1-0/+7
Andrew Bartlett (This used to be commit 0a64ff4c9984c751ed6bd9e9bc8d16c70abec02d)
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett1-17/+27
- 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 2498bc69d4e5c38ec385f640489daa94c508c726)
2002-02-22Also add the matching example pdb module.Andrew Bartlett1-0/+121
(This used to be commit fbfb7ee896469e79043fab02481bacd2621a302d)