Fix a bunch of compiler warnings about wrong format types.
[ira/wip.git] / source3 / groupdb / mapping.c
2003-06-17 Volker LendeckeAnd more other memory leaks. One new (idmap) and one...
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-02 Simo Sorceremove testing debug line
2003-05-02 Simo Sorceshouldn't wellknown group be well.. ..WKN_GRP ?
2003-04-29 Gerald Carterdon't implement any group mapping functions in the...
2003-04-29 Gerald Carterdon't implement any group mapping functions in the...
2003-03-23 Volker LendeckeThe group mapping functions are not called
2003-03-23 Volker LendeckeThe group mapping functions are not called
2003-03-22 Andrew BartlettThanks to volker, merge passdb changes from HEAD:
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-02-18 Martin PoolCheck return code of string_to_sid. (Merge from HEAD)
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Martin Pooladd_initial_entry should fail if string_to_sid fails.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
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-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-02 Andrew BartlettMerge passdb from HEAD -> 3.0
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-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-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-04-19 Jean-François Mico... DEBUG cleanup.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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