jelmer/samba3.git
15 years agoFix segfault when using DEBUG() in the merged build. master
Jelmer Vernooij [Sun, 19 Oct 2008 12:14:55 +0000 (14:14 +0200)]
Fix segfault when using DEBUG() in the merged build.

15 years agoMove smb.conf parser to libutil to match Samba 4.
Jelmer Vernooij [Sun, 19 Oct 2008 12:03:20 +0000 (14:03 +0200)]
Move smb.conf parser to libutil to match Samba 4.

15 years agoJust call talloc_free directly rather than through a helper function.
Jelmer Vernooij [Sun, 19 Oct 2008 11:52:56 +0000 (13:52 +0200)]
Just call talloc_free directly rather than through a helper function.

15 years agoAdd vlp to TORTURE_PROGS since it's required by "make test".
Jelmer Vernooij [Sun, 19 Oct 2008 11:35:37 +0000 (13:35 +0200)]
Add vlp to TORTURE_PROGS since it's required by "make test".

15 years agorpc: Fix the merged build breaking on StrnCaseCmp.
Kai Blin [Sun, 19 Oct 2008 11:18:20 +0000 (13:18 +0200)]
rpc: Fix the merged build breaking on StrnCaseCmp.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Sun, 19 Oct 2008 11:20:55 +0000 (13:20 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoRemove silly safe_free() function which is a wrapper around SAFE_FREE().
Jelmer Vernooij [Sun, 19 Oct 2008 11:06:14 +0000 (13:06 +0200)]
Remove silly safe_free() function which is a wrapper around SAFE_FREE().

Since it's a function it just sets the local pointer to NULL and basically
is an equivalent to free().

It also claims it's being used for callbacks but isn't used that way
anywhere.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into strhex
Jelmer Vernooij [Sun, 19 Oct 2008 10:39:37 +0000 (12:39 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhex

15 years agoMove more functions out of util_str.c into the shared util.c.
Jelmer Vernooij [Sun, 19 Oct 2008 10:38:16 +0000 (12:38 +0200)]
Move more functions out of util_str.c into the shared util.c.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Sun, 19 Oct 2008 09:53:44 +0000 (11:53 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoMove README.Debian to the right directory.
Jelmer Vernooij [Sun, 19 Oct 2008 09:53:13 +0000 (11:53 +0200)]
Move README.Debian to the right directory.

15 years agoInline the once-used macro "init_dfsroot"
Volker Lendecke [Sat, 18 Oct 2008 17:41:12 +0000 (19:41 +0200)]
Inline the once-used macro "init_dfsroot"

15 years agoSpecify ZLIB_LIBS explicitly in case zlib isn't brought in any other way.
Jelmer Vernooij [Sun, 19 Oct 2008 09:22:19 +0000 (11:22 +0200)]
Specify ZLIB_LIBS explicitly in case zlib isn't brought in any other way.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into strhex
Jelmer Vernooij [Sun, 19 Oct 2008 08:45:25 +0000 (10:45 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhex

15 years agoMove SMB-specific attribute function to SMB client library.
Jelmer Vernooij [Sun, 19 Oct 2008 08:45:02 +0000 (10:45 +0200)]
Move SMB-specific attribute function to SMB client library.

15 years agoMerge branch 'selftest' of git://git.samba.org/jelmer/samba
Jelmer Vernooij [Sun, 19 Oct 2008 08:20:37 +0000 (10:20 +0200)]
Merge branch 'selftest' of git://git.samba.org/jelmer/samba

15 years agoMake generate_random_buffer signature match that of lib/util.
Jelmer Vernooij [Sun, 19 Oct 2008 08:16:21 +0000 (10:16 +0200)]
Make generate_random_buffer signature match that of lib/util.

15 years agoAdd TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij [Sun, 19 Oct 2008 08:05:48 +0000 (10:05 +0200)]
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Samba 4.

15 years agoRemove defines for QSORT_CAST, already provided by libreplace.
Jelmer Vernooij [Sun, 19 Oct 2008 07:53:18 +0000 (09:53 +0200)]
Remove defines for QSORT_CAST, already provided by libreplace.

15 years agoSimplify SIG_ATOMIC_T define, since sig_atomic_t is always provided by
Jelmer Vernooij [Sun, 19 Oct 2008 07:51:26 +0000 (09:51 +0200)]
Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided by
libreplace.

15 years agoRemove duplicate macro definitions (already defined in libutil/attr.h)
Jelmer Vernooij [Sun, 19 Oct 2008 07:47:45 +0000 (09:47 +0200)]
Remove duplicate macro definitions (already defined in libutil/attr.h)

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Sat, 18 Oct 2008 22:26:16 +0000 (00:26 +0200)]
s3-build: re-run make samba3-idl.

Guenther

15 years agontsvcs: fill in PNP_GetDeviceList() and correct some unknowns.
Günther Deschner [Sat, 18 Oct 2008 22:21:24 +0000 (00:21 +0200)]
ntsvcs: fill in PNP_GetDeviceList() and correct some unknowns.

Guenther

15 years agoidl: share drsblobs idl.
Günther Deschner [Sat, 18 Oct 2008 21:54:49 +0000 (23:54 +0200)]
idl: share drsblobs idl.

Guenther

15 years agodrsuapi: fix the drsuapi helper build for samba3.
Günther Deschner [Fri, 17 Oct 2008 19:15:40 +0000 (21:15 +0200)]
drsuapi: fix the drsuapi helper build for samba3.

Guenther

15 years agodrsuapi: build new merged drsuapi idl and helpers.
Günther Deschner [Fri, 17 Oct 2008 19:15:00 +0000 (21:15 +0200)]
drsuapi: build new merged drsuapi idl and helpers.

Guenther

15 years agodrsuapi: share drsuapi idl and helper code.
Günther Deschner [Fri, 17 Oct 2008 19:10:33 +0000 (21:10 +0200)]
drsuapi: share drsuapi idl and helper code.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 18:32:36 +0000 (20:32 +0200)]
s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 18:08:59 +0000 (20:08 +0200)]
s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 17:10:22 +0000 (19:10 +0200)]
s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 16:59:31 +0000 (18:59 +0200)]
s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 16:55:01 +0000 (18:55 +0200)]
s4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl.

