summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-06-20s3:idmap_autorid: remove redundant codeMichael Adam1-4/+0
2011-06-20s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam1-2/+4
2011-06-20s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam1-1/+1
2011-06-20s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+7
2011-06-11Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...Michael Adam1-6/+5
2011-06-11Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...Michael Adam1-9/+1
2011-06-11Revert "s3:idmap_autorid: fail initialization if the domain is not "*""Michael Adam1-9/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-06-07s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+8
2011-06-07s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam1-1/+9
2011-06-07s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam1-5/+6
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-2/+1
2011-03-18s3:autorid make sure we set the mapping status correct on early exitChristian Ambach1-0/+1
2011-03-18idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke1-8/+3
2011-03-18idmap-autorid: Slightly simplify idmap_autorid_get_domainrangeVolker Lendecke1-2/+1
2011-03-18idmap-autorid: Remove an unused variableVolker Lendecke1-11/+0
2011-03-18idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sidVolker Lendecke1-5/+6
2011-03-18idmap-autorid: Remove an else branchVolker Lendecke1-10/+11
2011-03-18idmap-autorid: Remove an unused variableVolker Lendecke1-11/+0
2011-03-18idmap-autorid: Remove an unused parameterVolker Lendecke1-3/+2
2011-03-18idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixidsVolker Lendecke1-8/+12
2011-03-18idmap-autorid: Not necessary to talloc domaincfgVolker Lendecke1-14/+8