summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-192-2/+15
| | | | | | | | | | | | (cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6)
| | * r26470: Update README.Jelmer Vernooij2008-02-191-0/+2
| | | | | | | | | | | | (cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908)
| | * r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-193-17/+19
| | | | | | | | | | | | (cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
| | * r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-192-22/+31
| | | | | | | | | | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737)
| | * r26467: Use getifaddrs() for interface enumeration and provide replacements ↵Jelmer Vernooij2008-02-194-0/+511
| | | | | | | | | | | | | | | | | | for platforms that don't have it in lib/replace. (lib/replace part of 9b4924fbd8619033c55b4c6e2589da247332e7db - Michael)
| | * configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2008-02-192-306/+317
| | | | | | | | | | | | | | | | | | This is inspired by metze's check_path.m4 of Samba4. Michael
| | * build: change selftest_prefix from ./ to ./st .Michael Adam2008-02-192-4/+4
| | | | | | | | | | | | | | | | | | It was used as ${selftest_prefix}/st anyways... Michael
| | * configure: move debug check to developer checkMichael Adam2008-02-191-9/+9
| | | | | | | | | | | | | | | | | | ...thereby grouping test checks and debug/developer checks together, respectively. Michael
| | * configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam2008-02-191-0/+2
| | | | | | | | | | | | Michael
| | * configure: add default for developer and krb5developerMichael Adam2008-02-191-0/+2
| | | | | | | | | | | | Michael
| | * configure: move more developer/test related checks up before the compiler ↵Michael Adam2008-02-191-46/+46
| | | | | | | | | | | | | | | | | | checks. Michael
| | * Move the --enable-debug check up above all compiler checks.Michael Adam2008-02-191-9/+9
| | | | | | | | | | | | Michael
| | * configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam2008-02-191-1/+7
| | | | | | | | | | | | Michael
| | * configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam2008-02-191-15/+15
| | | | | | | | | | | | Michael
| | * Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam2008-02-191-3/+3
| | | | | | | | | | | | | | | | | | | | | I have to investigate the effect of these and evaluate the need of their presence. For now establish more reasonable grouping. Michael
| | * configure.in: move definition of build dir up.Michael Adam2008-02-191-3/+3
| | | | | | | | | | | | Michael
| | * Remove unused m4 macro files.Michael Adam2008-02-197-422/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | These files were added in aa14900f8291a017aa7fab2bbb9a6c79b12889b2 (automatic dependency tracking) in SAMBA_3_2, which was removed from configure.in in the git glue commit 5c6c8e1fe93f340005110a7833946191659d88ab. But apparently, the files were not removed by accident. Michael
| | * Update position information also for AIOVolker Lendecke2008-02-191-0/+5
| | | | | | | | | | | | | | | | | | Necessary to survive RAW-SEEK with AIO enabled. Jeremy, please check!
| | * Inform level II oplock holders when we write using AIOVolker Lendecke2008-02-191-0/+2
| | | | | | | | | | | | Jeremy, please check!
| | * Change ldap search filter. This function is also used to search machine ↵Karolin Seeger2008-02-191-2/+2
| | | | | | | | | | | | | | | | | | accounts which may be located in a different ou. This is an extension to e71a48bb80cee85afcccacbce2884c0d600f4d72. Karolin
| | * Makefile.in: Rework registry-related object collections.Michael Adam2008-02-191-45/+40
| | | | | | | | | | | | | | | | | | Group and name objects more sanely. Michael
| | * Use linbet_conf code in loadparm's registry handling.Michael Adam2008-02-192-245/+74
| | | | | | | | | | | | | | | | | | | | | This replaces the original hand-written tdb code, now that the linking dependencies have been significantly reduced. Michael
| | * Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam2008-02-191-1/+4
| | | | | | | | | | | | | | | | | | I.e. increment the refcounter. Michael
| | * Add a function libnet_conf_get_seqnum() to the libnet_conf API.Michael Adam2008-02-191-0/+13
| | | | | | | | | | | | | | | | | | | | | This is to provide a change sequence number to users, so that they can use it to detect change in the config and trigger a reload. Michael
| | * Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner2008-02-192-52/+0
| | | | | | | | | | | | Guenther
| | * Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2008-02-192-26/+6
| | | | | | | | | | | | Guenther
| | * Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner2008-02-192-56/+0
| | | | | | | | | | | | Guenther
| | * Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2008-02-192-27/+6
| | | | | | | | | | | | Guenther
| | * Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner2008-02-193-84/+0
| | | | | | | | | | | | Guenther
| | * Use rpccli_svcctl_QueryServiceStatus() in net.Günther Deschner2008-02-191-4/+12
| | | | | | | | | | | | Guenther
| | * Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2008-02-192-26/+6
| | | | | | | | | | | | Guenther
| | * Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner2008-02-193-91/+0
| | | | | | | | | | | | Guenther
| | * Use rpccli_svcctl_ControlService() in net.Günther Deschner2008-02-191-3/+6
| | | | | | | | | | | | Guenther
| | * Use pidl for _svcctl_ControlService().Günther Deschner2008-02-192-28/+10
| | | | | | | | | | | | Guenther
| | * Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner2008-02-193-85/+0
| | | | | | | | | | | | Guenther
| | * Use rpccli_svcctl_StartServiceW() in net.Günther Deschner2008-02-191-2/+7
| | | | | | | | | | | | Guenther
| | * Use pidl for _svcctl_StartServiceW().Günther Deschner2008-02-192-25/+5
| | | | | | | | | | | | Guenther
| | * Fix some uninitialized data in new netlogon client.Günther Deschner2008-02-191-0/+9
| | | | | | | | | | | | Guenther
| | * wGünther Deschner2008-02-191-62/+0
| | |
| | * Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.Günther Deschner2008-02-194-896/+1
| | | | | | | | | | | | | | | | | | This also removes parse_lsa.c entirely. Guenther
| | * Yippie! LSARPC server-side migration to pidl finished.Günther Deschner2008-02-194-467/+4
| | | | | | | | | | | | Guenther
| | * Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.Günther Deschner2008-02-193-177/+136
| | | | | | | | | | | | Guenther
| | * Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam2008-02-181-1/+1
| | | | | | | | | | | | | | | | | | (It is reg_api time) Michael
| | * Remove (now) unused function make_default_reg_sd().Michael Adam2008-02-181-48/+0
| | | | | | | | | | | | Michael
| | * Grab secdesc for key from registry for reg_savekey()Michael Adam2008-02-181-10/+9
| | | | | | | | | | | | | | | | | | instead of construction another default secdesc. Michael
| | * Add NT Authority\System as group sid to default registry key security ↵Michael Adam2008-02-181-1/+2
| | | | | | | | | | | | | | | | | | descriptor. Michael
| | * Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.Michael Adam2008-02-181-11/+12
| | | | | | | | | | | | Michael
| | * Reformat construct_registry_sd() slightly (stick to coding rules).Michael Adam2008-02-181-8/+17
| | | | | | | | | | | | Michael
| | * Use BUILTIN\administrators as owner of the default registry key security ↵Michael Adam2008-02-181-1/+1
| | | | | | | | | | | | | | | | | | descriptor. Michael
| | * Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.Michael Adam2008-02-181-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | This crash was triggered by (e.g.) net rpc service status. This patch prevents premature freeing of memory and creates a common exit point to the function. Michael