Guenther

15 years agos4-drsuapi: merge drsuapi_DsAddEntry from s3 drsuapi idl.
Günther Deschner [Fri, 17 Oct 2008 16:54:03 +0000 (18:54 +0200)]
s4-drsuapi: merge drsuapi_DsAddEntry from s3 drsuapi idl.

Guenther

15 years agos3-build: fix build of ndrdump.
Günther Deschner [Sat, 18 Oct 2008 21:00:42 +0000 (23:00 +0200)]
s3-build: fix build of ndrdump.

Guenther

15 years agolib/util: fix strhex_to_data_blob to use data_blob_talloc.
Günther Deschner [Sat, 18 Oct 2008 19:06:07 +0000 (21:06 +0200)]
lib/util: fix strhex_to_data_blob to use data_blob_talloc.

Jelmer, I'm pretty sure you wanted to do this. Please check.

Guenther

15 years agos3-build: fix the build of smbd.
Günther Deschner [Sat, 18 Oct 2008 19:45:49 +0000 (21:45 +0200)]
s3-build: fix the build of smbd.

Guenther

15 years agocrypto: fix remaining strhex_to_data_blob callers.
Günther Deschner [Sat, 18 Oct 2008 19:03:30 +0000 (21:03 +0200)]
crypto: fix remaining strhex_to_data_blob callers.

Jelmer, please check.

Guenther

15 years agoAdd extra parameter consistent with samba3.
Jelmer Vernooij [Sat, 18 Oct 2008 17:03:19 +0000 (19:03 +0200)]
Add extra parameter consistent with samba3.

