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

2016-01-08 Thread autobuild
The autobuild test system (on sn-devel-144) 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-144/2016-01-08-1009/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-08-1009/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2016-01-08-1009/samba.stdout
  
The top commit at the time of the failure was:

commit 657610a0e423aa0cd17f9137845a335b02217884
Author: Volker Lendecke 
Date:   Thu Jan 7 21:33:18 2016 +0100

smbd: Fix 240393 Uninitialized pointer read

If we run into the "This is a stream on the root of the share" case,
in old line 409 (new line 417) we "goto done;". If then in old line 1027
(new line 1035) "build_stream_path" fails, "start" is uninitialized.

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Fri Jan  8 05:44:15 CET 2016 on sn-devel-144



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

2016-01-08 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-01-08-2036/flakey.log

The samba build logs are available here:

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

commit 657610a0e423aa0cd17f9137845a335b02217884
Author: Volker Lendecke 
Date:   Thu Jan 7 21:33:18 2016 +0100

smbd: Fix 240393 Uninitialized pointer read

If we run into the "This is a stream on the root of the share" case,
in old line 409 (new line 417) we "goto done;". If then in old line 1027
(new line 1035) "build_stream_path" fails, "start" is uninitialized.

Signed-off-by: Volker Lendecke 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Fri Jan  8 05:44:15 CET 2016 on sn-devel-144



[SCM] pam wrapper repository - branch master updated

2016-01-08 Thread Andreas Schneider
The branch, master has been updated
   via  5d4184d pwrap: Wrap audit_open() to fix sshd
   via  262bced Coverity: Remove deadcode
   via  8eebf23 Coverity: Fix memory leak in libpamtest on error
   via  658b631 python: Remove dead code in test_result_list_concat()
   via  9b9eb66 tests: Fix a possible memory leak in pwrap_conv()
   via  e97bd79 tests: Do not dreference key before NULL check in 
string_in_list()
   via  73f6fe7 cmake: Link pam_wrapper to libdl
   via  62f284e doc: Also install pam_matrix manpage
   via  95e65b2 cmake: Install pypamtest
   via  f2ca116 cmake: Find the python executable and site libs
   via  0195f1e cmake: Add FindPythonSiteLibs.cmake
   via  60079f6 cmake: Use python_add_module function
   via  6ec9881 pwrap: Do not close negative fds in p_copy()
   via  30ccd17 pwrap: Fix a resource leak in p_rmdirs()
   via  c0f5c53 pwrap: Add more debug messages if something goes wrong
   via  20a8d76 pwrap: Do not fail on EOL in pwrap_clean_stale_dirs()
   via  6349655 pwrap: Close the pidfile in pwrap_init()
   via  75d05c9 pwrap: Add log message for directory cleanup
  from  7267de3 py: Fix strict aliasing rules in initpypamtest()

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


- Log -
commit 5d4184db3f8ef11997385c0ebf582b5bc5c7bef3
Author: Andreas Schneider 
Date:   Fri Dec 18 11:10:53 2015 +0100

pwrap: Wrap audit_open() to fix sshd

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 262bceddfcdc844aab550a6506f301c926ef30b6
Author: Jakub Hrozek 
Date:   Wed Dec 16 15:17:42 2015 +0100

Coverity: Remove deadcode

Signed-off-by: Jakub Hrozek 
Reviewed-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 8eebf23df143c8ce54af9db62439fca2103ecebb
Author: Jakub Hrozek 
Date:   Wed Dec 16 15:20:48 2015 +0100

Coverity: Fix memory leak in libpamtest on error

Signed-off-by: Jakub Hrozek 
Reviewed-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 658b63134f3d3831541fa58f7932d48a0b954d2e
Author: Andreas Schneider 
Date:   Wed Dec 16 15:19:56 2015 +0100

python: Remove dead code in test_result_list_concat()

There is a NULL check already above and the XDECREF does not set the
object to NULL.

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 9b9eb66df9510e099dabd490edd4457b821b2b4b
Author: Andreas Schneider 
Date:   Wed Dec 16 15:16:36 2015 +0100

tests: Fix a possible memory leak in pwrap_conv()

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit e97bd79fda87794219602fef441e62c2d7ea9255
Author: Andreas Schneider 
Date:   Wed Dec 16 15:13:59 2015 +0100

tests: Do not dreference key before NULL check in string_in_list()

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 73f6fe75383130089bc663d1ae013c03e42840d9
Author: Andreas Schneider 
Date:   Wed Dec 16 15:02:43 2015 +0100

cmake: Link pam_wrapper to libdl

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 62f284e9ec40089c8c25cfb35c61a43bb519d293
Author: Jakub Hrozek 
Date:   Wed Dec 16 13:40:13 2015 +0100

doc: Also install pam_matrix manpage

Signed-off-by: Jakub Hrozek 
Reviewed-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 95e65b2e6b1db88d9680ee0b43a9884846fb71f7
Author: Andreas Schneider 
Date:   Wed Dec 16 10:48:14 2015 +0100

cmake: Install pypamtest

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit f2ca1160fa339c03a65c5affb4c321105e352437
Author: Andreas Schneider 
Date:   Wed Dec 16 10:36:22 2015 +0100

cmake: Find the python executable and site libs

This is needed to find the PYTHON_SITELIB directory for module
installation.

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit 0195f1ed67cae8643f992fc3e29f2336566995fd
Author: Andreas Schneider 
Date:   Wed Dec 16 10:29:29 2015 +0100

cmake: Add FindPythonSiteLibs.cmake

This adds support do discover PYTHON_SITELIB location.

Signed-off-by: Andreas Schneider 
Reviewed-by: Guenther Deschner 

commit