[SCM] Samba Shared Repository - branch master updated

2021-04-27 Thread Andrew Bartlett
The branch, master has been updated
   via  eb573067425 docs-xml: Add doc entities for the options of the new 
cmdline parser
   via  8560c310808 lib:cmdline: Add sanity check for options
   via  d945ed03c91 lib:cmdline: Add samba_cmdline_burn()
   via  095bed6aa28 lib:cmdline: Set kerberos=required for 
--use-krb5-ccache=CCACHE
   via  054d11f73a7 lib:cmdline: Implement legacy kerberos options
   via  726ccf1d56b lib:cmdline: Parse cmdline options with popt
   via  e54f5f9527a lib:cmdline: Add callback for loading the config file
   via  6c812505658 lib:cmdline: Add client credentials
   via  5470da07c0f lib:cmdline: Add initial code for new cmdline option 
parser
   via  fcba4eb4329 auth:creds:tests: Add test for 
cli_credentials_get_password_and_obtained()
   via  bd2b1825015 auth:creds: Add 
cli_credentials_get_password_and_obtained()
   via  3b78f4f0932 auth:creds:tests: Add test for 
cli_credentials_get_username_and_obtained()
   via  f33844b70b6 auth:creds: Add 
cli_credentials_get_username_and_obtained()
   via  f65a32fac10 auth:creds:tests: Add test for 
cli_credentials_set_gensec_features()
   via  2fbc63cacc8 auth:creds: Add obtained arg to 
cli_credentials_set_gensec_features()
   via  7accd900352 auth:creds: Use 'client protection' option for smb sign 
and encrypt defaults
   via  4c4353705f3 lib:param: Add 'client protection' config option
   via  5a751ea55e7 auth:creds:tests: Add test for 
cli_credentials_set_kerberos_state()
   via  521f77c6671 auth:creds: Add obtained arg to 
cli_credentials_set_kerberos_state()
   via  a00726593c2 s4:rpc_server: Set Kerberos to desired
   via  08be28241b8 selftest: Check the return code of setup_namespaces()
   via  1cd233712e1 lib:param: Add 'client use kerberos' config parameter
   via  b2bad13ca35 s3:tests: Check for 'Client started' in the log
   via  f291b8f1571 tests: Use --configfile instead of -s
   via  86f7bc7a372 testprogs: Use --suppress-prompt instead of -s for 
testparm
   via  fca9c56836c tests: Use ldbsearch '--scope instead of '-s'
   via  9fb88e6ee79 docs-xml: Use 'desired' and 'required' for option 
'client ipc signing'
   via  293a941fc01 docs-xml: Use 'desired' and 'required' for option 
'client signing'
   via  c54d5dbe0ce selftest: Specify /dev/null as the smbd config file
   via  24c4fcf8115 s3:winbind: Pass the 'samba' daemon config file to 
winbindd
   via  0b8433cf87f s4:winbind: Add a missing no memory check
   via  ceccb618207 file_server: Pass the 'samba' daemon config file to smbd
   via  d45eddb585c file_server: Add a missing no memory check
   via  0e6e5f9c3a5 s3:utils: Link py_net only against needed 
cmdline_contexts library
   via  e45980ff5de build: Use bison at build time rather than lexyacc.sh 
to build the embedded heimdal
   via  c2c09113e55 heimdal: use correct prototype of yyparse()
   via  3bb4a0df366 heimdal_build: Make HEIMDAL_BINARY be based on 
HEIMDAL_SUBSYSTEM
   via  2ccd5c096aa HEIMDAL: Avoid yydebug compiler warning
   via  e84924fdfe2 python: remove 'from __future__ import unicode_literals'
   via  ba4aa2e8c1f python/hostconfig: remove 'from __future__ import 
absolute_import'
   via  c3a95b22aa1 python: remove all 'from __future__ import division'
   via  aecb2b779b8 python: remove all 'from __future__ import 
print_function'
   via  a4cce28bfa3 .gitlab-ci.yml: Always build the ubuntu1804-samba-o3 
with --enable-coverage
   via  836ad93795c .gitlab-ci.yml: Return code coverage reporting for 
"none" tasks
   via  742ae6172f8 s3-modules: Fix "-Werror=maybe-uninitialized" errors 