15 years agoUse attr.h rather than having local defines for GCC attributes.
Jelmer Vernooij [Sat, 18 Oct 2008 16:50:37 +0000 (18:50 +0200)]
Use attr.h rather than having local defines for GCC attributes.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Sat, 18 Oct 2008 16:30:10 +0000 (18:30 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoAdd TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij [Sat, 18 Oct 2008 16:09:04 +0000 (18:09 +0200)]
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
3.

15 years agoFix ignore for libcli/nbt/nbtname.h
Jelmer Vernooij [Sat, 18 Oct 2008 14:22:24 +0000 (16:22 +0200)]
Fix ignore for libcli/nbt/nbtname.h

15 years agoRename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij [Sat, 18 Oct 2008 14:16:57 +0000 (16:16 +0200)]
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.

15 years agoMove substitute functions to a different file.
Jelmer Vernooij [Sat, 18 Oct 2008 13:56:45 +0000 (15:56 +0200)]
Move substitute functions to a different file.

15 years agoUse str_list_equal() rather than str_list_compare().
Jelmer Vernooij [Sat, 18 Oct 2008 13:56:07 +0000 (15:56 +0200)]
Use str_list_equal() rather than str_list_compare().

15 years agoAdd libutil README file.
Jelmer Vernooij [Fri, 17 Oct 2008 12:13:39 +0000 (14:13 +0200)]
Add libutil README file.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into xmaster
Jelmer Vernooij [Sat, 18 Oct 2008 13:37:57 +0000 (15:37 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into xmaster

15 years ago[s3]loadparm: remove param/params.c which is used no more.
Michael Adam [Sat, 18 Oct 2008 13:30:34 +0000 (15:30 +0200)]
[s3]loadparm: remove param/params.c which is used no more.

Michael

15 years ago[s3]build: use ..lib/util/params.c instead of param/params.c
Michael Adam [Sat, 18 Oct 2008 13:30:04 +0000 (15:30 +0200)]
[s3]build: use ..lib/util/params.c instead of param/params.c

Michael

15 years ago[s3]test_lp_load: fix "no talloc stackframe around" message
Michael Adam [Sat, 18 Oct 2008 12:52:49 +0000 (14:52 +0200)]
[s3]test_lp_load: fix "no talloc stackframe around" message

gfree_loadparm() and TALLOC_FREE(frame) were in the wron order.

Michael

15 years ago[s3]testparm: prevent "no stackframe around" warning.
Michael Adam [Sat, 18 Oct 2008 12:51:25 +0000 (14:51 +0200)]
[s3]testparm: prevent "no stackframe around" warning.

gfree_loadparm and TALLOC_FREE(frame) were in the wrong order.

Michael

15 years agoFix gitignore.
Jelmer Vernooij [Sat, 18 Oct 2008 13:06:45 +0000 (15:06 +0200)]
Fix gitignore.

15 years agoFix const, dupes.
Jelmer Vernooij [Sat, 18 Oct 2008 13:00:18 +0000 (15:00 +0200)]
Fix const, dupes.

15 years agoFix build of 'everything'
Jelmer Vernooij [Fri, 17 Oct 2008 10:49:11 +0000 (12:49 +0200)]
Fix build of 'everything'

15 years agoUse separate make variables for libutil and libcrypto.
Jelmer Vernooij [Fri, 17 Oct 2008 10:48:19 +0000 (12:48 +0200)]
Use separate make variables for libutil and libcrypto.

15 years agoUse shared util.c.
Jelmer Vernooij [Fri, 17 Oct 2008 10:26:46 +0000 (12:26 +0200)]
Use shared util.c.

15 years agos3: Fix make clean
Jelmer Vernooij [Sat, 18 Oct 2008 12:19:55 +0000 (14:19 +0200)]
s3: Fix make clean

15 years agoUse standard va_copy.
Jelmer Vernooij [Fri, 17 Oct 2008 10:08:15 +0000 (12:08 +0200)]
Use standard va_copy.

15 years agoRemove empty file.
Jelmer Vernooij [Fri, 17 Oct 2008 10:03:03 +0000 (12:03 +0200)]
Remove empty file.

15 years agoRemove obsolete comment about bool.
Jelmer Vernooij [Fri, 17 Oct 2008 10:02:39 +0000 (12:02 +0200)]
Remove obsolete comment about bool.

15 years agoRemove defines already provided by the system or libreplace.
Jelmer Vernooij [Fri, 17 Oct 2008 10:01:31 +0000 (12:01 +0200)]
Remove defines already provided by the system or libreplace.

15 years agoUse common detection function for zlib.
Jelmer Vernooij [Fri, 17 Oct 2008 09:52:55 +0000 (11:52 +0200)]
Use common detection function for zlib.

15 years agoAdd extra argument free_on_fail to realloc_array() in Samba 4, as used by Samba 3.
Jelmer Vernooij [Sat, 18 Oct 2008 12:12:56 +0000 (14:12 +0200)]
Add extra argument free_on_fail to realloc_array() in Samba 4, as used by Samba 3.

15 years agoUse the new memory macro file from Samba 3.
Jelmer Vernooij [Sat, 18 Oct 2008 12:07:51 +0000 (14:07 +0200)]
Use the new memory macro file from Samba 3.

15 years agoMove some of the memory utility macros to a separate header (for now).
Jelmer Vernooij [Sat, 18 Oct 2008 11:59:21 +0000 (13:59 +0200)]
Move some of the memory utility macros to a separate header (for now).

15 years agoUnify access checks for lsa server functions.
Jeremy Allison [Fri, 17 Oct 2008 22:24:15 +0000 (15:24 -0700)]
Unify access checks for lsa server functions.
Jeremy.

15 years agos3-build: cleanup in ../librpc as well on "make clean".
Günther Deschner [Fri, 17 Oct 2008 21:45:44 +0000 (23:45 +0200)]
s3-build: cleanup in ../librpc as well on "make clean".

Guenther

15 years agos4-smbtorture: fix test_DsReplicaGetInfo.
Günther Deschner [Fri, 17 Oct 2008 16:49:36 +0000 (18:49 +0200)]
s4-smbtorture: fix test_DsReplicaGetInfo.

Guenther

15 years agos4-smbtorture: fix test_DsGetNCChanges torture test.
Günther Deschner [Fri, 17 Oct 2008 16:47:32 +0000 (18:47 +0200)]
s4-smbtorture: fix test_DsGetNCChanges torture test.

This must have been broken since a while already.

Guenther

15 years agos4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.
Günther Deschner [Fri, 17 Oct 2008 16:46:34 +0000 (18:46 +0200)]
s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.

Guenther

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Fri, 17 Oct 2008 20:53:11 +0000 (22:53 +0200)]
s3-build: re-run make samba3-idl.

Guenther

15 years agos3-winreg: merge from s4 winreg idl.
Günther Deschner [Fri, 17 Oct 2008 20:52:16 +0000 (22:52 +0200)]
s3-winreg: merge from s4 winreg idl.

Guenther

15 years agos4: merge from s3 drsuapi.idl.
Günther Deschner [Fri, 17 Oct 2008 08:52:23 +0000 (10:52 +0200)]
s4: merge from s3 drsuapi.idl.

Guenther

15 years agos3: fix s3 drsuapi callers.
Günther Deschner [Fri, 17 Oct 2008 08:50:28 +0000 (10:50 +0200)]
s3: fix s3 drsuapi callers.

Guenther

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Fri, 17 Oct 2008 08:49:22 +0000 (10:49 +0200)]
s3-build: re-run make samba3-idl.

Guenther

15 years agos3: merge from s4 drsuapi.idl.
Günther Deschner [Fri, 17 Oct 2008 08:48:09 +0000 (10:48 +0200)]
s3: merge from s4 drsuapi.idl.

Guenther

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett [Fri, 17 Oct 2008 04:57:07 +0000 (15:57 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel

15 years agoCope with bad trans2mkdir requests from System i QNTC IBM SMB client.
Jeremy Allison [Fri, 17 Oct 2008 04:03:59 +0000 (21:03 -0700)]
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
If total_data == 4 Windows doesn't care what values
are placed in that field, it just ignores them.
The System i QNTC IBM SMB client puts bad values here,
so ignore them.
Jeremy.

15 years agoAdd a test to RPC-NETLOGON for random machine account passwords.
Andrew Bartlett [Fri, 17 Oct 2008 03:06:33 +0000 (14:06 +1100)]
Add a test to RPC-NETLOGON for random machine account passwords.

Andrew Bartlett

15 years agoImprove RPC-SAMR tests to check random passwords
Andrew Bartlett [Fri, 17 Oct 2008 02:00:24 +0000 (13:00 +1100)]
Improve RPC-SAMR tests to check random passwords

By random I don't mean 'nice stream of ASCII chars, but pure random
passwords containing invalid UTF16 sequences etc.

Andrew Bartlett

15 years agoFix errrors in new password handling code found by RPC-SAMR.
Andrew Bartlett [Fri, 17 Oct 2008 01:41:02 +0000 (12:41 +1100)]
Fix errrors in new password handling code found by RPC-SAMR.

I'm very glad we have such a comprehensive testsuite for the SAMR
password change process, as it makes this a much easier task to get
right.

Andrew Bartlett

15 years agoFix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server.
Jeremy Allison [Thu, 16 Oct 2008 22:40:57 +0000 (15:40 -0700)]
Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server.
There was some code in pull_ucs2_base_talloc() to cope with this case which
hadn't been added to pull_ascii_base_talloc(). The older Samba returns non
unicode names which is why you are seeing this codepath being executed.

Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().
Jeremy.

15 years agoTransform the sequence_number operation into a normal extended operation as it should...
Simo Sorce [Wed, 15 Oct 2008 18:03:20 +0000 (14:03 -0400)]
Transform the sequence_number operation into a normal extended operation as it should always have been. Make it also async so that it is not a special case.

15 years agos4-build: fix drsuapi callers.
Günther Deschner [Thu, 16 Oct 2008 12:03:10 +0000 (14:03 +0200)]
s4-build: fix drsuapi callers.

Guenther

15 years agos3: re-merge s4 drsuapi helper and re-run make samba3-idl.
Günther Deschner [Thu, 16 Oct 2008 12:02:26 +0000 (14:02 +0200)]
s3: re-merge s4 drsuapi helper and re-run make samba3-idl.

Guenther

15 years agos3-idl: merge from s4 drsuapi.idl.
Günther Deschner [Thu, 16 Oct 2008 12:00:42 +0000 (14:00 +0200)]
s3-idl: merge from s4 drsuapi.idl.

Guenther

15 years agos4-idl: merge drsuapi.idl from s3.
Günther Deschner [Thu, 16 Oct 2008 09:33:07 +0000 (11:33 +0200)]
s4-idl: merge drsuapi.idl from s3.

Guenther

15 years agotestprogs/win32/midltests: add missing Makefile
Stefan Metzmacher [Thu, 16 Oct 2008 08:28:33 +0000 (10:28 +0200)]
testprogs/win32/midltests: add missing Makefile

metze

15 years agos3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.
Günther Deschner [Thu, 16 Oct 2008 00:00:46 +0000 (02:00 +0200)]
s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.

Guenther

15 years agos3: use IDL generated rpc for _svcctl_QueryServiceConfigW.
Günther Deschner [Thu, 16 Oct 2008 00:00:22 +0000 (02:00 +0200)]
s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.

Guenther

15 years agos3: remove rpccli_svcctl_query_config.
Günther Deschner [Wed, 15 Oct 2008 23:35:27 +0000 (01:35 +0200)]
s3: remove rpccli_svcctl_query_config.

Guenther

15 years agos3-build: re-run make samba3-idl.
Günther Deschner [Wed, 15 Oct 2008 23:22:21 +0000 (01:22 +0200)]
s3-build: re-run make samba3-idl.

Guenther

15 years agoidl: fix svcctl_QueryServiceConfigW.
Günther Deschner [Wed, 15 Oct 2008 23:21:46 +0000 (01:21 +0200)]
idl: fix svcctl_QueryServiceConfigW.

Guenther

15 years agoCreate a 'straight paper path' for UTF16 passwords.
Andrew Bartlett [Thu, 16 Oct 2008 01:48:16 +0000 (12:48 +1100)]
Create a 'straight paper path' for UTF16 passwords.

This uses a virtual attribute 'clearTextPassword' (name chosen to
match references in MS-SAMR) that contains the length-limited blob
containing an allegidly UTF16 password.  This ensures we do no
validation or filtering of the password before we get a chance to MD4
it.  We can then do the required munging into UTF8, and in future
implement the rules Microsoft has provided us with for invalid inputs.

All layers in the process now deal with the strings as length-limited
inputs, incluing the krb5 string2key calls.

This commit also includes a small change to samdb_result_passwords()
to ensure that LM passwords are not returned to the application logic
if LM authentication is disabled.

The objectClass module has been modified to allow the
clearTextPassword attribute to pass down the stack.

Andrew Bartlett

15 years agoMove the password_hash module up the module stack.
Andrew Bartlett [Thu, 16 Oct 2008 01:31:19 +0000 (12:31 +1100)]
Move the password_hash module up the module stack.

This makes it operate in all partitions (minor), but more importantly
places it above some other modules that implement some extra schema
checks.  (The linked_attributes module objects to unknown attributes,
which inclues clearTextPassword, which we need internally but is not
in the schema).

Andrew Bartlett

15 years agoAssert that the server provides allowedAttributes (etc) on each entry
Andrew Bartlett [Thu, 16 Oct 2008 01:26:03 +0000 (12:26 +1100)]
Assert that the server provides allowedAttributes (etc) on each entry

This attribute is critical for the operation of nearly all the
Microsoft Mangement Console tools

Andrew Bartlett

15 years agoDon't use debug level 1 to log a trivial message.
Jeremy Allison [Thu, 16 Oct 2008 01:07:15 +0000 (18:07 -0700)]
Don't use debug level 1 to log a trivial message.
Jeremy.

15 years agos3: fix s3 winreg server after idl changes.
Günther Deschner [Wed, 15 Oct 2008 19:42:59 +0000 (21:42 +0200)]
s3: fix s3 winreg server after idl changes.

Guenther

15 years agos3-build: re-run make samba3-idl after winreg changes.
Günther Deschner [Wed, 15 Oct 2008 19:32:49 +0000 (21:32 +0200)]
s3-build: re-run make samba3-idl after winreg changes.

Guenther

15 years agoidl: finally fully share nbt.idl in s3 and s4.
Günther Deschner [Wed, 15 Oct 2008 19:32:01 +0000 (21:32 +0200)]
idl: finally fully share nbt.idl in s3 and s4.

Guenther