138d71ff62
Major enhancements in Samba 3.6.1 include: o Fix smbd crashes triggered by Windows XP clients (bug #8384). o Fix a Winbind race leading to 100% CPU load (bug #8409). o Several SMB2 fixes. o The VFS ACL modules are no longer experimental but production-ready. Full release notes at http://www.samba.org/samba/history/samba-3.6.1.html Major enhancements in Samba 3.6.0 include: - Changed security defaults: client ntlmv2 auth = yes client use spnego principal = no send spnego principal = no - SMB2 support (fully functional with one omission) - Internal Winbind passdb changes - New Spoolss code - ID Mapping Changes - Endpoint Mapper - Internal restructuring - SMB Traffic Analyzer (http://holger123.wordpress.com/smb-traffic-analyzer/) - NFS quota backend on Linux Full release notes at http://www.samba.org/samba/history/samba-3.6.0.html
13 lines
444 B
Text
13 lines
444 B
Text
$NetBSD: patch-ah,v 1.6 2011/12/16 22:32:06 asau Exp $
|
|
|
|
--- libsmb/cliconnect.c.orig 2011-08-09 15:17:47.000000000 +0400
|
|
+++ libsmb/cliconnect.c 2011-08-23 16:04:27.000000000 +0400
|
|
@@ -3523,7 +3523,7 @@
|
|
if (!NT_STATUS_IS_OK(status)) {
|
|
DEBUG(99, ("No master browsers responded: %s\n",
|
|
nt_errstr(status)));
|
|
- return False;
|
|
+ return NULL;
|
|
}
|
|
|
|
for (i = 0; i < count; i++) {
|