summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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