kai/samba.git
16 years agor26491: Fix syntax.
Jelmer Vernooij [Mon, 17 Dec 2007 05:30:50 +0000 (06:30 +0100)]
r26491: Fix syntax.
(cherry picked from commit 2513230e286179747bb84e4e87121b80bea8f3f0)

16 years agor26487: Cope with systems that don't have struct sockaddr.sa_len.
Jelmer Vernooij [Mon, 17 Dec 2007 04:53:37 +0000 (05:53 +0100)]
r26487: Cope with systems that don't have struct sockaddr.sa_len.
(cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6)

16 years agor26470: Update README.
Jelmer Vernooij [Sun, 16 Dec 2007 13:50:11 +0000 (14:50 +0100)]
r26470: Update README.
(cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908)

16 years agor26469: Fix paths, only include IPv4 addresses for now.
Jelmer Vernooij [Sun, 16 Dec 2007 02:22:13 +0000 (03:22 +0100)]
r26469: Fix paths, only include IPv4 addresses for now.
(cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)

16 years agor26468: Match getifaddrs more closely, add trivial test.
Jelmer Vernooij [Sun, 16 Dec 2007 01:49:52 +0000 (02:49 +0100)]
r26468: Match getifaddrs more closely, add trivial test.
(cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737)

16 years agor26467: Use getifaddrs() for interface enumeration and provide replacements for platf...
Jelmer Vernooij [Sun, 16 Dec 2007 01:39:01 +0000 (02:39 +0100)]
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.

(lib/replace part of 9b4924fbd8619033c55b4c6e2589da247332e7db - Michael)

16 years agoconfigure: Move path (and debug) checks to an m4 include file check_path.m4.
Michael Adam [Tue, 19 Feb 2008 16:01:49 +0000 (17:01 +0100)]
configure: Move path (and debug) checks to an m4 include file  check_path.m4.

This is inspired by metze's check_path.m4 of Samba4.

Michael

16 years agobuild: change selftest_prefix from ./ to ./st .
Michael Adam [Tue, 19 Feb 2008 15:48:49 +0000 (16:48 +0100)]
build: change selftest_prefix from ./ to ./st .

It was used as ${selftest_prefix}/st anyways...

Michael

16 years agoconfigure: move debug check to developer check
Michael Adam [Tue, 19 Feb 2008 15:45:38 +0000 (16:45 +0100)]
configure: move debug check to developer check

...thereby grouping test checks and debug/developer checks together, respectively.

Michael

16 years agoconfigure: Also set debug=yes for --enable-developer and --enable-krb5developer.
Michael Adam [Tue, 19 Feb 2008 15:44:12 +0000 (16:44 +0100)]
configure: Also set debug=yes for --enable-developer and --enable-krb5developer.

Michael

16 years agoconfigure: add default for developer and krb5developer
Michael Adam [Tue, 19 Feb 2008 15:43:39 +0000 (16:43 +0100)]
configure: add default for developer and krb5developer

Michael

16 years agoconfigure: move more developer/test related checks up before the compiler checks.
Michael Adam [Tue, 19 Feb 2008 15:40:50 +0000 (16:40 +0100)]
configure: move more developer/test related checks up before the compiler checks.

Michael

16 years agoMove the --enable-debug check up above all compiler checks.
Michael Adam [Tue, 19 Feb 2008 15:35:55 +0000 (16:35 +0100)]
Move the --enable-debug check up above all compiler checks.

Michael

16 years agoconfigure: Introduce "debug" variable set to yes by --enable-debug.
Michael Adam [Tue, 19 Feb 2008 15:34:43 +0000 (16:34 +0100)]
configure: Introduce "debug" variable set to yes by --enable-debug.

Michael

16 years agoconfigure: move AC_SUBST's of certain directories to the corresponding checks.
Michael Adam [Tue, 19 Feb 2008 15:24:24 +0000 (16:24 +0100)]
configure: move AC_SUBST's of certain directories to the corresponding checks.

Michael

