summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_interface.c
Commit message (Expand)AuthorAgeFilesLines
* Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij2002-10-251-1/+2
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-0/+223
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-58/+58
* Don't crash when a backend doesn't have a setsampwent function available - bu...Jelmer Vernooij2002-09-251-2/+2
* pdb_nisplus converted to the new passdb system API'sJelmer Vernooij2002-08-201-0/+1
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-071-2/+2
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-2/+2
* It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2002-06-141-9/+10
* Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett2002-06-141-19/+20
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-141-24/+25
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-5/+5
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-17/+18
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+3
* A few things in this commit:Andrew Bartlett2002-05-181-3/+13
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-1/+1
* This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-101/+199
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-45/+1
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-0/+44
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-3/+4
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-221-3/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fix typoAndrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-251-5/+19
* This is another *BIG* change...Andrew Bartlett2002-01-201-0/+368