only seen with -O3 and --enable-coverage
   via  190e15dfb07 tests: Fix "-Werror=maybe-uninitialized" errors only 
seen with -O3 and --enable-coverage
   via  225fefe6cf8 torture: Avoid -Werror=strict-overflow in -O3 coverage 
build
   via  b5984c3da0f .gitlab-ci.yml and autobuild: Publish the current HTML 
docs with the code coverage
  from  ca6a8037aa1 lib:replace: Fix a posible double free

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


- Log -
commit eb5730674252b43251dc5799fa2225a65f2f570c
Author: Andreas Schneider 
Date:   Fri Aug 21 13:33:09 2020 +0200

docs-xml: Add doc entities for the options of the new cmdline parser

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

Autobuild-User(master): Andrew Bartlett 
Autobuild-Date(master): Wed Apr 28 04:32:47 UTC 2021 on sn-devel-184

commit 8560c31080881f746946bb88ea8e549b3df97d63
Author: Andreas Schneider 
Date:   Wed Sep 2 17:19:00 2020 +0200

lib:cmdline: Add sanity check for options

Make sure we don't have duplicate options!

Signed-off-by: Andreas Schneider 
Reviewed-by: Andrew Bartlett 

commit d945ed03c91a11509356964ced8a2c76fdaa547c

[SCM] Samba Shared Repository - branch master updated

2021-04-27 Thread Jeremy Allison
The branch, master has been updated
   via  ca6a8037aa1 lib:replace: Fix a posible double free
  from  c9508b971ca auth3: talloc_strackframe() panics on failure

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


- Log -
commit ca6a8037aa1b613f9b0e3df4d0a7908dc053f06e
Author: Andreas Schneider 
Date:   Tue Apr 27 15:33:04 2021 +0200

lib:replace: Fix a posible double free

CID 1477397

Signed-off-by: Andreas Schneider 
Reviewed-by: Jeremy Allison 

Autobuild-User(master): Jeremy Allison 
Autobuild-Date(master): Tue Apr 27 17:51:36 UTC 2021 on sn-devel-184

---

Summary of changes:
 lib/replace/tests/testsuite.c | 1 -
 1 file changed, 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/tests/testsuite.c b/lib/replace/tests/testsuite.c
index d8afa15480b..ce344d6549e 100644
--- a/lib/replace/tests/testsuite.c
+++ b/lib/replace/tests/testsuite.c
@@ -288,7 +288,6 @@ static int test_strndup(void)
free(x);
if (cmp != 0) {
printf("failure: strndup [\ninvalid\n]\n");
-   free(x);
return false;
}
 


-- 
Samba Shared Repository



[SCM] Samba Shared Repository - branch master updated

2021-04-27 Thread Andreas Schneider
The branch, master has been updated
   via  c9508b971ca auth3: talloc_strackframe() panics on failure
   via  117f00158af auth: Fix a typo
   via  a01f680e43a passdb: Add error checks in samu_set_unix_internal()
   via  4e034e8f8fc auth3: if (ret==False) just looks weird
   via  ee431a29872 auth3: Fix a typo
   via  b150982d90b auth3: Use auth3_context_set_challenge() in 
auth3_set_challenge()
   via  cdd9d423716 auth3: Apply some const to auth3_context_set_challenge()
   via  ad7628b2cb2 gensec: Slightly simplify 
gensec_generate_session_info_pac()
   via  349bd015d22 lib: Remove close_low_fds()
   via  00b57391dd2 lib: Directly call close_low_fd() in become_daemon()
   via  8728bf91471 smbd: Replace call to close_low_fds() with direct calls
   via  8d2eb62a107 printing: Avoid zombies in the background daemon
   via  ce97c671862 printing: Reduce indentation in start_background_queue()
   via  7997a090c68 printing: Remove dead code
   via  3ba5ed73fcf printing: Remove the pause_pipe[] from queue_process.c
  from  2e2426e5157 samba-tool group listmembers: always list objects which 
can not expire

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


- Log -
commit c9508b971ca54d5293d8976190635c406bd209c6
Author: Volker Lendecke 
Date:   Thu Apr 22 10:29:24 2021 +0200

auth3: talloc_strackframe() panics on failure

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

Autobuild-User(master): Andreas Schneider 
Autobuild-Date(master): Tue Apr 27 14:14:22 UTC 2021 on sn-devel-184