16 years agoMove AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.
Michael Adam [Tue, 19 Feb 2008 15:18:32 +0000 (16:18 +0100)]
Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.

I have to investigate the effect of these and evaluate the need of
their presence. For now establish more reasonable grouping.

Michael

16 years agoconfigure.in: move definition of build dir up.
Michael Adam [Tue, 19 Feb 2008 14:58:02 +0000 (15:58 +0100)]
configure.in: move definition of build dir up.

Michael

16 years agoRemove unused m4 macro files.
Michael Adam [Tue, 19 Feb 2008 14:47:30 +0000 (15:47 +0100)]
Remove unused m4 macro files.

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

16 years agoUpdate position information also for AIO
Volker Lendecke [Tue, 19 Feb 2008 12:27:08 +0000 (13:27 +0100)]
Update position information also for AIO

Necessary to survive RAW-SEEK with AIO enabled.

Jeremy, please check!

16 years agoInform level II oplock holders when we write using AIO
Volker Lendecke [Tue, 19 Feb 2008 14:53:57 +0000 (15:53 +0100)]
Inform level II oplock holders when we write using AIO

Jeremy, please check!

16 years agoChange ldap search filter. This function is also used to search machine accounts...
Karolin Seeger [Tue, 19 Feb 2008 10:53:36 +0000 (11:53 +0100)]
Change ldap search filter. This function is also used to search machine accounts which may be located in a different ou. This is an extension to e71a48bb80cee85afcccacbce2884c0d600f4d72.

Karolin

16 years agoMakefile.in: Rework registry-related object collections.
Michael Adam [Tue, 19 Feb 2008 10:01:00 +0000 (11:01 +0100)]
Makefile.in: Rework registry-related object collections.

Group and name objects more sanely.

Michael

16 years agoUse linbet_conf code in loadparm's registry handling.
Michael Adam [Tue, 19 Feb 2008 00:22:32 +0000 (01:22 +0100)]
Use linbet_conf code in loadparm's registry handling.

This replaces the original hand-written tdb code, now that the
linking dependencies have been significantly reduced.

Michael

16 years agoMake regdb_init() behave like regdb_open() when registry is already opened.
Michael Adam [Tue, 19 Feb 2008 00:04:31 +0000 (01:04 +0100)]
Make regdb_init() behave like regdb_open() when registry is already opened.

I.e. increment the refcounter.

Michael

16 years agoAdd a function libnet_conf_get_seqnum() to the libnet_conf API.
Michael Adam [Mon, 18 Feb 2008 17:21:14 +0000 (18:21 +0100)]
Add a function libnet_conf_get_seqnum() to the libnet_conf API.

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

16 years agoRemove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.
Günther Deschner [Tue, 19 Feb 2008 01:50:54 +0000 (02:50 +0100)]
Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.

Guenther

16 years agoUse pidl for _svcctl_UnlockServiceDatabase().
Günther Deschner [Tue, 19 Feb 2008 01:50:01 +0000 (02:50 +0100)]
Use pidl for _svcctl_UnlockServiceDatabase().

Guenther

16 years agoRemove unused marshalling for SVCCTL_LOCK_SERVICE_DB.
Günther Deschner [Tue, 19 Feb 2008 01:48:08 +0000 (02:48 +0100)]
Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.

Guenther

16 years agoUse pidl for _svcctl_LockServiceDatabase().
Günther Deschner [Tue, 19 Feb 2008 01:47:05 +0000 (02:47 +0100)]
Use pidl for _svcctl_LockServiceDatabase().

Guenther

16 years agoRemove unused marshalling for SVCCTL_QUERY_STATUS.
Günther Deschner [Tue, 19 Feb 2008 01:43:56 +0000 (02:43 +0100)]
Remove unused marshalling for SVCCTL_QUERY_STATUS.

Guenther

16 years agoUse rpccli_svcctl_QueryServiceStatus() in net.
Günther Deschner [Tue, 19 Feb 2008 01:43:04 +0000 (02:43 +0100)]
Use rpccli_svcctl_QueryServiceStatus() in net.

