autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-13-0733/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-13-0733/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-13-0733/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2016-09-12 Thread Jeremy Allison
The branch, master has been updated
   via  7a0ff3b unix_msg: add a test for dgram socket caching
   via  95f3d9b unix_msg: always create a send queue for a peer
   via  16d0766 unix_msg: introduce send queue caching
   via  bb526a6 unix_msg: add flag to prepare_socket_nonblock()
   via  d2b0694 messaging: Call messaging_dgm_send under become_root only 
if necessary
   via  e0de912 unix_msg: Return errno from find_send_queue
   via  3f45fce unix_msg: modify find_send_queue() to take a struct 
sockaddr_un
   via  cfce212 s4/messaging: messaging_dgm_ref talloc hierarchy fix
   via  b3cf15e s4-kdc: Remove obsolete kpasswdd heimdal implementation
   via  510e504 s4-kdc: Switch to the new kpasswd service implementation
   via  7e4c996 s4-kdc: Add new kpasswd service Heimdal backend
   via  69749b6 s4-kdc: Add a new kpasswd service implementation
   via  7fed514 s4-kdc: Allow to set the keytab_name in the kdc_server 
structure
   via  b61ca17 s4-kdc: Add a kpasswd_samdb_set_password() helper function
  from  76360ca s3/smbd: use stat from smb_fname if valid in 
refuse_symlink()

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


- Log -
commit 7a0ff3bc261f6f8aad87366862f884e344603bef
Author: Ralph Boehme 
Date:   Fri Aug 19 12:02:12 2016 +0200

unix_msg: add a test for dgram socket caching

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Tue Sep 13 04:11:30 CEST 2016 on sn-devel-144

commit 95f3d9bb497c9e18bbdead25f6abf485014ba769
Author: Ralph Boehme 
Date:   Fri Aug 19 09:22:54 2016 +0200

unix_msg: always create a send queue for a peer

Previously, we only created a send queue for a peer if the initial send
to the non-blocking non-connected socket reported EWOULDBOCK (because
the channel was full).

With this change, we now always create a send queue and use a connected,
non-blocking datagram socket from the beginning.

Initially, the socket of the send queue is set to non-blocking mode and
we attempt a direct send via sendmsg(). If that returns EWOULDBOCK, we
set the send queue to blocking mode and let the threadpool handle the
IO.

When a send queue becomes empty, we set the send queue socket back to
non-blocking.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

commit 16d076662139be1e1ebd5f26509bad3188dd9bc8
Author: Ralph Boehme 
Date:   Fri Aug 19 16:25:11 2016 +0200

unix_msg: introduce send queue caching

This introduces caching of unix datagram send queues. Right now send
queues are only created for peers if the channel to the peer is full and
a send reported EWOULDBLOCK.

At this stage, performance will actually be slightly worse, because now
if there's a cached queue for a peer without queued messages, we don't
attempt direct send anymore until the send queue is removed from the
cache.

The next commit will modify unix_msg to always create a send queue with
the datagram socket in connected mode and again attempt an non-blocking
send on the connected socket first. Then only if that returns
EWOULDBLOCK, the send has to go through the threadpool.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

commit bb526a61d1970617a349781f67cd955b282335c4
Author: Ralph Boehme 
Date:   Mon Aug 22 14:02:43 2016 +0200

unix_msg: add flag to prepare_socket_nonblock()

This allows prepare_socket_nonblock() to be called to set a socket to
non-blocking (as before) as well as blocking. This will be used in a
subsequent commit.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

commit d2b0694666b59021b7a2c2a8745cb50f57fc2a76
Author: Ralph Boehme 
Date:   Thu Sep 1 14:08:55 2016 +0200

messaging: Call messaging_dgm_send under become_root only if necessary

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

commit e0de912793fe23ba3e61541e69b36199d57d7f0f
Author: Ralph Boehme 
Date:   Thu Sep 1 14:04:30 2016 +0200

unix_msg: Return errno from find_send_queue

Signed-off-by: : Ralph Boehme 
Reviewed-by: Jeremy Allison 

