summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-02-19configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2-306/+317
2008-02-19build: change selftest_prefix from ./ to ./st .Michael Adam2-4/+4
2008-02-19configure: move debug check to developer checkMichael Adam1-9/+9
2008-02-19configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam1-0/+2
2008-02-19configure: add default for developer and krb5developerMichael Adam1-0/+2
2008-02-19configure: move more developer/test related checks up before the compiler che...Michael Adam1-46/+46
2008-02-19Move the --enable-debug check up above all compiler checks.Michael Adam1-9/+9
2008-02-19configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam1-1/+7
2008-02-19configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam1-15/+15
2008-02-19Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam1-3/+3
2008-02-19configure.in: move definition of build dir up.Michael Adam1-3/+3
2008-02-19Remove unused m4 macro files.Michael Adam7-422/+0
2008-02-19Update position information also for AIOVolker Lendecke1-0/+5
2008-02-19Inform level II oplock holders when we write using AIOVolker Lendecke1-0/+2
2008-02-19Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-2/+2
2008-02-19Makefile.in: Rework registry-related object collections.Michael Adam1-45/+40
2008-02-19Use linbet_conf code in loadparm's registry handling.Michael Adam2-245/+74
2008-02-19Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam1-1/+4
2008-02-19Add a function libnet_conf_get_seqnum() to the libnet_conf API.Michael Adam1-0/+13
2008-02-19Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner2-52/+0
2008-02-19Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2-26/+6
2008-02-19Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner2-56/+0
2008-02-19Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2-27/+6
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner3-84/+0
2008-02-19Use rpccli_svcctl_QueryServiceStatus() in net.Günther Deschner1-4/+12
2008-02-19Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2-26/+6
2008-02-19Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner3-91/+0
2008-02-19Use rpccli_svcctl_ControlService() in net.Günther Deschner1-3/+6
2008-02-19Use pidl for _svcctl_ControlService().Günther Deschner2-28/+10
2008-02-19Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner3-85/+0
2008-02-19Use rpccli_svcctl_StartServiceW() in net.Günther Deschner1-2/+7
2008-02-19Use pidl for _svcctl_StartServiceW().Günther Deschner2-25/+5
2008-02-19Fix some uninitialized data in new netlogon client.Günther Deschner1-0/+9
2008-02-19wGünther Deschner1-62/+0
2008-02-19Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.Günther Deschner4-896/+1
2008-02-19Yippie! LSARPC server-side migration to pidl finished.Günther Deschner4-467/+4
2008-02-19Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.Günther Deschner3-177/+136
2008-02-18Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam1-1/+1
2008-02-18Remove (now) unused function make_default_reg_sd().Michael Adam1-48/+0
2008-02-18Grab secdesc for key from registry for reg_savekey()Michael Adam1-10/+9
2008-02-18Add NT Authority\System as group sid to default registry key security descrip...Michael Adam1-1/+2
2008-02-18Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam1-11/+12
2008-02-18Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam1-8/+17
2008-02-18Use BUILTIN\administrators as owner of the default registry key security desc...Michael Adam1-1/+1
2008-02-18Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.Michael Adam1-14/+14
2008-02-18Add a check for success of fetch_reg_values().Michael Adam1-1/+5
2008-02-18Fix a comment typo.Michael Adam1-1/+1
2008-02-18Create missing link for libnetapi.so.0Michael Adam1-0/+1
2008-02-18Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4Günther Deschner3-795/+0
2008-02-18Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.Günther Deschner2-147/+77