autobuild: intermittent test failure detected

2015-03-15 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-03-15-1654/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-03-15-1654/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-03-15-1654/samba.stdout
  
The top commit at the time of the failure was:

commit dd43b70524877064931eb8798ba81f4951266653
Author: Günther Deschner g...@samba.org
Date:   Wed Mar 11 10:37:00 2015 +0100

librpc: use the correct MSServerClusterMgmtAPI auth service for clusapi.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Günther Deschner g...@samba.org
Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104


autobuild: intermittent test failure detected

2015-03-15 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-03-15-1427/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-03-15-1427/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-03-15-1427/samba.stdout
  
The top commit at the time of the failure was:

commit dd43b70524877064931eb8798ba81f4951266653
Author: Günther Deschner g...@samba.org
Date:   Wed Mar 11 10:37:00 2015 +0100

librpc: use the correct MSServerClusterMgmtAPI auth service for clusapi.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Günther Deschner g...@samba.org
Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104


autobuild: intermittent test failure detected

2015-03-15 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-03-15-2028/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-03-15-2028/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-03-15-2028/samba.stdout
  
The top commit at the time of the failure was:

commit dd43b70524877064931eb8798ba81f4951266653
Author: Günther Deschner g...@samba.org
Date:   Wed Mar 11 10:37:00 2015 +0100

librpc: use the correct MSServerClusterMgmtAPI auth service for clusapi.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Günther Deschner g...@samba.org
Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104


[SCM] Samba Shared Repository - branch v4-1-test updated

2015-03-15 Thread Karolin Seeger
The branch, v4-1-test has been updated
   via  f244eaa talloc: version 2.1.2
   via  75d7179 talloc: fix _talloc_total_limit_size prototype
   via  763a569 lib: talloc: Test suite for the new destructor reparent 
logic.
   via  f635357 lib: talloc: Allow destructors to reparent the object 
they're called on.
   via  2a4ca9d lib: talloc: Fix bug when calling a destructor.
   via  1c2f26b talloc:build: improve detection of srcdir
   via  2a59ff1 talloc: version 2.1.1
   via  38aeda4 talloc/tests: avoid some unused variable warnings
   via  21e38ad talloc: fix compiler warning
   via  43049ba talloc: check for TALLOC_GET_TYPE_ABORT_NOOP
   via  32035b0 talloc: avoid a function call in TALLOC_FREE() if possible.
   via  19a86f6 talloc: inline talloc_get_name()
   via  7e2707e talloc: inline more static functions
   via  b77c479 talloc: Tune talloc_vasprintf
   via  7af07a5 talloc: Update flags in pytalloc-util pkgconfig file
   via  4992a53 Add a basic guide on pytalloc.
   via  88c9bff talloc: Add a warning to talloc_reference() documentation.
   via  2aa1291 talloc: Test the pooled object
   via  0f88b87 talloc: Add talloc_pooled_object
   via  62abe79 talloc: Allow nested pools.
   via  1a70518 talloc: Add a separate pool size
   via  8497337 talloc: Put pool-specific data before the chunk
   via  4e36c2f talloc: Introduce __talloc_with_prefix
   via  a6a4ec7 talloc: Decouple the dual use of chunk-pool
   via  133b1c6 Fix valgrind errors with memmove and talloc pools.
   via  834b7ea Add simple limited pool tests to test_memlimit().
   via  105a903 Remove talloc_memlimit_update(). No longer used.
   via  595a97e Inside _talloc_realloc(), keep track of size changes over 
malloc/realloc/free.
   via  a1e788b Don't call talloc_memlimit_update() inside 
_talloc_realloc() when we're just manipulating pool members.
   via  a0b5d06 Fix a conditional check. (size - tc-size  0) is always 
true if size and tc-size are unsigned.
   via  2d9ed12 In _talloc_steal_internal(), correctly decrement the memory 
limit in the source, and increment in the destination.
   via  833b365 Inside _talloc_free_internal(), always call 
talloc_memlimit_update_on_free() before we free the real memory.
   via  b1a0927 Update memory limits when we call free() on a pool.
   via  f905053 Change __talloc() to only call 
talloc_memlimit_check()/talloc_memlimit_grow() on actual malloc allocation.
   via  9a11cc5 Change _talloc_total_mem_internal() to ignore memory 
allocated from a pool when calculating limit size.
   via  622fecb Remove magic TC_HDR_SIZE handling inside 
talloc_memlimit_check().
   via  fd0122c Start to fix talloc memlimits with talloc pools.
   via  6d0843d3 s3-winbind: Fix chached user group lookup of trusted 
