[SCM] Samba Shared Repository - branch master updated

Christian Ambach ambi at samba.org
Thu May 4 18:37:03 UTC 2017


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 <ambi at samba.org>
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 <ambi at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Christian Ambach <ambi at samba.org>
    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



More information about the samba-cvs mailing list