summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_interface.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-7/+17
2003-04-24Declare static function before using itJelmer Vernooij1-0/+2
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-12/+5
2003-04-02Add staticJelmer Vernooij1-1/+1
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-1/+4
2003-03-22FALSE -> False (reported by Paul Green)Jelmer Vernooij1-1/+1
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij1-1/+1
2003-03-19Fix corrupt memory reading in smb_register_passdbJelmer Vernooij1-1/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-35/+15
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-19/+34
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett1-0/+63
2003-01-02BIG patch...Andrew Bartlett1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij1-1/+0
2002-11-15Add smb_register_passdb()Jelmer Vernooij1-8/+59
2002-11-14Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions a...Jelmer Vernooij1-4/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-10-25Only run free_private_data when it's specified (reported by Steve Langasek ak...Jelmer Vernooij1-1/+2
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-0/+223
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