domains.
   via  88e22cd spoolss: retrieve published printer GUID if not in registry
   via  40a9097 printing: rework nt_printer_guid_store to return errors
   via  f59d71e printing: add nt_printer_guid_retrieve() helper
   via  27c65e0 printing: split out printer DN and GUID retrieval
  from  359d054 doc-xml: Add 'sharesec' reference to 'access based share 
enum'

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-1-test


- Log -
commit f244eaa9ddbfb8481ca66ddf8e9d757d4d5f9519
Author: Stefan Metzmacher me...@samba.org
Date:   Mon Mar 9 09:07:24 2015 +0100

talloc: version 2.1.2

Changes:
- Allow destructors to reparent the object
- Allow destructors to remove itself
- Build improvements

Signed-off-by: Stefan Metzmacher me...@samba.org
Reviewed-by: Günther Deschner g...@samba.org
(cherry picked from commit 7bef5e4f0e5ff4a4187f3d63e51a1725ff32b771)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11144
Memory leak in SMB2 notify handling.

Autobuild-User(v4-1-test): Karolin Seeger ksee...@samba.org
Autobuild-Date(v4-1-test): Mon Mar 16 00:25:52 CET 2015 on sn-devel-104

commit 75d7179dfcd2ded8bfea95972497d7da4d6ab5a4
Author: Stefan Metzmacher me...@samba.org
Date:   Tue Jan 27 13:07:34 2015 +0100

talloc: fix _talloc_total_limit_size prototype

Signed-off-by: Stefan Metzmacher me...@samba.org
Reviewed-by: Ralph Boehme s...@samba.org
(cherry picked from commit 3929abfc6b5a3ae8a27da57d4dbee9524e3585e3)

commit 763a569b68d42b95f82bc6d2e817862a1b7d74bc
Author: Jeremy Allison j...@samba.org
Date:   Tue Mar 3 17:12:32 2015 -0800

lib: talloc: Test suite for the new destructor reparent logic.

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

Autobuild-User(master): Jeremy Allison j...@samba.org
Autobuild-Date(master): Sun Mar  8 20:52:43 CET 2015 on sn-devel-104

