summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-04fixes from SimoGerald Carter1-213/+238
2001-04-08HEAD specific slprintf paranoia fixes.Jeremy Allison1-6/+6
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-6/+6
2000-12-12more fixes from Simo. Also fixed the password expiration fieldGerald Carter1-134/+59
2000-12-09group rid assignment cut and paste errorGerald Carter1-2/+2
2000-12-06updates to the tdbsam implementation.Gerald Carter1-36/+263
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-503/+512
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-0/+600