autobuild: intermittent test failure detected

2015-05-13 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/2015-05-14-0403/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-05-14-0403/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-05-14-0403/samba.stdout
  
The top commit at the time of the failure was:

commit 13537db35f2a009dbdeadc204e03db07d22879fe
Author: Richard Sharpe rsha...@samba.org
Date:   Tue May 12 07:25:34 2015 -0700

Fix the uint32/16/8 stuff in two proto.h files I missed.

Signed-off-by: Richard Sharpe rsha...@gmail.com
Reviewed-by: Jeremy Allison j...@samba.org

Autobuild-User(master): Jeremy Allison j...@samba.org
Autobuild-Date(master): Wed May 13 22:01:14 CEST 2015 on sn-devel-104


[SCM] Samba Shared Repository - branch master updated

2015-05-13 Thread Amitay Isaacs
The branch, master has been updated
   via  4779832 ctdb-doc: Document externally managed public IP addresses
   via  6ad263f ctdb-tests: Add tickle test for external public address 
handling
   via  3b25fac ctdb-scripts: New eventscript 10.external
   via  a1d6b3f ctdb-daemon: Move release of all IPs to startup
   via  7d0a4ab ctdb-daemon: Never release all IPs when DisableIPFailover 
is set
   via  0d0512c ctdb-scripts: Drop all public IP addresses from 10.interface
   via  5483d0c ctdb-daemon: Don't update IP tree if DisableIPFailover is 
set
   via  3c7bcea ctdb-daemon: Mark interfaces as up by default
   via  694482f ctdb-daemon: Skip IP on interface checks if 
DisableIPFailover is set
   via  3e6660c ctdb-daemon: Improve readability of code by nesting 
if-statements
  from  40eac8e libads: record service ticket endtime for sealed ldap 
connections

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


- Log -
commit 4779832309aa80e26ac7a0300ff4b2df6f7ac989
Author: Martin Schwenke mar...@meltin.net
Date:   Tue May 12 14:42:00 2015 +1000

ctdb-doc: Document externally managed public IP addresses

For use with DisableIPFailover=1.

Pair-programmed-with: Amitay Isaacs ami...@gmail.com
Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

Autobuild-User(master): Amitay Isaacs ami...@samba.org
Autobuild-Date(master): Wed May 13 09:27:36 CEST 2015 on sn-devel-104

commit 6ad263ff94ed77bb1a7fc7baf8c74dfa12d761de
Author: Martin Schwenke mar...@meltin.net
Date:   Tue May 12 14:11:59 2015 +1000

ctdb-tests: Add tickle test for external public address handling

Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit 3b25face87b01c3013cf40f4b54be0c58aff5b4b
Author: Martin Schwenke mar...@meltin.net
Date:   Mon May 11 15:29:34 2015 +1000

ctdb-scripts: New eventscript 10.external

This is an alternative to 10.interface and is installed as disabled by
default.  It should only be used with DisableIPFailover=yes and when
IP failover is being handled externally.  In this mode CTDB can be
informed of public IP address movements using ctdb moveip.

During the startup event, this eventscript currently finds any
public IP addresses configured in $CTDB_PUBLIC_ADDRESSES and tells
CTDB which node they are on using ctdb moveip.  This allows CTDB to
send ARPs and tickle-ACKs.

Pair-programmed-with: Amitay Isaacs ami...@gmail.com
Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit a1d6b3fb4bff4251facd52bfe7c03d68562a81a7
Author: Martin Schwenke mar...@meltin.net
Date:   Fri May 8 20:00:35 2015 +1000

ctdb-daemon: Move release of all IPs to startup

This means that DisableIPFailover will be set if it should be.

Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit 7d0a4ab6229b19ee55f79cdcf6de811b429e4657
Author: Martin Schwenke mar...@meltin.net
Date:   Fri May 8 15:20:04 2015 +1000

ctdb-daemon: Never release all IPs when DisableIPFailover is set

If DisableIPFailover is set then something else may be managing public
IP addresses so CTDB should leave them alone.

Pair-programmed-with: Amitay Isaacs ami...@gmail.com
Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit 0d0512cb65c9a27ea60a88c9b2a2d3804dad32c0
Author: Martin Schwenke mar...@meltin.net
Date:   Fri May 8 15:18:48 2015 +1000

ctdb-scripts: Drop all public IP addresses from 10.interface

00.ctdb should not know about public IP addresses.

Move related tests to operate on 10.interface.

Pair-programmed-with: Amitay Isaacs ami...@gmail.com
Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit 5483d0c7999b5d28dfe823fbd254895024157936
Author: Martin Schwenke mar...@meltin.net
Date:   Fri May 8 13:14:34 2015 +1000

ctdb-daemon: Don't update IP tree if DisableIPFailover is set

There won't be an IP tree.  It is only ever initialised during a
takeover run.

The alternate to this would be to avoid sending
CTDB_SRVID_RECD_UPDATE_IP in ctdb moveip.  This logic is probably
best kept out of the CLI tool.