(cherry picked from commit 

[SCM] Samba Shared Repository - branch v4-0-test updated

2015-03-15 Thread Karolin Seeger
The branch, v4-0-test has been updated
   via  786cbeb s3:configure: require external talloc = 2.1.2
   via  28e014b talloc: version 2.1.2
   via  79f15e0 talloc: fix _talloc_total_limit_size prototype
   via  3cbf66c lib: talloc: Test suite for the new destructor reparent 
logic.
   via  1b584cf lib: talloc: Allow destructors to reparent the object 
they're called on.
   via  8194d06 lib: talloc: Fix bug when calling a destructor.
   via  6640cfa talloc:build: improve detection of srcdir
   via  8eb3271 talloc: version 2.1.1
   via  509dd16 talloc/tests: avoid some unused variable warnings
   via  243be7a talloc: fix compiler warning
   via  f2396a6 talloc: check for TALLOC_GET_TYPE_ABORT_NOOP
   via  51cc876 talloc: avoid a function call in TALLOC_FREE() if possible.
   via  61e6848 talloc: inline talloc_get_name()
   via  0886602 talloc: inline more static functions
   via  4419cad talloc: Tune talloc_vasprintf
   via  d9e00c6 talloc: Update flags in pytalloc-util pkgconfig file
   via  6e5df36 Add a basic guide on pytalloc.
   via  2d30bcb talloc: Add a warning to talloc_reference() documentation.
   via  2c3ca8f talloc: Test the pooled object
   via  eb093c2 talloc: Add talloc_pooled_object
   via  fb91890 talloc: Allow nested pools.
   via  040a3e1 talloc: Add a separate pool size
   via  e5ff3e1 talloc: Put pool-specific data before the chunk
   via  aa2a731 talloc: Introduce __talloc_with_prefix
   via  164fb45 talloc: Decouple the dual use of chunk-pool
   via  61c0ed7 Fix valgrind errors with memmove and talloc pools.
   via  571ac8c Add simple limited pool tests to test_memlimit().
   via  18e14d6 Remove talloc_memlimit_update(). No longer used.
   via  cf58b43 Inside _talloc_realloc(), keep track of size changes over 
malloc/realloc/free.
   via  e9f3ce8 Don't call talloc_memlimit_update() inside 
_talloc_realloc() when we're just manipulating pool members.
   via  2435334 Fix a conditional check. (size - tc-size  0) is always 
true if size and tc-size are unsigned.
   via  378363f In _talloc_steal_internal(), correctly decrement the memory 
limit in the source, and increment in the destination.
   via  e17b670 Inside _talloc_free_internal(), always call 
talloc_memlimit_update_on_free() before we free the real memory.
   via  0aa59ad Update memory limits when we call free() on a pool.
   via  681728a Change __talloc() to only call 
talloc_memlimit_check()/talloc_memlimit_grow() on actual malloc allocation.
   via  a49237c Change _talloc_total_mem_internal() to ignore memory 
allocated from a pool when calculating limit size.
   via  ddde41c Remove magic TC_HDR_SIZE handling inside 
talloc_memlimit_check().
   via  079a5e6 Start to fix talloc memlimits with talloc pools.
   via  6afc7bc talloc: Fix a typo
   via  e762b71 talloc: only provide the --enable-talloc-compat1 in 
standalone build
   via  9935376 talloc: Simplify _talloc_free_poolmem a bit
   via  1828505 talloc: Do an early return
   via  5c2eade talloc: Avoid some else by doing early returns
   via  61150fb talloc: Fix nonblank line endings
   via  856220d talloc: Convert error cecking macros into fns
   via  07ca908 Add tests for talloc_memlimit
   via  1460f36 Add memory limiting capability to talloc
  from  594e911 smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT.

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -
commit 786cbeb335a687d1d2d5028e4c51fcca7d22c7da
Author: Stefan Metzmacher me...@samba.org
Date:   Tue Mar 10 10:51:11 2015 +0100

s3:configure: require external talloc = 2.1.2

Signed-off-by: Stefan Metzmacher me...@samba.org

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11144
Memory leak in SMB2 notify handling.

Autobuild-User(v4-0-test): Karolin Seeger ksee...@samba.org
Autobuild-Date(v4-0-test): Mon Mar 16 00:22:31 CET 2015 on sn-devel-104

commit 28e014b37db0f1bfc8204f71be6a72e321bf5847
Author: Stefan Metzmacher me...@samba.org
Date:   Mon Mar 9 09:07:24 2015 +0100

talloc: version 2.1.2

Changes:
- Allow destructors to reparent the object
- Allow destructors to remove itself
- Build improvements

Signed-off-by: Stefan Metzmacher me...@samba.org
Reviewed-by: Günther Deschner g...@samba.org
(cherry picked from commit 7bef5e4f0e5ff4a4187f3d63e51a1725ff32b771)

commit 79f15e0f58bdb2e3ac9bbf3ae61c696abfdefd4a
Author: Stefan Metzmacher me...@samba.org
Date:   Tue Jan 27 13:07:34 2015 +0100

talloc: fix _talloc_total_limit_size prototype

Signed-off-by: Stefan Metzmacher me...@samba.org
Reviewed-by: Ralph Boehme s...@samba.org
(cherry picked from commit 3929abfc6b5a3ae8a27da57d4dbee9524e3585e3)

commit 3cbf66c06770c33c1fe2ba4135eabc8c6ba95f9f
Author: 

autobuild: intermittent test failure detected

2015-03-15 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-03-16-0156/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-03-16-0156/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-03-16-0156/samba.stdout
  
The top commit at the time of the failure was:

commit dd43b70524877064931eb8798ba81f4951266653
Author: Günther Deschner g...@samba.org
Date:   Wed Mar 11 10:37:00 2015 +0100

librpc: use the correct MSServerClusterMgmtAPI auth service for clusapi.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Günther Deschner g...@samba.org
Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104


[SCM] Samba Shared Repository - branch master updated

2015-03-15 Thread Andrew Bartlett
The branch, master has been updated
   via  65379ef param: Use IDL-based constants for NBT and NBT dgram ports
   via  c253f95 smb.conf.5: Mark dgram port and nbt port as deprecated
   via  67c041a samba-tool drs: Ensure we do not replicate all secrets to 
an RODC, even with --local
   via  023055e torture3: Rename LOCAL-WBCLIENT to WBCLIENT-MULTI-PING
   via  dbc4320 selftest: Run LOCAL-WBCLIENT against a test environment, 
not none
   via  2881175 dsdb-repl: Always set DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING 
when we are an RODC
   via  b5be45c s4-process_model: Remove prefork and onefork
   via  98d2d8d selftest: Fix comments in provision_promoted_dc
   via  91629ae pygensec: Add bindings for gensec_set_target_service and 
gensec_set_target_hostname
   via  3c0e3af Transition to waf 1.8: wrapped conf.check_cfg
   via  5771276 Transition to waf 1.8: replaced on_results by update_outputs
   via  2ab6c10 Update the copy of waf to current 1.5
   via  782e8d6 lib/param: Add hook that allows modification of default 
settings.
   via  a549b45 Require at least Python 2.6.
   via  44113a4 selftest: use server_maxtime = 9000 by default
   via  9198246 s4.2/fsmo.py: fixed fsmo transfer exception
   via  09b3e42 s4:auth/gensec_gssapi: let gensec_gssapi_update() return 
NT_STATUS_LOGON_FAILURE for unknown errors
  from  dd43b70 librpc: use the correct MSServerClusterMgmtAPI auth 
service for clusapi.

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


- Log -
commit 65379ef3a44972698fd64905edfbb8865b338df8
Author: Andrew Bartlett abart...@samba.org
Date:   Sun Mar 1 20:04:00 2015 +1300

param: Use IDL-based constants for NBT and NBT dgram ports

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

Autobuild-User(master): Andrew Bartlett abart...@samba.org
Autobuild-Date(master): Mon Mar 16 05:35:56 CET 2015 on sn-devel-104

commit c253f956ef0b40a8d1d877acfd5da9d27ec0d0b4
Author: Andrew Bartlett abart...@samba.org
Date:   Sun Mar 1 20:00:05 2015 +1300

smb.conf.5: Mark dgram port and nbt port as deprecated

These are not honored in the source3 codebase, so keeping them is confusing.

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11126

commit 67c041ab7693106b44a098d82d7422ea5aa48445
Author: Andrew Bartlett abart...@samba.org
Date:   Fri Feb 20 17:54:32 2015 +1300

samba-tool drs: Ensure we do not replicate all secrets to an RODC, even 
with --local

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

commit 023055ec80ef0bb82e68a7e1677dac2eff061cf2
Author: Andrew Bartlett abart...@samba.org
Date:   Mon Feb 23 11:52:58 2015 +1300

torture3: Rename LOCAL-WBCLIENT to WBCLIENT-MULTI-PING

This is not a local test, it should not be named LOCAL-*

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

commit dbc43200968a4a54fc1b820bd74737beb63a2343
Author: Andrew Bartlett abart...@samba.org
Date:   Mon Feb 23 11:49:29 2015 +1300

selftest: Run LOCAL-WBCLIENT against a test environment, not none

The issue with this test was that it ran against whatever was
listening (or not) at the build prefix, not what was running under
make test

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

commit 288117507f6ba0faa25bc83df532cdd254738e00
Author: Andrew Bartlett abart...@samba.org
Date:   Fri Feb 20 17:55:49 2015 +1300

dsdb-repl: Always set DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING when we are an 
RODC

Unless we are using DRSUAPI_EXOP_REPL_SECRET, always remove
DRSUAPI_DRS_WRIT_REP and always set
DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING

Otherwise, we will not work as an RODC, because replication will fail
with access denied errors.

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

commit b5be45c453bd51373bade26c29828b500ba586ec
Author: Andrew Bartlett abart...@samba.org
Date:   Thu Feb 19 14:44:00 2015 +1300

s4-process_model: Remove prefork and onefork

While it is possible to run Samba in these modes, it isn't tested and
isn't required.

Each of these modes requires that SIGCHLD be set to SIGIGN, and that
breaks samba_runcmd_*().

Signed-off-by: Andrew Bartlett abart...@samba.org
Reviewed-by: Jelmer Vernooij jel...@samba.org

commit 98d2d8d6cd53a5cff6b9ec17ddc3ee9cb8a75b3e
Author: Andrew Bartlett abart...@samba.org
Date:   Tue Feb 17 15:47:47 2015 +1300

selftest: Fix comments in provision_promoted_dc

Signed-off-by: Andrew Bartlett abart...@samba.org

autobuild: intermittent test failure detected

2015-03-15 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-03-16-0452/flakey.log

The samba build logs are available here:

   http://git.samba.org/autobuild.flakey/2015-03-16-0452/samba.stderr
   http://git.samba.org/autobuild.flakey/2015-03-16-0452/samba.stdout
  
The top commit at the time of the failure was:

commit dd43b70524877064931eb8798ba81f4951266653
Author: Günther Deschner g...@samba.org
Date:   Wed Mar 11 10:37:00 2015 +0100

librpc: use the correct MSServerClusterMgmtAPI auth service for clusapi.

Guenther

Signed-off-by: Günther Deschner g...@samba.org
Reviewed-by: Stefan Metzmacher me...@samba.org

Autobuild-User(master): Günther Deschner g...@samba.org
Autobuild-Date(master): Sat Mar 14 02:36:33 CET 2015 on sn-devel-104