summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-31ops, froget to set the values.Simo Sorce1-1/+7
2001-12-31port mods from 2.2Simo Sorce1-3/+36
2001-12-31Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett1-4/+4
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-22/+35
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-25/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-4/+4
2001-12-06again an intrusive patch:Jean-François Micouleau1-2/+0
2001-11-25Don't close tdb twice.Volker Lendecke1-1/+0
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-8/+4
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-19/+19
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-19/+8
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-3/+0
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett1-2/+1
2001-09-27minor fixesSimo Sorce1-22/+10
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-116/+127
2001-09-25Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett1-5/+2
2001-09-25memory leak fixes ..Simo Sorce1-7/+21
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1