Guenther

16 years agoUse pidl for _svcctl_QueryServiceStatus().
Günther Deschner [Tue, 19 Feb 2008 01:41:05 +0000 (02:41 +0100)]
Use pidl for _svcctl_QueryServiceStatus().

Guenther

16 years agoRemove unused marshalling for SVCCTL_CONTROL_SERVICE.
Günther Deschner [Tue, 19 Feb 2008 01:37:32 +0000 (02:37 +0100)]
Remove unused marshalling for SVCCTL_CONTROL_SERVICE.

Guenther

16 years agoUse rpccli_svcctl_ControlService() in net.
Günther Deschner [Tue, 19 Feb 2008 01:37:12 +0000 (02:37 +0100)]
Use rpccli_svcctl_ControlService() in net.

Guenther

16 years agoUse pidl for _svcctl_ControlService().
Günther Deschner [Tue, 19 Feb 2008 01:35:03 +0000 (02:35 +0100)]
Use pidl for _svcctl_ControlService().

Guenther

16 years agoRemove unused marshalling for SVCCTL_START_SERVICE.
Günther Deschner [Tue, 19 Feb 2008 01:30:53 +0000 (02:30 +0100)]
Remove unused marshalling for SVCCTL_START_SERVICE.

Guenther

16 years agoUse rpccli_svcctl_StartServiceW() in net.
Günther Deschner [Tue, 19 Feb 2008 01:29:16 +0000 (02:29 +0100)]
Use rpccli_svcctl_StartServiceW() in net.

Guenther

16 years agoUse pidl for _svcctl_StartServiceW().
Günther Deschner [Tue, 19 Feb 2008 01:28:46 +0000 (02:28 +0100)]
Use pidl for _svcctl_StartServiceW().

Guenther

16 years agoFix some uninitialized data in new netlogon client.
Günther Deschner [Tue, 19 Feb 2008 00:48:58 +0000 (01:48 +0100)]
Fix some uninitialized data in new netlogon client.

Guenther

16 years agow
Günther Deschner [Tue, 19 Feb 2008 00:20:29 +0000 (01:20 +0100)]
w

16 years agoRemove unused marshalling for LSA_LOOKUP_SIDS/2/3.
Günther Deschner [Tue, 19 Feb 2008 00:19:44 +0000 (01:19 +0100)]
Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.
This also removes parse_lsa.c entirely.

Guenther

16 years agoYippie! LSARPC server-side migration to pidl finished.
Günther Deschner [Tue, 19 Feb 2008 00:16:00 +0000 (01:16 +0100)]
Yippie! LSARPC server-side migration to pidl finished.

Guenther

16 years agoUse pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.
Günther Deschner [Tue, 19 Feb 2008 00:01:15 +0000 (01:01 +0100)]
Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.

Guenther

16 years agoFix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c
Michael Adam [Mon, 18 Feb 2008 16:48:19 +0000 (17:48 +0100)]
Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c

(It is reg_api time)

Michael

16 years agoRemove (now) unused function make_default_reg_sd().
Michael Adam [Mon, 18 Feb 2008 15:34:39 +0000 (16:34 +0100)]
Remove (now) unused function make_default_reg_sd().

Michael

16 years agoGrab secdesc for key from registry for reg_savekey()
Michael Adam [Mon, 18 Feb 2008 15:33:47 +0000 (16:33 +0100)]
Grab secdesc for key from registry for reg_savekey()

instead of construction another default secdesc.

Michael

16 years agoAdd NT Authority\System as group sid to default registry key security descriptor.
Michael Adam [Mon, 18 Feb 2008 15:03:16 +0000 (16:03 +0100)]
Add NT Authority\System as group sid to default registry key security descriptor.

Michael

16 years agoChange construct_registry_sd() to return WERROR instead of the SEC_DESC *.
Michael Adam [Mon, 18 Feb 2008 13:55:48 +0000 (14:55 +0100)]
Change construct_registry_sd() to return WERROR instead of the SEC_DESC *.

