summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd:idmap_autorid remove a stray commentChristian Ambach2017-05-031-3/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* idmap_autorid: Use idmap_config_intVolker Lendecke2017-03-201-2/+1
* idmap_autorid: Use idmap_config_boolVolker Lendecke2017-03-201-2/+1
* idmap_autorid: allocate new domain range if the callers knows the sid is validStefan Metzmacher2017-03-081-0/+13
* idmap_autorid: Add the error string in a debugVolker Lendecke2016-12-271-2/+3
* idmap_autorid: Use acquire_range directlyVolker Lendecke2016-12-161-1/+1
* idmap_autorid: Fix checks for valid domains to allocate ranges forVolker Lendecke2016-12-161-17/+61
* idmap_autorid: Add ntstatus to a debug messageVolker Lendecke2016-12-161-2/+3
* idmap_autorid: Only look at the tdc cache when allocating rangesVolker Lendecke2016-12-161-0/+7
* idmap_autorid: Do a readonly attempt before looking at the tdc cacheVolker Lendecke2016-12-161-4/+12
* idmap_autorid: idmap_autorid_sid_to_id_rid only uses rangesize from "global"Volker Lendecke2016-12-161-3/+4
* idmap_autorid: idmap_autorid_sid_to_id_rid only uses low_id from "range"Volker Lendecke2016-12-161-3/+3
* idmap_autorid: Tighten idmap_autorid_id_to_sid a bitVolker Lendecke2016-12-161-9/+23
* idmap_autorid: Fix a commentVolker Lendecke2016-12-161-1/+1
* idmap_autorid: Protect against dsize==0Volker Lendecke2016-12-161-1/+1
* idmap_autorid: Slightly simplify idmap_autorid_unixids_to_sidsVolker Lendecke2016-12-161-1/+2
* idmap_autorid: dom_sid_parse_endp always initializes "endp" when okVolker Lendecke2016-12-061-1/+1
* idmap_autorid: Add a {} pair in an if-statementVolker Lendecke2016-12-061-1/+2
* idmap_autorid: Protect against corrupt databasesVolker Lendecke2016-03-071-0/+7
* idmap_autorid: Fix a use-after-freeVolker Lendecke2016-03-071-1/+4
* s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher2015-08-201-0/+1
* idmap_autorid: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-1/+9
* autorid: Add allocation from above in alloc range for well known sidsMichael Adam2014-04-251-0/+86
* autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-22/+26
* autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam2014-04-251-1/+4
* autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-4/+5
* autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam2014-04-251-2/+14
* autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam2014-04-251-95/+76
* autorid: make the checks for bumping num_mapped identical for alloc and rid caseMichael Adam2014-04-251-2/+2
* autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().Michael Adam2014-04-251-1/+1
* autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...Michael Adam2014-04-251-3/+5
* autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()Michael Adam2014-04-251-2/+3
* autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-5/+5
* autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()Michael Adam2014-04-251-3/+3
* autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...Michael Adam2014-04-251-6/+17
* autorid: improve a debug message in idmap_autorid_map_sid_to_id()Michael Adam2014-04-251-2/+2
* autorid: remove a legacy comment from sid_to_idMichael Adam2014-04-251-5/+0
* autorid: use the db argument in the initialize traverse action.Michael Adam2014-04-031-2/+2
* autorid: make the whole initialization atomic with one transaction.Michael Adam2014-04-031-10/+38
* autorid: initialize: fix typo in and further improve a debug message.Michael Adam2014-04-031-2/+2
* autorid: initialize: use the split db_open and init_hwms function instead of ...Michael Adam2014-04-031-1/+6
* autorid: initialize: open the autorid db as late as possible.Michael Adam2014-04-031-8/+9
* autorid: initialize: link config to commonconfig as soon as it is allocated.Michael Adam2014-04-031-1/+1
* autorid: initialize: link commonconfig to dom as soon as it is allocatedMichael Adam2014-04-031-2/+1
* autorid: initialize: store config directly before allocating well knowns.Michael Adam2014-04-031-7/+6
* Rename module init functions from samba_init_moduleChristof Schmitt2014-04-021-1/+1
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2013-11-071-1/+1
* idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni2013-10-021-11/+0
* idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2013-10-021-54/+0