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

Karolin Seeger kseeger at samba.org
Thu Feb 4 03:15:30 MST 2010


The branch, v3-5-test has been updated
       via  4879e70... Add cross option to samba_cv_linux_getgrouplist_ok
      from  db5ccb7... s3/smbd: Fix string buffer overflow causing heap corruption

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


- Log -----------------------------------------------------------------
commit 4879e70f31e70d357abb3ea4fbb252f3ad4e971f
Author: Lars Müller <lars at samba.org>
Date:   Wed Jan 20 12:41:43 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 89994af..728e55e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1210,7 +1210,9 @@ main() {
 #endif
        exit(0);
 }
-], [samba_cv_linux_getgrouplist_ok=yes], [samba_cv_linux_getgrouplist_ok=no])])
+], [samba_cv_linux_getgrouplist_ok=yes],
+   [samba_cv_linux_getgrouplist_ok=no],
+   [samba_cv_linux_getgrouplist_ok=cross])])
        if test x"$samba_cv_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