The branch, v3-3-test has been updated
       via  f5a597d3ca2257fa5614b0a9ca6cfb667b02d084 (commit)
      from  65b0ea5e398b382b6a40c069ca81d399b059b045 (commit)

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


- Log -----------------------------------------------------------------
commit f5a597d3ca2257fa5614b0a9ca6cfb667b02d084
Author: Karolin Seeger <[EMAIL PROTECTED]>
Date:   Wed Aug 27 13:23:20 2008 +0200

    ldb: Fix permissions of new ldg files.
    
    This one fixes together with 2eaf4ed62 bug #5715 and CVE-2008-3789.
    
    Thanks to Steve Langasek <[EMAIL PROTECTED]> for reporting!
    
    Karolin
    (cherry picked from commit b666d0a4b597218f5f5020bf36d80d84dcbf7259)

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

Summary of changes:
 source/lib/ldb/common/ldb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/common/ldb.c b/source/lib/ldb/common/ldb.c
index e469c49..743711b 100644
--- a/source/lib/ldb/common/ldb.c
+++ b/source/lib/ldb/common/ldb.c
@@ -51,7 +51,7 @@ struct ldb_context *ldb_init(void *mem_ctx)
        }
 
        ldb_set_utf8_default(ldb);
-       ldb_set_create_perms(ldb, 0666);
+       ldb_set_create_perms(ldb, 0600);
 
        return ldb;
 }


-- 
Samba Shared Repository

Reply via email to