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

2017-05-04 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/2017-05-05-0633/flakey.log

The samba build logs are available here:

   
http://git.samba.org/autobuild.flakey.sn-devel-144/2017-05-05-0633/samba.stderr
   
http://git.samba.org/autobuild.flakey.sn-devel-144/2017-05-05-0633/samba.stdout
  
The top commit at the time of the failure was:

commit 4c17850ae7b6c85e99e5d4d5bc5d8e89a9ba6d47
Author: Stefan Metzmacher 
Date:   Tue Apr 25 13:25:10 2017 +0200

samba-tool: fix log message of 'samba-tool user syncpasswords'

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12768

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Andreas Schneider 

Autobuild-User(master): Stefan Metzmacher 
Autobuild-Date(master): Fri May  5 01:37:45 CEST 2017 on sn-devel-144



[SCM] Samba Shared Repository - branch master updated

2017-05-04 Thread Stefan Metzmacher
The branch, master has been updated
   via  4c17850 samba-tool: fix log message of 'samba-tool user 
syncpasswords'
   via  afa15e6 samba-tool: let 'samba-tool user syncpasswords' report 
deletions immediately
  from  770edb6 s3:smbcacls add prompt for password

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


- Log -
commit 4c17850ae7b6c85e99e5d4d5bc5d8e89a9ba6d47
Author: Stefan Metzmacher 
Date:   Tue Apr 25 13:25:10 2017 +0200

samba-tool: fix log message of 'samba-tool user syncpasswords'

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12768

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Andreas Schneider 

Autobuild-User(master): Stefan Metzmacher 
Autobuild-Date(master): Fri May  5 01:37:45 CEST 2017 on sn-devel-144

commit afa15e6128473d3e4006f7cdc3762ab4c1cba05a
Author: Stefan Metzmacher 
Date:   Tue Apr 25 13:25:57 2017 +0200

samba-tool: let 'samba-tool user syncpasswords' report deletions immediately

We need to use the show-recycled control in addition to the
notification control in order to get notifications about deletions.

There's no real problem as the next modification will report the deletion.
But it might be delayed a few minutes.

Note that show-recycled is a superset of show-deleted, so we only need one.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12767

Signed-off-by: Stefan Metzmacher 
Reviewed-by: Andreas Schneider 

---

Summary of changes:
 python/samba/netcmd/user.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user.py
index fbb98a1..f1e17dd 100644
--- a/python/samba/netcmd/user.py
+++ b/python/samba/netcmd/user.py
@@ -1617,7 +1617,7 @@ samba-tool user syncpasswords --terminate \\
 return
 
 def run_sync_command(dn, ldif):
-log_msg("Call Popen[%s] for %s\n" % (dn, self.sync_command))
+log_msg("Call Popen[%s] for %s\n" % (self.sync_command, dn))
 sync_command_p = Popen(self.sync_command,
stdin=PIPE,
stdout=PIPE,
@@ -1861,7 +1861,7 @@ samba-tool user syncpasswords --terminate \\
 
 def sync_loop(wait):
 notify_attrs = ["name", "uSNCreated", "uSNChanged", "objectClass"]
-notify_controls = ["notification:1"]
+notify_controls = ["notification:1", "show_recycled:1"]
 notify_handle = 
self.samdb.search_iterator(expression="objectClass=*",
scope=ldb.SCOPE_SUBTREE,
attrs=notify_attrs,


-- 
Samba Shared Repository



[SCM] Samba Shared Repository - branch master updated

2017-05-04 Thread Christian Ambach
The branch, master has been updated
   via  770edb6 s3:smbcacls add prompt for password
  from  1e7bec4 lib: Fix a comment

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


- Log -
commit 770edb6aab2a1c2cbd85b975511b33b5fc580f13
Author: Christian Ambach 
Date:   Thu May 4 12:21:45 2017 +0200

s3:smbcacls add prompt for password

if no password was given, ask for one

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12765
Signed-off-by: Christian Ambach 
Reviewed-by: Andreas Schneider 

Autobuild-User(master): Christian Ambach 
Autobuild-Date(master): Thu May  4 20:36:50 CEST 2017 on sn-devel-144

---

Summary of changes:
 source3/utils/smbcacls.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c
index 255ff97..18fb8b0 100644
--- a/source3/utils/smbcacls.c
+++ b/source3/utils/smbcacls.c
@@ -903,6 +903,7 @@ int main(int argc, char *argv[])
 
poptFreeContext(pc);
popt_burn_cmdline_password(argc, argv);
+   popt_common_credentials_post();
 
string_replace(path,'/','\\');
 


-- 
Samba Shared Repository



[SCM] pam wrapper repository - branch master updated

2017-05-04 Thread Andreas Schneider
The branch, master has been updated
   via  80f27a3 pam_wrapper: Fix the build without pam_vsyslog
  from  bb04070 Bump version to 1.0.3

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


- Log -
commit 80f27a3f776db23a79ad1da3e5967ff045c40ebe
Author: Volker Lendecke 
Date:   Mon May 1 17:57:27 2017 +0200

pam_wrapper: Fix the build without pam_vsyslog

Signed-off-by: Volker Lendecke 
Reviewed-by: Andreas Schneider 

---

Summary of changes:
 src/pam_wrapper.c | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/src/pam_wrapper.c b/src/pam_wrapper.c
index d1ae075..889c79a 100644
--- a/src/pam_wrapper.c
+++ b/src/pam_wrapper.c
@@ -513,12 +513,14 @@ static void libpam_pam_vsyslog(const pam_handle_t *pamh,
   const char *fmt,
   va_list args)
 {
+#ifdef HAVE_PAM_VSYSLOG
pwrap_bind_symbol_libpam(pam_vsyslog);
 
pwrap.libpam.symbols._libpam_pam_vsyslog.f(pamh,
   priority,
   fmt,
   args);
+#endif
 }
 
 /*


-- 
pam wrapper repository



[SCM] NSS Wrapper Repository - branch master updated

2017-05-04 Thread Andreas Schneider
The branch, master has been updated
   via  d66ce39 nss_wrapper: Use perl via "env"
  from  abbdf8d Bump version to 1.1.3

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


- Log -
commit d66ce3932c2461b9e892b34ed6180fcd28725de7
Author: Volker Lendecke 
Date:   Mon May 1 19:52:07 2017 +0200

nss_wrapper: Use perl via "env"

FreeBSD has perl under /usr/local/bin

Signed-off-by: Volker Lendecke 
Reviewed-by: Andreas Schneider 

---

Summary of changes:
 nss_wrapper.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/nss_wrapper.pl b/nss_wrapper.pl
index 48fa2c5..1171e80 100755
--- a/nss_wrapper.pl
+++ b/nss_wrapper.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 
 use strict;


-- 
NSS Wrapper Repository