Age | Commit message (Expand) | Author | Files | Lines |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -1/+1 |
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 1 | -0/+1 |
2011-06-20 | s3:idmap_autorid: remove redundant code | Michael Adam | 1 | -4/+0 |
2011-06-20 | s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t... | Michael Adam | 1 | -2/+4 |
2011-06-20 | s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang... | Michael Adam | 1 | -1/+1 |
2011-06-20 | s3:idmap_autorid: fail initialization if the domain is not "*" | Michael Adam | 1 | -0/+7 |
2011-06-11 | Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali... | Michael Adam | 1 | -6/+5 |
2011-06-11 | Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ... | Michael Adam | 1 | -9/+1 |
2011-06-11 | Revert "s3:idmap_autorid: fail initialization if the domain is not "*"" | Michael Adam | 1 | -9/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -2/+2 |
2011-06-07 | s3:idmap_autorid: fail initialization if the domain is not "*" | Michael Adam | 1 | -0/+8 |
2011-06-07 | s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid... | Michael Adam | 1 | -1/+9 |
2011-06-07 | s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize() | Michael Adam | 1 | -5/+6 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-22 | s3:idmap: remove the params argument from the init function | Michael Adam | 1 | -2/+1 |
2011-03-18 | s3:autorid make sure we set the mapping status correct on early exit | Christian Ambach | 1 | -0/+1 |
2011-03-18 | idmap-autorid: Slightly simplify idmap_autorid_get_domainrange | Volker Lendecke | 1 | -8/+3 |
2011-03-18 | idmap-autorid: Slightly simplify idmap_autorid_get_domainrange | Volker Lendecke | 1 | -2/+1 |
2011-03-18 | idmap-autorid: Remove an unused variable | Volker Lendecke | 1 | -11/+0 |
2011-03-18 | idmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sid | Volker Lendecke | 1 | -5/+6 |
2011-03-18 | idmap-autorid: Remove an else branch | Volker Lendecke | 1 | -10/+11 |
2011-03-18 | idmap-autorid: Remove an unused variable | Volker Lendecke | 1 | -11/+0 |
2011-03-18 | idmap-autorid: Remove an unused parameter | Volker Lendecke | 1 | -3/+2 |
2011-03-18 | idmap-autorid: Use talloc_tos() in idmap_autorid_sids_to_unixids | Volker Lendecke | 1 | -8/+12 |
2011-03-18 | idmap-autorid: Not necessary to talloc domaincfg | Volker Lendecke | 1 | -14/+8 |
2011-03-18 | idmap-autorid: Not necessary to talloc domainsid | Volker Lendecke | 1 | -9/+8 |
2011-03-06 | s3: Remove close_fn from idmap_methods | Volker Lendecke | 1 | -7/+0 |
2011-02-23 | s3: Fix 64-bit errors | Volker Lendecke | 1 | -4/+8 |
2011-02-23 | s3: Fix an uninitialized variable use | Volker Lendecke | 1 | -1/+2 |
2011-02-23 | s3:idmap:autorid prevent fatal configuration changes | Christian Ambach | 1 | -2/+112 |
2010-11-08 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 |
2010-11-08 | s3:idmap: add a new ID mapping module autorid | Christian Ambach | 1 | -0/+471 |