summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10idmap_autorid: fix ID_REQUIRE_TYPE for more than one SID for an unknown domainStefan Metzmacher1-3/+12
2022-02-16s3:winbindd: Add a sanity check for the rangeAndreas Schneider1-3/+4
2020-10-23winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher1-3/+3
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-01-08winbind: Fix a typoVolker Lendecke1-1/+1
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-8/+14
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2018-03-01s3:winbindd: Add FALL_THROUGH statements in idmap_autorid.cAndreas Schneider1-1/+1
2017-05-03s3:winbindd:idmap_autorid remove a stray commentChristian Ambach1-3/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-20idmap_autorid: Use idmap_config_intVolker Lendecke1-2/+1
2017-03-20idmap_autorid: Use idmap_config_boolVolker Lendecke1-2/+1
2017-03-08idmap_autorid: allocate new domain range if the callers knows the sid is validStefan Metzmacher1-0/+13
2016-12-27idmap_autorid: Add the error string in a debugVolker Lendecke1-2/+3
2016-12-16idmap_autorid: Use acquire_range directlyVolker Lendecke1-1/+1
2016-12-16idmap_autorid: Fix checks for valid domains to allocate ranges forVolker Lendecke1-17/+61
2016-12-16idmap_autorid: Add ntstatus to a debug messageVolker Lendecke1-2/+3
2016-12-16idmap_autorid: Only look at the tdc cache when allocating rangesVolker Lendecke1-0/+7
2016-12-16idmap_autorid: Do a readonly attempt before looking at the tdc cacheVolker Lendecke1-4/+12
2016-12-16idmap_autorid: idmap_autorid_sid_to_id_rid only uses rangesize from "global"Volker Lendecke1-3/+4
2016-12-16idmap_autorid: idmap_autorid_sid_to_id_rid only uses low_id from "range"Volker Lendecke1-3/+3
2016-12-16idmap_autorid: Tighten idmap_autorid_id_to_sid a bitVolker Lendecke1-9/+23
2016-12-16idmap_autorid: Fix a commentVolker Lendecke1-1/+1
2016-12-16idmap_autorid: Protect against dsize==0Volker Lendecke1-1/+1
2016-12-16idmap_autorid: Slightly simplify idmap_autorid_unixids_to_sidsVolker Lendecke1-1/+2
2016-12-06idmap_autorid: dom_sid_parse_endp always initializes "endp" when okVolker Lendecke1-1/+1
2016-12-06idmap_autorid: Add a {} pair in an if-statementVolker Lendecke1-1/+2
2016-03-07idmap_autorid: Protect against corrupt databasesVolker Lendecke1-0/+7
2016-03-07idmap_autorid: Fix a use-after-freeVolker Lendecke1-1/+4
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher1-0/+1
2014-11-03idmap_autorid: don't leak state_path onto talloc tosDavid Disseldorp1-1/+9
2014-04-25autorid: Add allocation from above in alloc range for well known sidsMichael Adam1-0/+86
2014-04-25autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam1-22/+26
2014-04-25autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam1-1/+4
2014-04-25autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam1-4/+5
2014-04-25autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam1-2/+14
2014-04-25autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam1-95/+76
2014-04-25autorid: make the checks for bumping num_mapped identical for alloc and rid caseMichael Adam1-2/+2
2014-04-25autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().Michael Adam1-1/+1
2014-04-25autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...Michael Adam1-3/+5
2014-04-25autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()Michael Adam1-2/+3
2014-04-25autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()Michael Adam1-5/+5
2014-04-25autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()Michael Adam1-3/+3
2014-04-25autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...Michael Adam1-6/+17
2014-04-25autorid: improve a debug message in idmap_autorid_map_sid_to_id()Michael Adam1-2/+2
2014-04-25autorid: remove a legacy comment from sid_to_idMichael Adam1-5/+0
2014-04-03autorid: use the db argument in the initialize traverse action.Michael Adam1-2/+2
2014-04-03autorid: make the whole initialization atomic with one transaction.Michael Adam1-10/+38
2014-04-03autorid: initialize: fix typo in and further improve a debug message.Michael Adam1-2/+2