Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r26487: Cope with systems that don't have struct sockaddr.sa_len. | Jelmer Vernooij | 2008-02-19 | 2 | -2/+15 | |
| | | | | | | | | | | | | (cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6) | |||||
| | * | r26470: Update README. | Jelmer Vernooij | 2008-02-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | (cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908) | |||||
| | * | r26469: Fix paths, only include IPv4 addresses for now. | Jelmer Vernooij | 2008-02-19 | 3 | -17/+19 | |
| | | | | | | | | | | | | (cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf) | |||||
| | * | r26468: Match getifaddrs more closely, add trivial test. | Jelmer Vernooij | 2008-02-19 | 2 | -22/+31 | |
| | | | | | | | | | | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737) | |||||
| | * | r26467: Use getifaddrs() for interface enumeration and provide replacements ↵ | Jelmer Vernooij | 2008-02-19 | 4 | -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 Adam | 2008-02-19 | 2 | -306/+317 | |
| | | | | | | | | | | | | | | | | | | This is inspired by metze's check_path.m4 of Samba4. Michael | |||||
| | * | build: change selftest_prefix from ./ to ./st . | Michael Adam | 2008-02-19 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | It was used as ${selftest_prefix}/st anyways... Michael | |||||
| | * | configure: move debug check to developer check | Michael Adam | 2008-02-19 | 1 | -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 Adam | 2008-02-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | Michael | |||||
| | * | configure: add default for developer and krb5developer | Michael Adam | 2008-02-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | Michael | |||||
| | * | configure: move more developer/test related checks up before the compiler ↵ | Michael Adam | 2008-02-19 | 1 | -46/+46 | |
| | | | | | | | | | | | | | | | | | | checks. Michael | |||||
| | * | Move the --enable-debug check up above all compiler checks. | Michael Adam | 2008-02-19 | 1 | -9/+9 | |
| | | | | | | | | | | | | Michael | |||||
| | * | configure: Introduce "debug" variable set to yes by --enable-debug. | Michael Adam | 2008-02-19 | 1 | -1/+7 | |
| | | | | | | | | | | | | Michael | |||||
| | * | configure: move AC_SUBST's of certain directories to the corresponding checks. | Michael Adam | 2008-02-19 | 1 | -15/+15 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place. | Michael Adam | 2008-02-19 | 1 | -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 Adam | 2008-02-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Remove unused m4 macro files. | Michael Adam | 2008-02-19 | 7 | -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 AIO | Volker Lendecke | 2008-02-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | Necessary to survive RAW-SEEK with AIO enabled. Jeremy, please check! | |||||
| | * | Inform level II oplock holders when we write using AIO | Volker Lendecke | 2008-02-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy, please check! | |||||
| | * | Change ldap search filter. This function is also used to search machine ↵ | Karolin Seeger | 2008-02-19 | 1 | -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 Adam | 2008-02-19 | 1 | -45/+40 | |
| | | | | | | | | | | | | | | | | | | Group and name objects more sanely. Michael | |||||
| | * | Use linbet_conf code in loadparm's registry handling. | Michael Adam | 2008-02-19 | 2 | -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 Adam | 2008-02-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | I.e. increment the refcounter. Michael | |||||
| | * | Add a function libnet_conf_get_seqnum() to the libnet_conf API. | Michael Adam | 2008-02-19 | 1 | -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 Deschner | 2008-02-19 | 2 | -52/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _svcctl_UnlockServiceDatabase(). | Günther Deschner | 2008-02-19 | 2 | -26/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB. | Günther Deschner | 2008-02-19 | 2 | -56/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _svcctl_LockServiceDatabase(). | Günther Deschner | 2008-02-19 | 2 | -27/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove unused marshalling for SVCCTL_QUERY_STATUS. | Günther Deschner | 2008-02-19 | 3 | -84/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use rpccli_svcctl_QueryServiceStatus() in net. | Günther Deschner | 2008-02-19 | 1 | -4/+12 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _svcctl_QueryServiceStatus(). | Günther Deschner | 2008-02-19 | 2 | -26/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove unused marshalling for SVCCTL_CONTROL_SERVICE. | Günther Deschner | 2008-02-19 | 3 | -91/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use rpccli_svcctl_ControlService() in net. | Günther Deschner | 2008-02-19 | 1 | -3/+6 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _svcctl_ControlService(). | Günther Deschner | 2008-02-19 | 2 | -28/+10 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove unused marshalling for SVCCTL_START_SERVICE. | Günther Deschner | 2008-02-19 | 3 | -85/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use rpccli_svcctl_StartServiceW() in net. | Günther Deschner | 2008-02-19 | 1 | -2/+7 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _svcctl_StartServiceW(). | Günther Deschner | 2008-02-19 | 2 | -25/+5 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Fix some uninitialized data in new netlogon client. | Günther Deschner | 2008-02-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | w | Günther Deschner | 2008-02-19 | 1 | -62/+0 | |
| | | | ||||||
| | * | Remove unused marshalling for LSA_LOOKUP_SIDS/2/3. | Günther Deschner | 2008-02-19 | 4 | -896/+1 | |
| | | | | | | | | | | | | | | | | | | This also removes parse_lsa.c entirely. Guenther | |||||
| | * | Yippie! LSARPC server-side migration to pidl finished. | Günther Deschner | 2008-02-19 | 4 | -467/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3. | Günther Deschner | 2008-02-19 | 3 | -177/+136 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c | Michael Adam | 2008-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | (It is reg_api time) Michael | |||||
| | * | Remove (now) unused function make_default_reg_sd(). | Michael Adam | 2008-02-18 | 1 | -48/+0 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Grab secdesc for key from registry for reg_savekey() | Michael Adam | 2008-02-18 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | instead of construction another default secdesc. Michael | |||||
| | * | Add NT Authority\System as group sid to default registry key security ↵ | Michael Adam | 2008-02-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | descriptor. Michael | |||||
| | * | Change construct_registry_sd() to return WERROR instead of the SEC_DESC *. | Michael Adam | 2008-02-18 | 1 | -11/+12 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Reformat construct_registry_sd() slightly (stick to coding rules). | Michael Adam | 2008-02-18 | 1 | -8/+17 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Use BUILTIN\administrators as owner of the default registry key security ↵ | Michael Adam | 2008-02-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | descriptor. Michael | |||||
| | * | Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE. | Michael Adam | 2008-02-18 | 1 | -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 |