summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-02idmap_autorid: Don't use db as a temporary talloc context.Michael Adam1-1/+1
2013-10-02idmap_autorid: improve two debug messages by printing NT error codesMichael Adam1-3/+3
2013-10-02idmap_autorid: fix a debug message in idmap_autorid_addrange()Michael Adam1-2/+2
2013-10-02idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...Michael Adam1-1/+7
2013-10-02idmap_autorid: add new function idmap_autorid_setrange()Michael Adam2-0/+26
2013-10-02idmap_autorid: factor out domain range adding code into a separate functionMichael Adam1-23/+117
2013-10-02idmap_autorid: add idmap_autorid_getrange()Michael Adam2-0/+41
2013-10-02idmap_autorid: improve a debug message in idmap_autorid_getrange_int()Michael Adam1-1/+2
2013-10-02idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...Atul Kulkarni1-20/+38
2013-10-02idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()Volker Lendecke1-2/+2
2013-10-02idmap_autorid: factor building of the keystr into a functionMichael Adam1-12/+20
2013-10-02idmap_autorid: remove fstring keystr from autorid_range_configAtul Kulkarni2-8/+16
2013-10-02idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni3-15/+17
2013-10-02idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframeMichael Adam1-9/+8
2013-10-02idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2-56/+61
2013-10-01idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam3-10/+24
2013-10-01idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...Michael Adam2-11/+32
2013-10-01idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...Michael Adam1-3/+3
2013-10-01idmap_autorid: refactor idmap_autorid_loadconfig to use idmap_config_getconfi...Michael Adam1-6/+3
2013-10-01idmap_autorid_tdb: add idmap_autorid_getconfigstr()Michael Adam2-0/+60
2013-10-01idmap_autorid: extract common code to separate fileAtul Kulkarni4-278/+354
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-09-27Stop use after freeAlistair Leslie-Hughes1-1/+5
2013-09-26dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLsAndrew Bartlett1-1/+1
2013-09-26s4-openldap: Restored openldap-related options to the provision scriptNadezhda Ivanova4-18/+54
2013-09-25build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam1-2/+1
2013-09-24build: get rid of vars=locals() in source3/modules/wscript_buildMichael Adam1-2/+1
2013-09-24build: get rid of source variables and vars=locals() in source3/rpc_server/ws...Michael Adam1-68/+52
2013-09-24build: get rid of source strings from source3/passdb/wscript_buildMichael Adam1-9/+4
2013-09-24build: get rid of source variables and vars=locals() in source3/libgpo/gpext/...Michael Adam1-12/+5
2013-09-24build: get rid of vars=locals() in source3/auth/wscript_buildMichael Adam1-4/+2
2013-09-24build: get rid of source-variables in source3/auth/wscript_buildMichael Adam1-20/+11
2013-09-24build: get rid of source file variables in source3/modules/wscript_buildMichael Adam1-116/+59
2013-09-24dbcheck: Add back the elements that were wrongly removed from CN=Deleted ObjectsAndrew Bartlett1-0/+66
2013-09-24pydsdb: Raise a more useful exception when dsdb_wellknown_dn fails.Andrew Bartlett1-0/+5
2013-09-24pydsdb: Give KeyError when we fail a schema lookup in pythonAndrew Bartlett1-8/+8
2013-09-24dbcheck: Ensure to always increase the error_countAndrew Bartlett1-0/+1
2013-09-24libsmbconf:registry: add "state directory" to the list of forbidden parametersMichael Adam1-0/+1
2013-09-24selftest: include "state directory" in invalid parameters in registry roundtr...Michael Adam1-0/+1
2013-09-24selftest: add "state directory" to the forbidden parameters test in net confMichael Adam1-1/+2
2013-09-24selftest: add regression test for setting invalid parameters in registry conf...Michael Adam1-0/+49
2013-09-24selftest: update SED_INVALID_PARAMS in the registry.roundtrip testMichael Adam1-12/+6
2013-09-24selftest: remove unused variables (copy'n'paste...) from test_net_conf.shMichael Adam1-19/+0
2013-09-24s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam1-0/+5
2013-09-24s3:net: check for GLOBAL_NAME net_conf_param_valid()Michael Adam1-1/+1