[SCM] Samba Shared Repository - branch master updated

2011-12-21 Thread Volker Lendecke
The branch, master has been updated
   via  53d54f9 idl: Avoid c++ style comments
  from  5767224 tdb: don't free old recovery area when expanding if already 
at EOF.

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


- Log -
commit 53d54f99b0ddf7fff6ba9bbe5dfcd1adeada90f9
Author: Volker Lendecke v...@samba.org
Date:   Wed Dec 21 11:29:38 2011 +0100

idl: Avoid c++ style comments

Autobuild-User: Volker Lendecke vlen...@samba.org
Autobuild-Date: Wed Dec 21 13:36:01 CET 2011 on sn-devel-104

---

Summary of changes:
 librpc/idl/dnsserver.idl |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/dnsserver.idl b/librpc/idl/dnsserver.idl
index 306414e..0502270 100644
--- a/librpc/idl/dnsserver.idl
+++ b/librpc/idl/dnsserver.idl
@@ -1101,7 +1101,7 @@ import misc.idl, dnsp.idl;
DNS_RPC_ZONE_CREATE_INFO_LONGHORN;
 #define DNS_RPC_ZONE_CREATE_INFO DNS_RPC_ZONE_CREATE_INFO_LONGHORN
 
-   //   Zone export
+   /* Zone export */
typedef struct {
DWORD   dwRpcStructureVersion;
DWORD   dwReserved0;


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch master updated

2011-12-21 Thread Günther Deschner
The branch, master has been updated
   via  bfbb389 s3-dns: prevent from potentially doing wrong SRV DNS 
lookups.
  from  53d54f9 idl: Avoid c++ style comments

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


- Log -
commit bfbb3893325b0a0a47d49c3a1ad83f047f42e361
Author: Günther Deschner g...@samba.org
Date:   Wed Dec 21 15:47:35 2011 +0100

s3-dns: prevent from potentially doing wrong SRV DNS lookups.

With an empty sitename we asked for e.g.
_ldap._tcp.._sites.dc._msdcs.AD.EXAMPLE.COM

Guenther

Autobuild-User: Günther Deschner g...@samba.org
Autobuild-Date: Wed Dec 21 17:23:25 CET 2011 on sn-devel-104

---

Summary of changes:
 source3/libads/dns.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/dns.c b/source3/libads/dns.c
index 5eae10e..39454fc 100644
--- a/source3/libads/dns.c
+++ b/source3/libads/dns.c
@@ -756,7 +756,7 @@ static NTSTATUS ads_dns_query_internal(TALLOC_CTX *ctx,
   int *numdcs )
 {
char *name;
-   if (sitename) {
+   if (sitename  strlen(sitename)) {
name = talloc_asprintf(ctx, %s._tcp.%s._sites.%s._msdcs.%s,
   servicename, sitename,
   dc_pdc_gc_domains, realm);


-- 
Samba Shared Repository


[SCM] Samba Shared Repository - branch master updated

2011-12-21 Thread Volker Lendecke
The branch, master has been updated
   via  a42de3b s3: There's no reason not to at least build winbind on 
darwin
  from  bfbb389 s3-dns: prevent from potentially doing wrong SRV DNS 
lookups.

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


- Log -
commit a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4
Author: Volker Lendecke v...@samba.org
Date:   Wed Dec 21 22:38:00 2011 +0100

s3: There's no reason not to at least build winbind on darwin

It does not necessarily do nsswitch services, but as a NETLOGON proxy
it should work fine

Autobuild-User: Volker Lendecke vlen...@samba.org
Autobuild-Date: Thu Dec 22 00:16:44 CET 2011 on sn-devel-104

---

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 46c98aa..cbea99d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6370,6 +6370,8 @@ case $host_os in
WINBIND_NSS=../nsswitch/WINBIND
WINBIND_WINS_NSS=
;;
+   *darwin*)
+   ;;
*)
HAVE_WINBIND=no
winbind_no_reason=, unsupported on $host_os


-- 
Samba Shared Repository


[SCM] build.samba.org - branch master updated

2011-12-21 Thread Andrew Bartlett
The branch, master has been updated
   via  3af7f62 remove old s3-waf build from host tridge
   via  f718dfe python-2.6 devel libraries installed on tridge (ppc64 box)
  from  2fb8a4d Support uxsuccess.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -
commit 3af7f627f3b9bfc1940d5273f181180791e41f9b
Author: Andrew Bartlett abart...@samba.org
Date:   Thu Dec 22 14:43:09 2011 +1100

remove old s3-waf build from host tridge

commit f718dfe7518e81e9f4379d453dd969266ec3
Author: Amitay Isaacs ami...@gmail.com
Date:   Wed Dec 21 15:37:27 2011 +1100

python-2.6 devel libraries installed on tridge (ppc64 box)

No need for local copy of python.

---

Summary of changes:
 tridge.fns |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tridge.fns b/tridge.fns
index 03f5d9d..f598200 100644
--- a/tridge.fns
+++ b/tridge.fns
@@ -2,7 +2,6 @@ per_run_hook
 
 global_lock
 
-. install_python.fns
 compilers=gcc
 
 for compiler in $compilers; do
@@ -13,7 +12,6 @@ for compiler in $compilers; do
test_tree samba_3_current source3 $compiler
test_tree samba_3_next source3 $compiler
test_tree samba_3_master source3 $compiler
-   test_tree samba_3_waf source3 $compiler
 done
 
 global_unlock


-- 
build.samba.org


[SCM] Samba Shared Repository - branch master updated

2011-12-21 Thread Amitay Isaacs
The branch, master has been updated
   via  cd772e9 param: Fix the data type for bAvailable
  from  a42de3b s3: There's no reason not to at least build winbind on 
darwin

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


- Log -
commit cd772e9bd8b1607a171338845e0de305497c1c07
Author: Amitay Isaacs ami...@gmail.com
Date:   Wed Dec 21 14:08:02 2011 +1100

param: Fix the data type for bAvailable

This causes the copy_service() to not copy bAvailable boolean on
big endian machines causing tests to fail.

Autobuild-User: Amitay Isaacs ami...@samba.org
Autobuild-Date: Thu Dec 22 05:30:49 CET 2011 on sn-devel-104

---

Summary of changes:
 lib/param/loadparm.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h
index a50384d..f0e747b 100644
--- a/lib/param/loadparm.h
+++ b/lib/param/loadparm.h
@@ -126,7 +126,7 @@ struct parm_struct {
char *szService;\
char *szInclude;\
bool bWidelinks;\
-   int bAvailable; \
+   bool bAvailable;
\
struct parmlist_entry *param_opt;   \
struct bitmap *copymap; \
char dummy[3];  /* for alignment */


-- 
Samba Shared Repository