summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam2013-10-011-1/+8
* idmap_autorid: extract common code to separate fileAtul Kulkarni2013-10-011-277/+1
* idmap_autorid: remove the ignore_builtin bool from the global_config structMichael Adam2013-10-011-4/+5
* idmap_autorid: add path, and db parameters to idmap_autorid_db_init()Atul Kulkarni2013-10-011-12/+14
* idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()Michael Adam2013-10-011-7/+7
* idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()Michael Adam2013-10-011-4/+4
* idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()Michael Adam2013-10-011-3/+4
* idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()Michael Adam2013-10-011-5/+7
* s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-0/+4
* s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-1/+1
* s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke2013-07-081-1/+1
* s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam2013-05-061-0/+51
* s3:idmap:autorid: simplify the id->sid calculationMichael Adam2013-05-061-7/+13
* s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam2013-05-061-8/+9
* s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam2013-05-061-3/+6
* s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam2013-05-061-15/+17
* s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam2013-05-061-12/+12
* s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam2013-05-061-37/+37
* s3:idmap:autorid: rename domainnum to rangenumMichael Adam2013-05-061-12/+13
* s3:winbindd/autorid multiple range supportAbhidnya Joshi2013-05-061-19/+36
* s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam2013-02-131-1/+1
* s3-idmap: Check return value of string_to_sid().Andreas Schneider2013-01-021-1/+6
* s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+3
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-5/+6
* s3:winbindd:autorid check that transaction start did workChristian Ambach2012-05-091-1/+5
* s3:winbindd/autorid add ignore builtin parameterChristian Ambach2012-05-081-0/+13
* s3:winbindd/autorid add support for read-only modeChristian Ambach2012-05-081-6/+38
* s3:winbindd/autorid preallocate well-known SIDsChristian Ambach2012-05-081-0/+42
* s3:winbindd/autorid use idmap_tdb_common code in autoridChristian Ambach2012-05-011-86/+227
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:idmap_autorid: use less transactionsChristian Ambach2011-12-161-55/+76
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* s3:idmap_autorid: add an allocation range to autoridChristian Ambach2011-10-211-1/+96
* s3:idmap_autorid: move HWM initialization into a functionChristian Ambach2011-10-211-17/+27