[SCM] Samba Shared Repository - branch master updated

2013-01-25 Thread Andrew Bartlett
The branch, master has been updated
   via  c5db4eb bug9598: s4-process_single: Use pid,fd as cluster_id in 
process_single just like process_prefork
  from  da35cd7 Avoid a very small memleak on talloc_tos()

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


- Log -
commit c5db4eb9104f1a95220273ee2b0290d157053922
Author: Andrew Bartlett abart...@samba.org
Date:   Fri Jan 25 13:15:51 2013 +1100

bug9598: s4-process_single: Use pid,fd as cluster_id in process_single just 
like process_prefork

This avoids two different process single servers (say LDAP and the RPC 
server) sharing the same
server id.

Fix-bug: https://bugzilla.samba.org/show_bug.cgi?id=9598

Reported-by: Matthieu Patou m...@matws.net
Reviewed-by: Matthieu Patou m...@matws.net
Signed-off-by: Andrew Bartlett abartl...@samba.org

Autobuild-User(master): Andrew Bartlett abart...@samba.org
Autobuild-Date(master): Fri Jan 25 12:00:04 CET 2013 on sn-devel-104

---

Summary of changes:
 source4/smbd/process_single.c |   11 ---
 1 files changed, 8 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index 742eac1..ff67750 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -49,6 +49,7 @@ static void single_accept_connection(struct tevent_context 
*ev,
 {
NTSTATUS status;
struct socket_context *connected_socket;
+   pid_t pid = getpid();
 
/* accept an incoming connection. */
status = socket_accept(listen_socket, connected_socket);
@@ -71,10 +72,14 @@ static void single_accept_connection(struct tevent_context 
*ev,
 
talloc_steal(private_data, connected_socket);
 
-   /* The cluster_id(0, fd) cannot collide with the incrementing
-* task below, as the first component is 0, not 1 */
+   /*
+* We use the PID so we cannot collide in with cluster ids
+* generated in other single mode tasks, and, and won't
+* collide with PIDs from process model standard because a the
+* combination of pid/fd should be unique system-wide
+*/
new_conn(ev, lp_ctx, connected_socket,
-cluster_id(0, socket_get_fd(connected_socket)), private_data);
+cluster_id(pid, socket_get_fd(connected_socket)), 
private_data);
 }
 
 /*


-- 
Samba Shared Repository


autobuild: intermittent test failure detected

2013-01-25 Thread autobuild
The autobuild test system has detected an intermittent failing test in 
the current master tree.

The autobuild log of the failure is available here:

   http://git.samba.org/autobuild.flakey/2013-01-26-0528/flakey.log

The samba3 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-01-26-0528/samba3.stderr
   http://git.samba.org/autobuild.flakey/2013-01-26-0528/samba3.stdout

The source4 build logs are available here:

   http://git.samba.org/autobuild.flakey/2013-01-26-0528/samba.stderr
   http://git.samba.org/autobuild.flakey/2013-01-26-0528/samba.stdout
  
The top commit at the time of the failure was:

commit d79485a566e3c59ce53c3ee205aa6c78f149f5d8
Author: Jeremy Allison j...@samba.org
Date:   Thu Jan 24 12:33:53 2013 -0800

Regression test for bug #9587 - archive flag is always set on directories.

Ensure we get the correct attributes on files
and directories after a rename.

Signed-off-by: Jeremy Allison j...@samba.org
Reviewed-by: David Disseldorp dd...@samba.org

Autobuild-User(master): David Disseldorp dd...@samba.org
Autobuild-Date(master): Fri Jan 25 13:42:40 CET 2013 on sn-devel-104


[SCM] Samba Website Repository - branch master updated

2013-01-25 Thread Matthieu Patou
The branch, master has been updated
   via  3160184 samba-fr moved to hosting at renater
  from  36005b2 Announce Samba 3.6.11.

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


- Log -
commit 31601845f2078cf0f6d7a3bb8963e4102cea7dd7
Author: Matthieu Patou m...@matws.net
Date:   Fri Jan 25 21:03:49 2013 -0800

samba-fr moved to hosting at renater

---

Summary of changes:
 archives.html |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/archives.html b/archives.html
index 2f4cfc1..73b47f4 100755
--- a/archives.html
+++ b/archives.html
@@ -62,7 +62,7 @@
 /table
 
 pA mailing list in the French language is also available.  See a
-href=http://listes.ac-grenoble.fr/wws/info/samba-fr;http://listes.ac-grenoble.fr/wws/info/samba-fr/a
 for more information./p
+href=https://groupes.renater.fr/sympa/info/samba-fr;https://groupes.renater.fr/sympa/info/samba-fr/a
 for more information./p
 
 
 br /


-- 
Samba Website Repository