trying to get HEAD building again. If you want the code
[kai/samba-autobuild/.git] / source3 / passdb / pdb_tdb.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-28 Tim PotterMerge of uint32/uid_t mismatch from 3.0
2003-05-12 Jeremy AllisonFix compiler warnings.
2003-05-01 Simo Sorcefix wrong debug messages in idmap_util.c
2003-04-30 Simo Sorcecorrectly initiazlize idmap tdb when creationg new
2003-04-29 Simo Sorceforgot to remove getpwnam
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Jelmer VernooijChange order of parameters to smb_register_passdb()
2003-04-29 Simo Sorceok next_rid out as well local_*id_to*id functions
2003-04-27 Simo Sorceprepare to get _nua out of the door (but back in from...
2003-04-17 Simo Sorceseem that someone changed the semanthic of unix_strlowe...
2003-03-22 Jelmer VernooijReturn value in non-void function
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-01-02 Andrew BartlettBIG patch...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-26 Simo Sorcemove all the passdb internal interface to NTSTATUS
2002-08-07 Andrew BartlettAdd const to a pile of const to *DOM_SID paramaters.
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
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-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...