summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-02idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni1-11/+0
2013-10-02idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni1-54/+0
2013-10-01idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam1-1/+8
2013-10-01idmap_autorid: extract common code to separate fileAtul Kulkarni1-277/+1
2013-10-01idmap_autorid: remove the ignore_builtin bool from the global_config structMichael Adam1-4/+5
2013-10-01idmap_autorid: add path, and db parameters to idmap_autorid_db_init()Atul Kulkarni1-12/+14
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()Michael Adam1-7/+7
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()Michael Adam1-4/+4
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()Michael Adam1-3/+4
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()Michael Adam1-5/+7
2013-07-08s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke1-0/+4
2013-07-08s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke1-1/+1
2013-07-08s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke1-1/+1
2013-05-06s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam1-0/+51
2013-05-06s3:idmap:autorid: simplify the id->sid calculationMichael Adam1-7/+13
2013-05-06s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam1-8/+9
2013-05-06s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam1-3/+6
2013-05-06s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam1-15/+17
2013-05-06s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam1-12/+12
2013-05-06s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam1-37/+37
2013-05-06s3:idmap:autorid: rename domainnum to rangenumMichael Adam1-12/+13
2013-05-06s3:winbindd/autorid multiple range supportAbhidnya Joshi1-19/+36
2013-02-13s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam1-1/+1
2013-01-02s3-idmap: Check return value of string_to_sid().Andreas Schneider1-1/+6
2012-12-03s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam1-0/+3
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-5/+6
2012-05-09s3:winbindd:autorid check that transaction start did workChristian Ambach1-1/+5
2012-05-08s3:winbindd/autorid add ignore builtin parameterChristian Ambach1-0/+13
2012-05-08s3:winbindd/autorid add support for read-only modeChristian Ambach1-6/+38
2012-05-08s3:winbindd/autorid preallocate well-known SIDsChristian Ambach1-0/+42
2012-05-01s3:winbindd/autorid use idmap_tdb_common code in autoridChristian Ambach1-86/+227
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-16s3:idmap_autorid: use less transactionsChristian Ambach1-55/+76
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-21s3:idmap_autorid: add an allocation range to autoridChristian Ambach1-1/+96
2011-10-21s3:idmap_autorid: move HWM initialization into a functionChristian Ambach1-17/+27
2011-10-21s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach1-14/+14
2011-10-21s3:winbindd/idmap make idmap modules loadable againChristian Ambach1-1/+1
2011-10-21Revert "s3:idmap/autorid add a small alloc pool to autorid"Christian Ambach1-61/+0
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-7/+12
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-4/+17
2011-10-11s3:idmap_autorid: make a debug message more preciseMichael Adam1-1/+1
2011-10-11s3:idmap_autorid: untangle function from check and log status in idmap_autori...Michael Adam1-6/+7
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-4/+6
2011-09-07s3:idmap/autorid add a small alloc pool to autoridChristian Ambach1-0/+52
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1