summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-19/+19
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-19/+8
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-3/+0
* This is the passdb section of the previously mentioned commit.Andrew Bartlett2001-09-291-2/+1
* minor fixesSimo Sorce2001-09-271-22/+10
* Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett2001-09-261-2/+4
* Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett2001-09-261-7/+9
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-116/+127
* Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett2001-09-251-5/+2
* memory leak fixes ..Simo Sorce2001-09-251-7/+21
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* merges from 2.2Gerald Carter2001-09-141-2/+2
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-7/+7
* changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-7/+7
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-7/+7
* update from SimoGerald Carter2001-05-101-8/+8
* Patch from Simo:Gerald Carter2001-05-071-5/+15
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-39/+58
* fixes from SimoGerald Carter2001-05-041-213/+238
* HEAD specific slprintf paranoia fixes.Jeremy Allison2001-04-081-6/+6
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-6/+6
* more fixes from Simo. Also fixed the password expiration fieldGerald Carter2000-12-121-134/+59
* group rid assignment cut and paste errorGerald Carter2000-12-091-2/+2
* updates to the tdbsam implementation.Gerald Carter2000-12-061-36/+263
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-503/+512
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+600