Michael

16 years agoReformat construct_registry_sd() slightly (stick to coding rules).
Michael Adam [Mon, 18 Feb 2008 13:44:51 +0000 (14:44 +0100)]
Reformat construct_registry_sd() slightly (stick to coding rules).

Michael

16 years agoUse BUILTIN\administrators as owner of the default registry key security descriptor.
Michael Adam [Mon, 18 Feb 2008 14:51:56 +0000 (15:51 +0100)]
Use BUILTIN\administrators as owner of the default registry key security descriptor.

Michael

16 years agoFix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.
Michael Adam [Mon, 18 Feb 2008 16:38:19 +0000 (17:38 +0100)]
Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.

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

16 years agoAdd a check for success of fetch_reg_values().
Michael Adam [Mon, 18 Feb 2008 16:23:41 +0000 (17:23 +0100)]
Add a check for success of fetch_reg_values().

Michael

16 years agoFix a comment typo.
Michael Adam [Mon, 18 Feb 2008 15:58:24 +0000 (16:58 +0100)]
Fix a comment typo.

Michael

16 years agoCreate missing link for libnetapi.so.0
Michael Adam [Mon, 18 Feb 2008 14:51:21 +0000 (15:51 +0100)]
Create missing link for libnetapi.so.0

Michael

16 years agoRemove unused marshalling for LSA_LOOKUP_NAMES/2/3/4
Günther Deschner [Mon, 18 Feb 2008 16:04:50 +0000 (17:04 +0100)]
Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4

Guenther

16 years agoUse pidl for _lsa_LookupNames3 and _lsa_LookupNames4.
Günther Deschner [Mon, 18 Feb 2008 15:57:02 +0000 (16:57 +0100)]
Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Mon, 18 Feb 2008 15:52:56 +0000 (16:52 +0100)]
Re-run make idl.

Guenther

16 years agoFix IDL for lsa_LookupNames3 and lsa_LookupNames4.
Günther Deschner [Mon, 18 Feb 2008 15:51:32 +0000 (16:51 +0100)]
Fix IDL for lsa_LookupNames3 and lsa_LookupNames4.

Guenther

16 years agoUse pidl for _lsa_LookupNames() and _lsa_LookupNames2().
Günther Deschner [Mon, 18 Feb 2008 13:40:34 +0000 (14:40 +0100)]
Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().

Hopefully I didn't screw this up. Please check :)

Guenther

16 years agoRemove unused marshalling for SVCCTL_GET_DISPLAY_NAME.
Günther Deschner [Mon, 18 Feb 2008 12:45:36 +0000 (13:45 +0100)]
Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.

Guenther

16 years agoUse pidl for _svcctl_GetServiceDisplayNameW().
Günther Deschner [Mon, 18 Feb 2008 12:43:12 +0000 (13:43 +0100)]
Use pidl for _svcctl_GetServiceDisplayNameW().

Guenther

16 years agoRemove unused marshalling for SVCCTL_OPEN_SERVICE.
Günther Deschner [Mon, 18 Feb 2008 11:48:43 +0000 (12:48 +0100)]
Remove unused marshalling for SVCCTL_OPEN_SERVICE.

Guenther

16 years agoUse rpccli_svcctl_OpenServiceW() in net.
Günther Deschner [Mon, 18 Feb 2008 11:45:13 +0000 (12:45 +0100)]
Use rpccli_svcctl_OpenServiceW() in net.

Guenther

16 years agoUse pidl for _svcctl_OpenServiceW().
Günther Deschner [Mon, 18 Feb 2008 11:55:35 +0000 (12:55 +0100)]
Use pidl for _svcctl_OpenServiceW().

Note that this call did and still does panic in registry access.
Michael has an idea how to fix this.

Guenther

16 years agoRemove unused marshalling for SVCCTL_OPEN_SCMANAGER.
Günther Deschner [Mon, 18 Feb 2008 11:12:43 +0000 (12:12 +0100)]
Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.

Guenther

