summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam2008-04-131-2/+2
* net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam2008-04-131-2/+9
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-133-2/+101
* libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam2008-04-131-2/+2
* libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam2008-04-131-0/+3
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-134-7/+5
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-134-6/+6
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-134-2/+25
* libnetapi: Add NetQueryDisplayInformation header.Günther Deschner2008-04-131-0/+8
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-132-1/+105
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-131-1/+295
* libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner2008-04-131-6/+2
* libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner2008-04-133-0/+82
* Re-run make idl.Günther Deschner2008-04-133-1/+222
* libnetapi: Add IDL for NetQueryDisplayInformation.Günther Deschner2008-04-131-0/+35
* Fix the build of eventlogadm.Günther Deschner2008-04-131-1/+1
* gpo: add scripts plugin.Günther Deschner2008-04-133-0/+448
* libnetapi: don't to try to free NULL struct.Günther Deschner2008-04-131-0/+4
* gpo: make integer debug print more readable.Günther Deschner2008-04-131-2/+4
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-131-1/+7
* net registry: remove superfluous regdb_close().Michael Adam2008-04-131-2/+0
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-132-2/+2
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-132-6/+3
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-132-7/+4
* registry: refactor common part of registry initialization out.Michael Adam2008-04-133-25/+15
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-133-8/+9
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-133-6/+10
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-131-18/+32
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-133-10/+10
* registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam2008-04-131-8/+9
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-134-9/+26
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-131-1/+1
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-133-20/+43
* registry: unify debug output in the registry init functions.Michael Adam2008-04-133-9/+9
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-134-23/+19
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-132-5/+11
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-131-0/+6
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-131-4/+4
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-131-1/+4
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-131-29/+23
* registry: adapt copied function header comments.Michael Adam2008-04-131-2/+2
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-137-47/+44
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-131-0/+5
* libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-1/+1
* dbwrap_tdb2: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-3/+3
* Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.Günther Deschner2008-04-122-0/+6
* Move some WERRORs down to the NERR_BASE block.Günther Deschner2008-04-121-16/+11
* groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher2008-04-121-1/+1
* groupdb: readd groupdb:backend parametric optionStefan Metzmacher2008-04-121-2/+20