BIG patch...
[tprouty/samba.git] / source / groupdb / mapping.c
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-21 Volker LendeckeThis moves the group mapping API into the passdb backend.
2002-10-17 Volker LendeckeRevert changes
2002-10-16 Volker LendeckeCreate group mappings on the fly.
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-23 Volker LendeckeOk, getting a bit more ambitious. Stop me, if this...
2002-09-21 Volker LendeckeSorry for the new parameter, but I think to really...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-04-19 Jean-François Mico... DEBUG cleanup.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-29 Tim PotterSince we have dynamic initialisation in the group mappi...
2002-01-27 Andrew BartlettPatch from Kevin Stefanik <kstef@mtppi.org> to do some...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-13 Andrew Tridgelldon't try to allocate zero bytes
2002-01-09 Jeremy AllisonWhen re-writing tdb version numbers as little endian...
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-03 Andrew Tridgellinit group db before use
2001-12-01 Jean-François Mico... groups in the Builtin domain S-5-32 are alias and not...
2001-11-30 Tim PotterMissing return in free_privilege()
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Jean-François Mico... added lsaenumprivsaccount and lsalookupprivvalue to...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-17 Andrew Tridgellfixed compilation of groupdb
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-09 Jean-François Mico... when retrieving by sid fill also the map.sid field
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-17 Jeremy Allisongroupdb/mapping.c: Fix gcc compiler warning.
2001-05-08 Jean-François Mico... fixes to the group mapping code.
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jean-François Mico... first pass of the new group mapping code