summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* idmap_autorid: add a comment explaining idmap_autorid_db_init()Michael Adam2013-10-021-0/+6
* idmap_autorid: add a comment explaining idmap_autorid_init_hwm()Michael Adam2013-10-021-0/+4
* idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()Michael Adam2013-10-021-0/+7
* idmap_autorid: Don't use db as a temporary talloc context.Michael Adam2013-10-021-1/+1
* idmap_autorid: improve two debug messages by printing NT error codesMichael Adam2013-10-021-3/+3
* idmap_autorid: fix a debug message in idmap_autorid_addrange()Michael Adam2013-10-021-2/+2
* idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...Michael Adam2013-10-021-1/+7
* idmap_autorid: add new function idmap_autorid_setrange()Michael Adam2013-10-022-0/+26
* idmap_autorid: factor out domain range adding code into a separate functionMichael Adam2013-10-021-23/+117
* idmap_autorid: add idmap_autorid_getrange()Michael Adam2013-10-022-0/+41
* idmap_autorid: improve a debug message in idmap_autorid_getrange_int()Michael Adam2013-10-021-1/+2
* idmap_autorid: factor out domain range fetching part from idmap_autorid_get_d...Atul Kulkarni2013-10-021-20/+38
* idmap_autorid: Use fstr_sprintf in idmap_autorid_build_keystr()Volker Lendecke2013-10-021-2/+2
* idmap_autorid: factor building of the keystr into a functionMichael Adam2013-10-021-12/+20
* idmap_autorid: remove fstring keystr from autorid_range_configAtul Kulkarni2013-10-022-8/+16
* idmap_autorid: remove autorid_global_config member from autorid_range_configAtul Kulkarni2013-10-023-15/+17
* idmap_autorid: improve idmap_autorid_saveconfig() by adding a talloc stackframeMichael Adam2013-10-021-9/+8
* idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2013-10-022-56/+61
* idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam2013-10-013-10/+24
* idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...Michael Adam2013-10-012-11/+32
* idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...Michael Adam2013-10-011-3/+3
* idmap_autorid: refactor idmap_autorid_loadconfig to use idmap_config_getconfi...Michael Adam2013-10-011-6/+3
* idmap_autorid_tdb: add idmap_autorid_getconfigstr()Michael Adam2013-10-012-0/+60
* idmap_autorid: extract common code to separate fileAtul Kulkarni2013-10-014-278/+354
* idmap_autorid: remove the ignore_builtin bool from the global_config structMichael Adam2013-10-011-4/+5
* idmap_autorid: add path, and db parameters to idmap_autorid_db_init()Atul Kulkarni2013-10-011-12/+14
* idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()Michael Adam2013-10-011-7/+7
* idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()Michael Adam2013-10-011-4/+4
* idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()Michael Adam2013-10-011-3/+4
* idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()Michael Adam2013-10-011-5/+7
* Stop use after freeAlistair Leslie-Hughes2013-09-271-1/+5
* build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam2013-09-251-2/+1
* build: get rid of vars=locals() in source3/modules/wscript_buildMichael Adam2013-09-241-2/+1
* build: get rid of source variables and vars=locals() in source3/rpc_server/ws...Michael Adam2013-09-241-68/+52
* build: get rid of source strings from source3/passdb/wscript_buildMichael Adam2013-09-241-9/+4
* build: get rid of source variables and vars=locals() in source3/libgpo/gpext/...Michael Adam2013-09-241-12/+5
* build: get rid of vars=locals() in source3/auth/wscript_buildMichael Adam2013-09-241-4/+2
* build: get rid of source-variables in source3/auth/wscript_buildMichael Adam2013-09-241-20/+11
* build: get rid of source file variables in source3/modules/wscript_buildMichael Adam2013-09-241-116/+59
* libsmbconf:registry: add "state directory" to the list of forbidden parametersMichael Adam2013-09-241-0/+1
* selftest: include "state directory" in invalid parameters in registry roundtr...Michael Adam2013-09-241-0/+1
* selftest: add "state directory" to the forbidden parameters test in net confMichael Adam2013-09-241-1/+2
* selftest: add regression test for setting invalid parameters in registry conf...Michael Adam2013-09-241-0/+49
* selftest: update SED_INVALID_PARAMS in the registry.roundtrip testMichael Adam2013-09-241-12/+6
* selftest: remove unused variables (copy'n'paste...) from test_net_conf.shMichael Adam2013-09-241-19/+0
* s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".Michael Adam2013-09-241-0/+5
* s3:net: check for GLOBAL_NAME net_conf_param_valid()Michael Adam2013-09-241-1/+1
* s3:net rpc conf: factor validation of parameter out for re-use.Michael Adam2013-09-244-36/+105
* s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm.Michael Adam2013-09-241-2/+2
* s3:net rpc conf: setparm: introduce variables service_name, param_name, valst...Michael Adam2013-09-241-20/+29