* BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public share. * BUG 11847: Only validate MIC if "map to guest" is not being used. * BUG 11849: auth/ntlmssp: Add ntlmssp_{client,server}:force_old_spnego option for testing. * BUG 11850: NetAPP SMB servers don't negotiate NTLMSSP_SIGN. * BUG 11858: Allow anonymous smb connections. * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5). * BUG 11872: Fix 'wbinfo -u' and 'net ads search'.
18 lines
566 B
Text
18 lines
566 B
Text
--- source3/wscript_build.orig 2016-05-02 07:48:32.000000000 +0000
|
|
+++ source3/wscript_build 2016-05-05 08:40:07.413511000 +0000
|
|
@@ -619,6 +619,7 @@
|
|
smbd_conn
|
|
param_service
|
|
AVAHI
|
|
+ dns_sd
|
|
PRINTBASE
|
|
PROFILE
|
|
LOCKING
|
|
@@ -1072,6 +1073,7 @@
|
|
msrpc3
|
|
RPC_NDR_SRVSVC
|
|
cli_smb_common
|
|
+ dns_sd
|
|
''' + bld.env['archive_lib'])
|
|
|
|
bld.SAMBA3_BINARY('net',
|