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