commit 117f00158afe74e8e1abf1a0a637cebc2738c36d
Author: Volker Lendecke 
Date:   Thu Apr 22 10:29:14 2021 +0200

auth: Fix a typo

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

commit a01f680e43a4aade9fde9bf83842647a3f9f708c
Author: Volker Lendecke 
Date:   Wed Apr 21 21:51:44 2021 +0200

passdb: Add error checks in samu_set_unix_internal()

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

commit 4e034e8f8fcd5e63dc4afe5a210ccea347bfa523
Author: Volker Lendecke 
Date:   Wed Apr 21 21:30:30 2021 +0200

auth3: if (ret==False) just looks weird

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

commit ee431a298726b61fd0244c42e613fde87e2bdd82
Author: Volker Lendecke 
Date:   Wed Apr 21 12:56:04 2021 +0200

auth3: Fix a typo

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

commit b150982d90bf2c1d4dcf08384b1d35614d162e65
Author: Volker Lendecke 
Date:   Wed Apr 21 12:29:16 2021 +0200

auth3: Use auth3_context_set_challenge() in auth3_set_challenge()

Don't duplicate what's already there.

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

commit cdd9d423716f4f917a9f4589ac90ee1b21d11c02
Author: Volker Lendecke 
Date:   Wed Apr 21 12:28:12 2021 +0200

auth3: Apply some const to auth3_context_set_challenge()

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

commit ad7628b2cb254d9b25ee70f86edfeb725e809b01
Author: Volker Lendecke 
Date:   Wed Apr 21 11:30:20 2021 +0200

gensec: Slightly simplify gensec_generate_session_info_pac()

Reduce indentation by an early error return and by introducing a
helper variable.

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

commit 349bd015d227a625990af7122e39319431f7af8d
Author: Volker Lendecke 
Date:   Fri Apr 23 16:37:31 2021 +0200

lib: Remove close_low_fds()

There were only two callers, it did not do proper error handling, and
it was confusing to call.

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

commit 00b57391dd27d15fa25d5577b7c0192802468bab
Author: Volker Lendecke 
Date:   Fri Apr 23 16:35:02 2021 +0200

lib: Directly call close_low_fd() in become_daemon()

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

commit 8728bf91471fe044c989b2c8eaf9f5945f347b9b
Author: Volker Lendecke 
Date:   Fri Apr 23 16:31:08 2021 +0200

smbd: Replace call to close_low_fds() with direct calls

Check the errors from close_low_fd(). Also, close_low_fds() does not
really add a lot of value, for example there's no caller that closes
stderr.

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

commit 8d2eb62a1070dc2ee5be99338d4fa66981002c12
Author: Volker Lendecke 
Date:   Fri Apr 23 11:17:33 2021 +0200

printing: Avoid zombies in the background daemon

Whatever you read about waitpid() tells you should should run it in a
loop.

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

commit ce97c67186266213ef78ccc56917a6bb45bd200d
Author: Volker Lendecke 
Date:   Fri Apr 23 16:09:43 2021 +0200

printing: Reduce indentation in start_background_queue()

 

[SCM] Samba Website Repository - branch master updated

2021-04-27 Thread Björn Jacke
The branch, master has been updated
   via  470c809 fix Lightspeed address
  from  4d72cf7 update Lightspeed Technologies contact info

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


- Log -
commit 470c809b669bd032743c2a6f1a934d5750454a0f
Author: Björn Jacke 
Date:   Tue Apr 27 10:50:30 2021 +0200

fix Lightspeed address

---

Summary of changes:
 support/singapore.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/support/singapore.html b/support/singapore.html
index 97c8488..fa23329 100644
--- a/support/singapore.html
+++ b/support/singapore.html
@@ -25,9 +25,8 @@ Contact us now for Open Source Business Solutions.
 
 
 Lightspeed Technologies Pte Ltd
-Address: 33 Temasek Avenue, #18-00 Centennial Tower, Singapore 039190
+Address: 3 Temasek Avenue, #18-00 Centennial Tower, Singapore 039190
 Tel (65) 6468-5536 
-Fax (65) 65388517
 https://www.lightspeed.com.sg;>https://www.lightspeed.com.sg
 
 


-- 
Samba Website Repository