[SCM] Samba Shared Repository - branch v3-4-test updated

Karolin Seeger kseeger at samba.org
Thu Feb 4 03:19:49 MST 2010


The branch, v3-4-test has been updated
       via  050f86f... Add cross option to samba_cv_linux_getgrouplist_ok
      from  3916710... s3/smbd: Fix string buffer overflow causing heap corruption

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 050f86f83b8d6642e1b88c37f4ad294f5e206b87
Author: Lars Müller <lars at samba.org>
Date:   Thu Feb 4 11:19:06 2010 +0100

    Add cross option to samba_cv_linux_getgrouplist_ok
    
    "cross" as an option got removed accidentl with commit e5a95132 while
    moving in direction of 3.2.
    
    Patch proposed by Richard Sharpe <realrichardsharpe at gmail.com>.
    (cherry picked from commit 30ea9932f5ea8a73c84dbab3ae3e997c2ae34e79)
    
    Fix bug #7047.

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 1034509..be18c24 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1243,7 +1243,9 @@ main() {
 #endif
        exit(0);
 }
-], [linux_getgrouplist_ok=yes], [linux_getgrouplist_ok=no])
+], [linux_getgrouplist_ok=yes],
+   [linux_getgrouplist_ok=no],
+   [linux_getgrouplist_ok=cross])
        if test x"$linux_getgrouplist_ok" = x"yes"; then
           AC_DEFINE(HAVE_GETGROUPLIST, 1, [Have good getgrouplist])
        fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list