lib/util Rename samba_init_module -> samba_module_init
[samba.git] / source3 / winbindd / idmap_autorid.c
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-10-21 Christian Ambachs3:idmap_autorid: add an allocation range to autorid
2011-10-21 Christian Ambachs3:idmap_autorid: move HWM initialization into a function
2011-10-21 Christian Ambachs3:idmap_autorid: use strings as parameter for range...
2011-10-21 Christian Ambachs3:winbindd/idmap make idmap modules loadable again
2011-10-21 Christian AmbachRevert "s3:idmap/autorid add a small alloc pool to...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:idmap_autorid: make a debug message more precise
2011-10-11 Michael Adams3:idmap_autorid: untangle function from check and...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-09-07 Christian Ambachs3:idmap/autorid add a small alloc pool to autorid
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Michael Adams3:idmap_autorid: remove redundant code
2011-06-20 Michael Adams3:idmap_autorid: in initialize, don't leak storedconfi...
2011-06-20 Michael Adams3:idmap_autorid: use "idmap config * : rangesize"...
2011-06-20 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: add a talloc_stackframe(...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: use "idmap config <DOMAIN...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: fail initialization if the...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-07 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-07 Michael Adams3:idmap_autorid: use "idmap config <DOMAIN> : rangesiz...
2011-06-07 Michael Adams3:idmap_autorid: add a talloc_stackframe() to idmap_au...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-22 Michael Adams3:idmap: remove the params argument from the init...
2011-03-18 Christian Ambachs3:autorid make sure we set the mapping status correct...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sid
2011-03-18 Volker Lendeckeidmap-autorid: Remove an else branch
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused parameter
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_sids_t...
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domaincfg
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domainsid
2011-03-06 Volker Lendeckes3: Remove close_fn from idmap_methods
2011-02-23 Volker Lendeckes3: Fix 64-bit errors
2011-02-23 Volker Lendeckes3: Fix an uninitialized variable use
2011-02-23 Christian Ambachs3:idmap:autorid prevent fatal configuration changes
2010-11-08 Volker Lendeckes3: Fix an uninitialized variable
2010-11-08 Christian Ambachs3:idmap: add a new ID mapping module autorid