summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-3/+3
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-43/+18
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-470/+39
2003-05-28Merge of uint32/uid_t mismatch from 3.0Tim Potter1-1/+1
2003-05-12Fix compiler warnings.Jeremy Allison1-1/+0
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce1-3/+8
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce1-1/+1
2003-04-29forgot to remove getpwnamSimo Sorce1-20/+0
2003-04-29This is a nice rewrite:Simo Sorce1-48/+25
2003-04-29Change order of parameters to smb_register_passdb()Jelmer Vernooij1-1/+1
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce1-2/+45
2003-04-27prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce1-32/+7
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce1-3/+7
2003-03-22Return value in non-void functionJelmer Vernooij1-0/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-16/+3
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett1-59/+0
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-0/+59
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-48/+48
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce1-30/+40
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett1-1/+1
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-1/+1
2002-07-21Name get and set dir drive functions consistently.Tim Potter1-1/+2
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce1-5/+5
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-6/+7
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-2/+9
2002-05-25Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett1-6/+5
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-2/+23
2002-05-18A few things in this commit:Andrew Bartlett1-46/+53
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-11/+34
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett1-19/+19
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-74/+19
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-16/+19
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-22/+87
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-5/+5
2002-02-01update from 2.2Simo Sorce1-2/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+2
2002-01-26Add some information tidbits to an error DEBUG().Andrew Bartlett1-1/+1
2002-01-25Passdb changes:Andrew Bartlett1-5/+7
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-2/+4
2002-01-21hmm, get it right this time.Simo Sorce1-1/+1
2002-01-21fix also the comment.Simo Sorce1-2/+5
2002-01-21replace getpwnam_alloc with plain getpwnam.Simo Sorce1-2/+1
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-2/+3
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127
2002-01-20This is another *BIG* change...Andrew Bartlett1-189/+232
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-6/+6
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-2/+6
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1