updated the 3.0 branch from the head branch - ready for alpha18
[sfrench/samba-autobuild/.git] / source3 / passdb / pdb_tdb.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-25 Andrew BartlettRemove unused variable, fix functions to match prototyp...
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-13 Andrew BartlettBetter handling of uid/gid -> RID and RID -> uid/gid...
2002-04-13 Andrew BartlettThis is the 'multiple pdb backends' patch from ctrlsoft...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo Sorcemore verbose checking in talloc and util_pw
2002-03-18 Simo SorceStart to switch away from the alghorithmic uid->rid...
2002-03-02 Andrew BartlettThis patch merges my private LDAP tree into HEAD.
2002-02-01 Simo Sorceupdate from 2.2
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettAdd some information tidbits to an error DEBUG().
2002-01-25 Andrew BartlettPassdb changes:
2002-01-23 Andrew Bartlettgetpwnam -> getpwnam_alloc.
2002-01-21 Simo Sorcehmm, get it right this time.
2002-01-21 Simo Sorcefix also the comment.
2002-01-21 Simo Sorcereplace getpwnam_alloc with plain getpwnam.
2002-01-21 Andrew Bartlettgetpwnam -> getpwnam_alloc
2002-01-20 Andrew BartlettInititialise the gid to what standard_sub_advanced...
2002-01-20 Simo Sorcefixes from 2.2
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Andrew BartlettChange the passdb interface to use allocated strings.
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-31 Simo Sorceops, froget to set the values.
2001-12-31 Simo Sorceport mods from 2.2
2001-12-31 Andrew BartlettMake --with-tdbsam compile again, given the new 'am...
2001-12-30 Simo Sorceutil_sid.c - respect a const variabile (addedd strdup)
2001-12-30 Gerald Carterpdb_getsampwnuid() merge from 2.2
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-11-25 Volker LendeckeDon't close tdb twice.
2001-11-04 Andrew BartlettFixup for accounts without a local /etc/passwd entry.
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 2 of 4.
2001-10-01 Andrew Tridgell- fix handling of 0 last_change_time and must_change_time
2001-09-29 Andrew BartlettThis is the passdb section of the previously mentioned...
2001-09-27 Simo Sorceminor fixes
2001-09-26 Andrew BartlettFix the uninitialised variable, but more importantly...
2001-09-26 Andrew BartlettFix up TDB_SAM with repect to case sensitvity. (need...
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.
2001-09-25 Andrew BartlettDon't segfault when deleting accounts not in /etc/passw...
2001-09-25 Simo Sorcememory leak fixes ..
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-14 Gerald Cartermerges from 2.2
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-08-31 Simo Sorcechanged the data format in the tdb, as the time fields...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-12 Tim PotterChanged instances of TRUE, FALSE to True, False as...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-10 Gerald Carterupdate from Simo
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-04 Gerald Carterfixes from Simo
2001-04-08 Jeremy AllisonHEAD specific slprintf paranoia fixes.
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2000-12-12 Gerald Cartermore fixes from Simo. Also fixed the password expirati...
2000-12-09 Gerald Cartergroup rid assignment cut and paste error
2000-12-06 Gerald Carterupdates to the tdbsam implementation.
2000-11-21 Gerald CarterAnother large patch for the passdb rewrite.
2000-11-13 Gerald CarterLarge commit which restructures the local password...