[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Jan 11 19:22:03 UTC 2017


The branch, master has been updated
       via  4b295b1 wscript: remove executable bits for all wscript* files
       via  c736689 lib/tevent: remove unused release-script.sh
       via  cfaa358 nsswitch: remove unused TALLOC_* defines in pam_winbind.h
      from  f16908c winbind: Fix CID 1398530 Resource leak

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4b295b106c687284d8468eab07d353bb800ba76b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Jan 10 12:43:54 2017 +0100

    wscript: remove executable bits for all wscript* files
    
    These files should not be executable.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Wed Jan 11 20:21:01 CET 2017 on sn-devel-144

commit c7366892b06f1c4f1541a8b9c0d8682131260a66
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Jan 10 13:07:33 2017 +0100

    lib/tevent: remove unused release-script.sh
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>

commit cfaa3582087f21a6dfc769b36f9d7245f73b25fc
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Jan 10 15:08:48 2017 +0100

    nsswitch: remove unused TALLOC_* defines in pam_winbind.h
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>

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

Summary of changes:
 auth/credentials/wscript_build                     |  0
 auth/gensec/wscript_build                          |  0
 auth/kerberos/wscript_build                        |  0
 buildtools/wafsamba/wscript                        |  0
 dynconfig/wscript                                  |  0
 lib/addns/wscript_build                            |  0
 lib/krb5_wrap/wscript_build                        |  0
 lib/ldb/wscript                                    |  0
 lib/tevent/release-script.sh                       | 48 ----------------------
 lib/tevent/wscript                                 |  0
 lib/util/wscript_build                             |  0
 libcli/auth/wscript_build                          |  0
 libcli/dns/wscript_build                           |  0
 libcli/nbt/wscript_build                           |  0
 libcli/smb/wscript                                 |  0
 nsswitch/pam_winbind.h                             |  6 ---
 source3/rpc_server/wscript_build                   |  0
 source3/wscript_build                              |  0
 source4/auth/gensec/wscript_build                  |  0
 source4/auth/kerberos/wscript_build                |  0
 source4/dsdb/samdb/ldb_modules/wscript_build       |  0
 .../dsdb/samdb/ldb_modules/wscript_build_server    |  0
 source4/dsdb/wscript_build                         |  0
 source4/heimdal_build/wscript_configure            |  0
 source4/kdc/wscript_build                          |  0
 source4/libcli/wscript_build                       |  0
 source4/librpc/wscript_build                       |  0
 source4/rpc_server/wscript_build                   |  0
 source4/torture/wscript_build                      |  0
 29 files changed, 54 deletions(-)
 mode change 100755 => 100644 auth/credentials/wscript_build
 mode change 100755 => 100644 auth/gensec/wscript_build
 mode change 100755 => 100644 auth/kerberos/wscript_build
 mode change 100755 => 100644 buildtools/wafsamba/wscript
 mode change 100755 => 100644 dynconfig/wscript
 mode change 100755 => 100644 lib/addns/wscript_build
 mode change 100755 => 100644 lib/krb5_wrap/wscript_build
 mode change 100755 => 100644 lib/ldb/wscript
 delete mode 100755 lib/tevent/release-script.sh
 mode change 100755 => 100644 lib/tevent/wscript
 mode change 100755 => 100644 lib/util/wscript_build
 mode change 100755 => 100644 libcli/auth/wscript_build
 mode change 100755 => 100644 libcli/dns/wscript_build
 mode change 100755 => 100644 libcli/nbt/wscript_build
 mode change 100755 => 100644 libcli/smb/wscript
 mode change 100755 => 100644 source3/rpc_server/wscript_build
 mode change 100755 => 100644 source3/wscript_build
 mode change 100755 => 100644 source4/auth/gensec/wscript_build
 mode change 100755 => 100644 source4/auth/kerberos/wscript_build
 mode change 100755 => 100644 source4/dsdb/samdb/ldb_modules/wscript_build
 mode change 100755 => 100644 source4/dsdb/samdb/ldb_modules/wscript_build_server
 mode change 100755 => 100644 source4/dsdb/wscript_build
 mode change 100755 => 100644 source4/heimdal_build/wscript_configure
 mode change 100755 => 100644 source4/kdc/wscript_build
 mode change 100755 => 100644 source4/libcli/wscript_build
 mode change 100755 => 100644 source4/librpc/wscript_build
 mode change 100755 => 100644 source4/rpc_server/wscript_build
 mode change 100755 => 100644 source4/torture/wscript_build


Changeset truncated at 500 lines:

diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build
old mode 100755
new mode 100644
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
old mode 100755
new mode 100644
diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build
old mode 100755
new mode 100644
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
old mode 100755
new mode 100644
diff --git a/dynconfig/wscript b/dynconfig/wscript
old mode 100755
new mode 100644
diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build
old mode 100755
new mode 100644
diff --git a/lib/krb5_wrap/wscript_build b/lib/krb5_wrap/wscript_build
old mode 100755
new mode 100644
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
old mode 100755
new mode 100644
diff --git a/lib/tevent/release-script.sh b/lib/tevent/release-script.sh
deleted file mode 100755
index 077f562..0000000
--- a/lib/tevent/release-script.sh
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/bash
-
-if [ "$1" = "" ]; then
-    echo "Please provide version string, eg: 1.2.0"
-    exit 1
-fi
-
-if [ ! -d "lib/tevent" ]; then
-    echo "Run this script from the samba base directory."
-    exit 1
-fi
-
-git clean -f -x -d lib/tevent
-git clean -f -x -d lib/replace
-
-curbranch=`git-branch |grep "^*" | tr -d "* "`
-
-version=$1
-strver=`echo ${version} | tr "." "-"`
-
-# Checkout the release tag
-git branch -f tevent-release-script-${strver} tevent-${strver}
-if [ ! "$?" = "0" ];  then
-    echo "Unable to checkout tevent-${strver} release"
-    exit 1
-fi
-
-git checkout tevent-release-script-${strver}
-
-# Test configure agrees with us
-confver=`grep "^AC_INIT" lib/tevent/configure.ac | tr -d "AC_INIT(tevent, " | tr -d ")"`
-if [ ! "$confver" = "$version" ]; then
-    echo "Wrong version, requested release for ${version}, found ${confver}"
-    exit 1
-fi
-
-# Now build tarball
-cp -a lib/tevent tevent-${version}
-cp -a lib/replace tevent-${version}/libreplace
-pushd tevent-${version}
-./autogen.sh
-popd
-tar cvzf tevent-${version}.tar.gz tevent-${version}
-rm -fr tevent-${version}
-
-#Clean up
-git checkout $curbranch
-git branch -d tevent-release-script-${strver}
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
old mode 100755
new mode 100644
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
old mode 100755
new mode 100644
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
old mode 100755
new mode 100644
diff --git a/libcli/dns/wscript_build b/libcli/dns/wscript_build
old mode 100755
new mode 100644
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
old mode 100755
new mode 100644
diff --git a/libcli/smb/wscript b/libcli/smb/wscript
old mode 100755
new mode 100644
diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h
index 6b65c46..d468efb 100644
--- a/nsswitch/pam_winbind.h
+++ b/nsswitch/pam_winbind.h
@@ -216,10 +216,4 @@ struct pwb_context {
 	struct wbcContext *wbc_ctx;
 };
 
-#ifndef TALLOC_FREE
-#define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
-#endif
-#define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
-#define TALLOC_P(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
-
 #endif /* _NSSWITCH_PAM_WINBIND_H_ */
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build
old mode 100755
new mode 100644
diff --git a/source3/wscript_build b/source3/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build_server b/source4/dsdb/samdb/ldb_modules/wscript_build_server
old mode 100755
new mode 100644
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
old mode 100755
new mode 100644
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build
old mode 100755
new mode 100644
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
old mode 100755
new mode 100644


-- 
Samba Shared Repository



More information about the samba-cvs mailing list