summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-142-20/+68
* net: abort when lp_realm is not set in net_ads_leave().Günther Deschner2008-04-141-0/+5
* libnetjoin: delete the workgroup name when requested while unjoining.Günther Deschner2008-04-141-0/+4
* libnetjoin: separate out libnet_join_lookup_dc_rpc.Günther Deschner2008-04-141-37/+86
* libgpo: fix build warning.Günther Deschner2008-04-141-2/+3
* net: exit early in net_ads_join() if the domain is not set.Günther Deschner2008-04-141-0/+6
* libnetjoin: Fix unjoining when no KRB5CCNAME is around.Günther Deschner2008-04-141-0/+16
* net: use WERROR for check_ads_config().Günther Deschner2008-04-141-9/+7
* doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2008-04-142-0/+4
* net: the success of secrets_init is checked by libnetjoin now.Günther Deschner2008-04-141-6/+0
* WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner2008-04-141-0/+1
* libnetjoin: Remove machine account if we failed to set password.Günther Deschner2008-04-141-0/+4
* Remove two pointless else branchesVolker Lendecke2008-04-141-7/+5
* Remove namedpipe_transact fn pointer from smb_np_structVolker Lendecke2008-04-141-11/+0
* Enable multiple fd events on a single file descriptorVolker Lendecke2008-04-141-1/+1
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-142-20/+21
* Make use of ZERO_STRUCT instead of memset in namequery.cVolker Lendecke2008-04-141-1/+1
* Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke2008-04-141-0/+2
* libnetjoin: Fix joining when no KRB5CCNAME is around.Günther Deschner2008-04-141-0/+15
* Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy2008-04-141-1/+1
* 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