Pair-programmed-with: Amitay Isaacs ami...@gmail.com
Signed-off-by: Martin Schwenke mar...@meltin.net
Reviewed-by: Amitay Isaacs ami...@gmail.com

commit 3c7bcea368dc8f68e8e82cc527cf588dcff453c8
Author: Martin Schwenke mar...@meltin.net
Date:   Fri May 8 17:11:24 2015 +1000

ctdb-daemon: Mark interfaces as up by default

The potential for public IP addresses to shuffle around during node
initialisation disappeared a while ago 

[SCM] Samba Shared Repository - branch master updated

2015-05-13 Thread Jeremy Allison
The branch, master has been updated
   via  13537db Fix the uint32/16/8 stuff in two proto.h files I missed.
   via  0f9f5ba Convert all uses of uint32/16/8 to _t in source3/auth.
   via  0674ddc Convert uint32/16/8 to _t in source3/libnet.
   via  589c7bc Convert all uint32/16/8 to _t in source3/client.
   via  63e1352 Convert a couple of uint32s to _t that I missed in 
source3/utils.
   via  5c1f8ad Convert all uint32/16/8 to _t in source3/libsmb.
   via  dffe228 Convert all uint32/16/8 to _t in source3/lib.
   via  c833baa Convert all uint32/16/8 to _t in source3/locking.
   via  9432e20 namequery: namequery: suppress bogus warning resolve_name: 
unknown name switch type
  from  4779832 ctdb-doc: Document externally managed public IP addresses

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


- Log -
commit 13537db35f2a009dbdeadc204e03db07d22879fe
Author: Richard Sharpe rsha...@samba.org
Date:   Tue May 12 07:25:34 2015 -0700

Fix the uint32/16/8 stuff in two proto.h files I missed.

Signed-off-by: Richard Sharpe rsha...@gmail.com
Reviewed-by: Jeremy Allison j...@samba.org

Autobuild-User(master): Jeremy Allison j...@samba.org
Autobuild-Date(master): Wed May 13 22:01:14 CEST 2015 on sn-devel-104

commit 0f9f5bab27e61e5498530195c923616c017cf5b7
Author: Richard Sharpe rsha...@samba.org
Date:   Sun May 10 18:17:56 2015 -0700

Convert all uses of uint32/16/8 to _t in source3/auth.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit 0674ddcb5f0eb15c893a1ed9c467d57ab337924a
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 19:58:40 2015 -0700

Convert uint32/16/8 to _t in source3/libnet.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit 589c7bc6d65b16045d6e4ace5930afc59144fa8a
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 19:49:09 2015 -0700

Convert all uint32/16/8 to _t in source3/client.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit 63e1352fec642ea9173f069fbc9e010129ac2459
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 17:06:28 2015 -0700

Convert a couple of uint32s to _t that I missed in source3/utils.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit 5c1f8adc331a33c8fdd8e3995284d5833dc29f38
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 16:59:45 2015 -0700

Convert all uint32/16/8 to _t in source3/libsmb.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit dffe228283ba756d4370753a1e2aed3cee3acccd
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 16:33:10 2015 -0700

Convert all uint32/16/8 to _t in source3/lib.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit c833baa24cb87471a23b703a7576b8584129ed79
Author: Richard Sharpe rsha...@samba.org
Date:   Sat May 9 16:14:39 2015 -0700

Convert all uint32/16/8 to _t in source3/locking.

Signed-off-by: Richard Sharpe rsha...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

commit 9432e2032752f4e78b1bd9354f48a3c9affbed94
Author: Volker Lendecke v...@samba.org
Date:   Wed May 13 08:53:43 2015 +0200

namequery: namequery: suppress bogus warning resolve_name: unknown name 
switch type

Based on a patch by Uri Simchoni urisimch...@gmail.com

Signed-off-by: Volker Lendecke v...@samba.org
Reviewed-by: Jeremy Allison j...@samba.org

---

Summary of changes:
 source3/auth/auth_util.c   |  6 ++--
 source3/auth/check_samsec.c|  6 ++--
 source3/auth/proto.h   |  8 ++---
 source3/client/client.c| 42 +++---
 source3/client/client_proto.h  |  2 +-
 source3/client/clitar.c|  8 ++---
 source3/client/tree.c  |  4 +--
 source3/include/client.h   |  6 ++--
 source3/lib/ctdbd_conn.c   |  4 +--
 source3/lib/events.c   |  2 +-
 source3/lib/messages.c |  6 ++--
 source3/lib/popt_common.c  |  2 +-
 source3/lib/sysquotas_4A.c |  6 ++--
 source3/lib/sysquotas_linux.c  | 20 +--
 source3/lib/sysquotas_nfs.c|  2 +-
 source3/lib/sysquotas_xfs.c|  4 +--
 source3/lib/system.c   |  8 ++---
 source3/lib/util.c |  4 +--
 source3/lib/util_ea.c  |  2 +-
 source3/lib/util_sd.c  | 10 +++---
 source3/lib/util_tdb.c | 40 ++---
 source3/lib/util_wellknown.c   |  4 +--