16 years agoUse rpccli_svcctl_OpenSCManagerW() in net.
Günther Deschner [Mon, 18 Feb 2008 11:10:54 +0000 (12:10 +0100)]
Use rpccli_svcctl_OpenSCManagerW() in net.

Guenther

16 years agoUse pidl for _svcctl_OpenSCManagerW().
Günther Deschner [Mon, 18 Feb 2008 10:55:31 +0000 (11:55 +0100)]
Use pidl for _svcctl_OpenSCManagerW().

Guenther

16 years agoRemove whitespace, no code changes.
Günther Deschner [Mon, 18 Feb 2008 10:48:51 +0000 (11:48 +0100)]
Remove whitespace, no code changes.

Guenther

16 years agoFix off-by-one bugs in subcommand argument passing.
Tim Potter [Sun, 17 Feb 2008 23:24:51 +0000 (10:24 +1100)]
Fix off-by-one bugs in subcommand argument passing.

16 years agoCheck return code of secrets_init() function.
Tim Potter [Sun, 17 Feb 2008 23:21:50 +0000 (10:21 +1100)]
Check return code of secrets_init() function.

16 years agoReplace C++-style comments with C.
Tim Potter [Sun, 17 Feb 2008 23:21:17 +0000 (10:21 +1100)]
Replace C++-style comments with C.

16 years agoUse rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc().
Günther Deschner [Mon, 18 Feb 2008 09:03:19 +0000 (10:03 +0100)]
Use rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc().

Guenther

16 years agoUse rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names.
Günther Deschner [Mon, 18 Feb 2008 03:30:57 +0000 (04:30 +0100)]
Use rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names.

Guenther

16 years agoRemove unused marshalling for NTSVCS_GET_HW_PROFILE_INFO.
Günther Deschner [Mon, 18 Feb 2008 00:34:13 +0000 (01:34 +0100)]
Remove unused marshalling for NTSVCS_GET_HW_PROFILE_INFO.

Guenther

16 years agoUse pidl for _PNP_GetHwProfInfo().
Günther Deschner [Mon, 18 Feb 2008 00:32:29 +0000 (01:32 +0100)]
Use pidl for _PNP_GetHwProfInfo().

Guenther

16 years agoAdd ntsvcs_hwprofinfo command to rpcclient.
Günther Deschner [Mon, 18 Feb 2008 00:29:55 +0000 (01:29 +0100)]
Add ntsvcs_hwprofinfo command to rpcclient.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Mon, 18 Feb 2008 00:38:08 +0000 (01:38 +0100)]
Re-run make idl.

Guenther

16 years agoAdd IDL for PNP_GetHwProfInfo.
Günther Deschner [Mon, 18 Feb 2008 00:29:13 +0000 (01:29 +0100)]
Add IDL for PNP_GetHwProfInfo.

Guenther

16 years agoRemove unused marshalling for NTSVCS_HW_PROFILE_FLAGS.
Günther Deschner [Mon, 18 Feb 2008 00:10:37 +0000 (01:10 +0100)]
Remove unused marshalling for NTSVCS_HW_PROFILE_FLAGS.

Guenther

16 years agoUse pidl for _PNP_HwProfFlags().
Günther Deschner [Mon, 18 Feb 2008 00:09:34 +0000 (01:09 +0100)]
Use pidl for _PNP_HwProfFlags().

Guenther

16 years agoAdd ntsvcs_hwprofflags command to rpcclient.
Günther Deschner [Mon, 18 Feb 2008 00:07:12 +0000 (01:07 +0100)]
Add ntsvcs_hwprofflags command to rpcclient.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Mon, 18 Feb 2008 00:37:06 +0000 (01:37 +0100)]
Re-run make idl.

Guenther

16 years agoFill in (very unfinished) IDL for PNP_HwProfFlags.
Günther Deschner [Mon, 18 Feb 2008 00:06:08 +0000 (01:06 +0100)]
Fill in (very unfinished) IDL for PNP_HwProfFlags.

Guenther

