summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_autorid.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-18idmap-autorid: Not necessary to talloc domainsidVolker Lendecke1-9/+8
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-7/+0
2011-02-23s3: Fix 64-bit errorsVolker Lendecke1-4/+8
2011-02-23s3: Fix an uninitialized variable useVolker Lendecke1-1/+2
2011-02-23s3:idmap:autorid prevent fatal configuration changesChristian Ambach1-2/+112
2010-11-08s3: Fix an uninitialized variableVolker Lendecke1-0/+1
2010-11-08s3:idmap: add a new ID mapping module autoridChristian Ambach1-0/+471