SOURCES: samba-cli_connect.patch, samba-3.0.25-CVE-2007-4138.patch...

arekm arekm at pld-linux.org
Sat Sep 15 12:00:26 CEST 2007


Author: arekm                        Date: Sat Sep 15 10:00:26 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   samba-cli_connect.patch (1.1 -> 1.2) , samba-3.0.25-CVE-2007-4138.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/samba-cli_connect.patch
diff -u SOURCES/samba-cli_connect.patch:1.1 SOURCES/samba-cli_connect.patch:1.2
--- SOURCES/samba-cli_connect.patch:1.1	Mon Aug 27 21:54:11 2007
+++ SOURCES/samba-cli_connect.patch	Sat Sep 15 12:00:21 2007
@@ -1,16 +1,3 @@
---- source/python/py_smb.c.org	2007-08-27 21:21:07.498179786 +0200
-+++ ./source/python/py_smb.c	2007-08-27 21:21:38.052496494 +0200
-@@ -47,8 +47,8 @@
- 		return NULL;
- 
- 	ZERO_STRUCT(ip);
--
--	if (!cli_connect(cli, server, &ip))
-+	
-+	if (!NT_STATUS_IS_OK(cli_connect(cli, server, &ip)))
- 		return NULL;
- 
- 	return new_cli_state_object(cli);
 --- ./examples/VFS/samba-vscan-0.3.6c-beta4/global/vscan-message.c.org	2007-08-27 21:28:22.878958972 +0200
 +++ ./examples/VFS/samba-vscan-0.3.6c-beta4/global/vscan-message.c	2007-08-27 21:28:47.792820091 +0200
 @@ -80,9 +80,9 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/samba-cli_connect.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list