lmdb: iterate_range implementation
[sfrench/samba-autobuild/.git] / source3 / winbindd / idmap_autorid.c
2019-01-08 Volker Lendeckewinbind: Fix a typo
2018-12-20 Volker Lendeckewinbindd: Use dom_sid_str_buf
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-03-01 Andreas Schneiders3:winbindd: Add FALL_THROUGH statements in idmap_autorid.c
2017-05-03 Christian Ambachs3:winbindd:idmap_autorid remove a stray comment
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-20 Volker Lendeckeidmap_autorid: Use idmap_config_int
2017-03-20 Volker Lendeckeidmap_autorid: Use idmap_config_bool
2017-03-08 Stefan Metzmacheridmap_autorid: allocate new domain range if the callers...
2016-12-27 Volker Lendeckeidmap_autorid: Add the error string in a debug
2016-12-16 Volker Lendeckeidmap_autorid: Use acquire_range directly
2016-12-16 Volker Lendeckeidmap_autorid: Fix checks for valid domains to allocate...
2016-12-16 Volker Lendeckeidmap_autorid: Add ntstatus to a debug message
2016-12-16 Volker Lendeckeidmap_autorid: Only look at the tdc cache when allocati...
2016-12-16 Volker Lendeckeidmap_autorid: Do a readonly attempt before looking...
2016-12-16 Volker Lendeckeidmap_autorid: idmap_autorid_sid_to_id_rid only uses...
2016-12-16 Volker Lendeckeidmap_autorid: idmap_autorid_sid_to_id_rid only uses...
2016-12-16 Volker Lendeckeidmap_autorid: Tighten idmap_autorid_id_to_sid a bit
2016-12-16 Volker Lendeckeidmap_autorid: Fix a comment
2016-12-16 Volker Lendeckeidmap_autorid: Protect against dsize==0
2016-12-16 Volker Lendeckeidmap_autorid: Slightly simplify idmap_autorid_unixids_...
2016-12-06 Volker Lendeckeidmap_autorid: dom_sid_parse_endp always initializes...
2016-12-06 Volker Lendeckeidmap_autorid: Add a {} pair in an if-statement
2016-03-07 Volker Lendeckeidmap_autorid: Protect against corrupt databases
2016-03-07 Volker Lendeckeidmap_autorid: Fix a use-after-free
2015-08-20 Stefan Metzmachers3:winbindd/idmap_*: make function prototypes available...
2014-11-03 David Disseldorpidmap_autorid: don't leak state_path onto talloc tos
2014-04-25 Michael Adamautorid: Add allocation from above in alloc range for...
2014-04-25 Michael Adamautorid: use dbwrap_trans_do() in idmap_autorid_sid_to_...
2014-04-25 Michael Adamautorid: reserve 500 IDs at the top of the ALLOC range.
2014-04-25 Michael Adamautorid: reverse order of arguments of idmap_autorid_si...
2014-04-25 Michael Adamautorid: introduce idmap_autorid_domsid_is_for_alloc()
2014-04-25 Michael Adamautorid: factor idmap_autorid_sid_to_id() out of idmap_...
2014-04-25 Michael Adamautorid: make the checks for bumping num_mapped identic...
2014-04-25 Michael Adamautorid: explicitly return NTSTATUS_OK in idmap_autorid...
2014-04-25 Michael Adamautorid: more explicitly and reasonably set map->state...
2014-04-25 Michael Adamautorid: rename idmap_autorid_sid_to_id() -> idmap_auto...
2014-04-25 Michael Adamautorid: rename idmap_autorid_map_sid_to_id() -> idmap_...
2014-04-25 Michael Adamautorid: rename idmap_autorid_map_id_to_sid() -> idmap_...
2014-04-25 Michael Adamautorid: factor idmap_autorid_get_alloc_range() out...
2014-04-25 Michael Adamautorid: improve a debug message in idmap_autorid_map_s...
2014-04-25 Michael Adamautorid: remove a legacy comment from sid_to_id
2014-04-03 Michael Adamautorid: use the db argument in the initialize traverse...
2014-04-03 Michael Adamautorid: make the whole initialization atomic with...
2014-04-02 Michael Adamautorid: initialize: fix typo in and further improve...
2014-04-02 Michael Adamautorid: initialize: use the split db_open and init_hwm...
2014-04-02 Michael Adamautorid: initialize: open the autorid db as late as...
2014-04-02 Michael Adamautorid: initialize: link config to commonconfig as...
2014-04-02 Michael Adamautorid: initialize: link commonconfig to dom as soon...
2014-04-02 Michael Adamautorid: initialize: store config directly before alloc...
2014-04-02 Christof SchmittRename module init functions from samba_init_module
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-07 Abhidnya Joshiidmap_autorid: fix failure in reverse lookup if ID...
2013-10-01 Atul Kulkarniidmap_autorid: remove autorid_global_config member...
2013-10-01 Atul Kulkarniidmap_autorid: move the checks from idmap_autorid_initi...
2013-10-01 Michael Adamidmap_autorid: change idmap_autorid_loadconfig() to...
2013-10-01 Atul Kulkarniidmap_autorid: extract common code to separate file
2013-10-01 Michael Adamidmap_autorid: remove the ignore_builtin bool from...
2013-10-01 Atul Kulkarniidmap_autorid: add path, and db parameters to idmap_aut...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-07-08 Volker Lendeckes3:idmap_autorid: Add a NULL check in idmap_autorid_pre...
2013-07-08 Volker Lendeckes3:idmap_autorid: Don't zero in idmap_autorid_prealloca...
2013-07-08 Volker Lendeckes3:idmap_autorid: Use ARRAY_SIZE where appropriate
2013-05-06 Michael Adams3:idmap:autorid: add a comment block explaining the...
2013-05-06 Michael Adams3:idmap:autorid: simplify the id->sid calculation
2013-05-06 Michael Adams3:idmap:autorid: calculate the range's low_id in idmap...
2013-05-06 Michael Adams3:idmap:autorid: make calculation in idmap_autorid_sid...
2013-05-06 Michael Adams3:idmap:autorid: rename range.multiplier to domain_ran...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_range_config.sid to...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_domain_config -->...
2013-05-06 Michael Adams3:idmap:autorid: rename domainnum to rangenum
2013-05-06 Abhidnya Joshis3:winbindd/autorid multiple range support
2013-02-13 Michael Adams3:idmap_autorid: fix freeing of non-talloced memory...
2013-01-02 Andreas Schneiders3-idmap: Check return value of string_to_sid().
2012-12-03 Michael Adams3:idmap_autorid: force mapping type to ID_TYPE_BOTH...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-05-08 Christian Ambachs3:winbindd:autorid check that transaction start did...
2012-05-08 Christian Ambachs3:winbindd/autorid add ignore builtin parameter
2012-05-08 Christian Ambachs3:winbindd/autorid add support for read-only mode
2012-05-08 Christian Ambachs3:winbindd/autorid preallocate well-known SIDs
2012-05-01 Christian Ambachs3:winbindd/autorid use idmap_tdb_common code in autorid
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-12-16 Christian Ambachs3:idmap_autorid: use less transactions
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
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...
next