]> git.pld-linux.org Git - packages/samba.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Sep 2007 10:00:21 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba-3.0.25-CVE-2007-4138.patch -> 1.2
    samba-cli_connect.patch -> 1.2

samba-3.0.25-CVE-2007-4138.patch [deleted file]
samba-cli_connect.patch

diff --git a/samba-3.0.25-CVE-2007-4138.patch b/samba-3.0.25-CVE-2007-4138.patch
deleted file mode 100644 (file)
index 2a6012a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: samba-3.0.25c/source/nsswitch/idmap_ad.c
-===================================================================
---- samba-3.0.25c.orig/source/nsswitch/idmap_ad.c      2007-09-04 13:50:33.000000000 -0500
-+++ samba-3.0.25c/source/nsswitch/idmap_ad.c   2007-09-04 13:51:36.000000000 -0500
-@@ -753,7 +753,7 @@
-        
-       if ( gid ) {            
-               if ( !ads_pull_uint32(ads, msg, ad_schema->posix_gidnumber_attr, gid ) )
--                      *gid = 0;               
-+                      *gid = (uint32)-1;              
-       }
-               
-       return NT_STATUS_OK;
index badf6c253e57bf09827eee2f8a9b4b43c6ec273d..50d3eec0451ffc9d9312e303b139e4e37cfe8914 100644 (file)
@@ -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 @@
This page took 0.113582 seconds and 4 git commands to generate.