summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_autorid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach2011-10-211-14/+14
* s3:winbindd/idmap make idmap modules loadable againChristian Ambach2011-10-211-1/+1
* Revert "s3:idmap/autorid add a small alloc pool to autorid"Christian Ambach2011-10-211-61/+0
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-7/+12
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-4/+17
* s3:idmap_autorid: make a debug message more preciseMichael Adam2011-10-111-1/+1
* s3:idmap_autorid: untangle function from check and log status in idmap_autori...Michael Adam2011-10-111-6/+7
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-4/+6
* s3:idmap/autorid add a small alloc pool to autoridChristian Ambach2011-09-071-0/+52
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:idmap_autorid: remove redundant codeMichael Adam2011-06-201-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-06-201-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-06-201-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-201-0/+7
* Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...Michael Adam2011-06-111-6/+5
* Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...Michael Adam2011-06-111-9/+1
* Revert "s3:idmap_autorid: fail initialization if the domain is not "*""Michael Adam2011-06-111-9/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-071-0/+8
* s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam2011-06-071-1/+9
* s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam2011-06-071-5/+6
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-2/+1
* s3:autorid make sure we set the mapping status correct on early exitChristian Ambach2011-03-181-0/+1
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-8/+3
* idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke2011-03-181-2/+1
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
* idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sidVolker Lendecke2011-03-181-5/+6
* idmap-autorid: Remove an else branchVolker Lendecke2011-03-181-10/+11
* idmap-autorid: Remove an unused variableVolker Lendecke2011-03-181-11/+0
* idmap-autorid: Remove an unused parameterVolker Lendecke2011-03-181-3/+2
* idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixidsVolker Lendecke2011-03-181-8/+12
* idmap-autorid: Not necessary to talloc domaincfgVolker Lendecke2011-03-181-14/+8