16 years agoRemove unused marshalling for NTSVCS_GET_DEVICE_LIST_SIZE.
Günther Deschner [Sun, 17 Feb 2008 23:24:57 +0000 (00:24 +0100)]
Remove unused marshalling for NTSVCS_GET_DEVICE_LIST_SIZE.

Guenther

16 years agoUse pidl for _PNP_GetDeviceListSize().
Günther Deschner [Sun, 17 Feb 2008 23:21:56 +0000 (00:21 +0100)]
Use pidl for _PNP_GetDeviceListSize().

Guenther

16 years agoAdd ntsvcs_getdevlistsize command to rpcclient.
Günther Deschner [Sun, 17 Feb 2008 23:23:25 +0000 (00:23 +0100)]
Add ntsvcs_getdevlistsize command to rpcclient.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Sun, 17 Feb 2008 23:26:10 +0000 (00:26 +0100)]
Re-run make idl.

Guenther

16 years agoFill in IDL PNP_GetDeviceListSize() based on samba3.
Günther Deschner [Sun, 17 Feb 2008 23:22:45 +0000 (00:22 +0100)]
Fill in IDL PNP_GetDeviceListSize() based on samba3.

Guenther

16 years agoRemove unused marshalling for NTSVCS_VALIDATE_DEVICE_INSTANCE.
Günther Deschner [Sun, 17 Feb 2008 22:42:52 +0000 (23:42 +0100)]
Remove unused marshalling for NTSVCS_VALIDATE_DEVICE_INSTANCE.

Guenther

16 years agoUse pidl for _PNP_ValidateDeviceInstance().
Günther Deschner [Sun, 17 Feb 2008 22:42:20 +0000 (23:42 +0100)]
Use pidl for _PNP_ValidateDeviceInstance().

Guenther

16 years agoAdd ValidateDeviceInstance command to rpcclient.
Günther Deschner [Sun, 17 Feb 2008 22:41:31 +0000 (23:41 +0100)]
Add ValidateDeviceInstance command to rpcclient.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Sun, 17 Feb 2008 22:44:50 +0000 (23:44 +0100)]
Re-run make idl.

Guenther

16 years agoFill in IDL for PNP_ValidateDeviceInstance (based on samba3).
Günther Deschner [Sun, 17 Feb 2008 22:40:14 +0000 (23:40 +0100)]
Fill in IDL for PNP_ValidateDeviceInstance (based on samba3).

Guenther

16 years agoRemove unused marshalling for NTSVCS_GET_VERSION.
Günther Deschner [Sun, 17 Feb 2008 22:37:45 +0000 (23:37 +0100)]
Remove unused marshalling for NTSVCS_GET_VERSION.

Guenther

16 years agoUse pidl for _PNP_GetVersion().
Günther Deschner [Sun, 17 Feb 2008 22:17:51 +0000 (23:17 +0100)]
Use pidl for _PNP_GetVersion().

Guenther

16 years agoAdd very basic ntsvcs client to rpcclient.
Günther Deschner [Sun, 17 Feb 2008 22:16:56 +0000 (23:16 +0100)]
Add very basic ntsvcs client to rpcclient.

Guenther

16 years agoRe-run make idl.
Günther Deschner [Sun, 17 Feb 2008 22:29:35 +0000 (23:29 +0100)]
Re-run make idl.

Guenther

16 years agoFill in IDL for PNP_GetVersion (based from samba3).
Günther Deschner [Sun, 17 Feb 2008 22:14:47 +0000 (23:14 +0100)]
Fill in IDL for PNP_GetVersion (based from samba3).

Guenther

16 years agoMove all dummy ntsvcs calls to WERROR.
Günther Deschner [Sun, 17 Feb 2008 22:13:38 +0000 (23:13 +0100)]
Move all dummy ntsvcs calls to WERROR.

Guenther

16 years agoBuild the generated ntsvcs server (not at all useable yet).
Günther Deschner [Sun, 17 Feb 2008 22:03:22 +0000 (23:03 +0100)]
Build the generated ntsvcs server (not at all useable yet).

Guenther