commit 3f45fcebdcab365ed7fb3d2689a989597a8832fe
Author: Ralph Boehme 
Date:   Fri Aug 19 16:14:52 2016 +0200

unix_msg: modify find_send_queue() to take a struct sockaddr_un

In one of the next commits unix_dgram_send_queue_init() will be moved
into find_send_queue and that takes a struct sockaddr_un.

   

autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-13-0126/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-13-0126/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-13-0126/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144



[SCM] Samba Website Repository - branch master updated

2016-09-12 Thread Björn Jacke
The branch, master has been updated
   via  098d764 ble turkish support site
  from  7988dba extend turkish suport site

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


- Log -
commit 098d76456be5f7e32720285a98e4b184e8e3f038
Author: Björn Jacke 
Date:   Mon Sep 12 23:54:48 2016 +0200

ble turkish support site

---

Summary of changes:
 support/countries.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/support/countries.html b/support/countries.html
index e24bcf2..64254a0 100644
--- a/support/countries.html
+++ b/support/countries.html
@@ -42,7 +42,7 @@
  Spain
  Sweden
  Switzerland
-
+ Turkey
  United Kingdom
  United States
  Venezuela


-- 
Samba Website Repository



autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-12-2332/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-2332/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-2332/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144



[SCM] Samba Website Repository - branch master updated

2016-09-12 Thread Björn Jacke
The branch, master has been updated
   via  7988dba extend turkish suport site
  from  3d12b42 NEWS[4.5.0]: Samba 4.5.0 Available for Download

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


- Log -
commit 7988dba570b22621f86f1effa45650d9513630f4
Author: Björn Jacke 
Date:   Mon Sep 12 18:21:38 2016 +0200

extend turkish suport site

---

Summary of changes:
 support/turkey.html | 21 ++---
 1 file changed, 18 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/support/turkey.html b/support/turkey.html
index 48d8487..72a7ce7 100644
--- a/support/turkey.html
+++ b/support/turkey.html
@@ -6,10 +6,11 @@
 
 
 
+Company : Fisek Enstitusu Bilisim Hizmetleri
 
-Company : Fisek Enstitusu Bilisim Hizmetleri
-Telephone : 90-312-3857026 (Ankara) / 90-216-4284693 (Istanbul)
-Internet : http://www.fisek.com.tr;>http://www.fisek.com.tr
+Tel: +90-312-3857026 (Ankara) / 90-216-4284693 (Istanbul)
+Web : http://www.fisek.com.tr;>http://www.fisek.com.tr
+
 Additional Info:
 
 Fisek, Ankara ve Istanbul merkezli olmak uzere tum Turkiye'de Linux
@@ -19,5 +20,19 @@ Samba'nin da, tum Linux projelerinin oldugu gibi ticari 
destegini
 4vermektedir.
 
 
+
+
+Profelis IT Consultancy
+
+Tel: +90 212 212 80 21
+Web: http://www.profelis.com.tr/;>http://www.profelis.com.tr/
+
+Additional Info:
+
+Profelis offers Linux and Open Source Consultancy in Turkey and is ISO 9001 
and ISO
+27001 certified.
+
+
+
 
 


-- 
Samba Website Repository



autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-12-1623/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1623/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1623/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144



autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-12-1532/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1532/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1532/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144



autobuild[sn-devel-104]: intermittent test failure detected

2016-09-12 Thread autobuild
The autobuild test system (on sn-devel-104) 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.sn-devel-104/2016-09-12-1130/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1130/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-12-1130/samba.stdout
  
The top commit at the time of the failure was:

commit 76360caad20dae0389e3e78d58d5866e5657a6cd
Author: Ralph Boehme 
Date:   Sat Sep 10 14:43:07 2016 +0200

s3/smbd: use stat from smb_fname if valid in refuse_symlink()

Now that refuse_symlink() gets passed in a smb_fname and not just a char
buffer, we can try to reuse its stat info and save one stat call here.

Signed-off-by: Ralph Boehme 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Sun Sep 11 23:52:17 CEST 2016 on sn-devel-144