summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-14merges from 2.2Gerald Carter1-2/+2
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-7/+7
2001-08-31changed the data format in the tdb, as the time fields were notSimo Sorce1-24/+29
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-7/+7
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-7/+7
2001-05-10update from SimoGerald Carter1-8/+8
2001-05-07Patch from Simo:Gerald Carter1-5/+15
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-39/+58