[SCM] Samba Shared Repository - branch master updated

2021-06-20 Thread Gary Lockyer
en omitted. This reverts commit ebd687335b9accfdbae7dbc65c9882ab4d5c0986. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Jun 21 01:46:58 UTC 2021 on sn-devel-1

[SCM] Samba Shared Repository - branch master updated

2021-03-29 Thread Gary Lockyer
- commit 1432314f5c16d0504d77acbe188a1990822d61e9 Author: Gary Lockyer Date: Thu Mar 25 14:36:50 2021 +1300 libcli smb smb2: Use correct enumeration type Clang gives the following error: ../../libcli/smb/smb2_signing.c:547:48: error: implicit

[SCM] Samba Shared Repository - branch master updated

2020-12-21 Thread Gary Lockyer
://git.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit c00d537526ca881c540ff66e703ad9c96dd1face Author: Gary Lockyer Date: Fri Dec 11 11:55:01 2020 +1300 tests python krb5: PEP8 cleanups Fix all the PEP8 warnings

[SCM] Samba Shared Repository - branch master updated

2020-11-26 Thread Gary Lockyer
://bugzilla.samba.org/show_bug.cgi?id=14575 Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Thu Nov 26 21:15:40 UTC 2020 on sn-devel-184

[SCM] Samba Shared Repository - branch master updated

2020-11-10 Thread Gary Lockyer
in MS-KILE. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed Nov 11 02:38:46 UTC 2020 on sn-devel-184 commit fc77ece0e2b5fd324809e17a9b208cc7854cee4b Author: Andrew Bartlett Date: Tue Nov 10 11:27:06

[SCM] Samba Shared Repository - branch master updated

2020-06-22 Thread Gary Lockyer
Reviewed-by: Gary Lockyer Reviewed-by: David Mulder Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Tue Jun 23 05:07:00 UTC 2020 on sn-devel-184 --- Summary of changes: python/samba/join.py | 2

[SCM] Samba Shared Repository - branch master updated

2020-05-27 Thread Gary Lockyer
1.3.6.1.4.1.7165.777.x for use on the wiki This allows us to handle some OIDs more freely and use them in example schema without patching the main git repo each time. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2020-05-10 Thread Gary Lockyer
limit tests from e907f002a7f Fix clang 9 for-loop-analysis warnings https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit a699256f438527455aaff6c73c88ee87ac7083ef Author: Gary Lockyer Date: Tue Apr 21 15:37

[SCM] Samba Shared Repository - branch master updated

2020-05-06 Thread Gary Lockyer
- commit 3d2dd6296d51f8ee21e5836aae39f7f4a38c0604 Author: Gary Lockyer Date: Wed May 6 09:11:55 2020 +1200 lib util asn1: modernize debug calls Replace DEBUG(0 with DBG_ERR( Signed-off-by: Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2020-05-03 Thread Gary Lockyer
- commit bac809348a7313a5a5a53866848e7b6b56665f43 Author: Gary Lockyer Date: Wed Apr 8 10:46:44 2020 +1200 CVE-2020-10704 libcli ldap: Check search request lengths. Check the search request lengths against the limits passed to ldap_decode

[SCM] Samba Shared Repository - branch master updated

2020-01-15 Thread Gary Lockyer
10 15:44:27 2020 +1300 fuzz: add nmblib/parse_packet target We want to ensure that parse_packet() can parse a packet without crashing, and that that parsed packet won't cause trouble further down the line. Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2020-01-13 Thread Gary Lockyer
for a decade. Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Jan 13 23:52:26 UTC 2020 on sn-devel-184 commit 7c01a44f18b679709d141b2d05e576ee084039b4 Author: Douglas Bagnall Date: Fri Jan 10 15:45

[SCM] Samba Shared Repository - branch master updated

2020-01-09 Thread Gary Lockyer
- commit 86a31defbf212d188281d5d963b12eedf1960e8b Author: Gary Lockyer Date: Wed Jan 8 09:39:30 2020 +1300 ndr basic: Check ndr_token_store return code Fix for *** CID 1457529: Error handling issues (CHECKED_RETURN) /librpc/ndr/ndr_basic.c: 786 in ndr_push_full_ptr

[SCM] Samba Shared Repository - branch master updated

2020-01-05 Thread Gary Lockyer
void casts in ntlm_check.c Signed-off-by: Volker Lendecke Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Jan 6 03:12:20 UTC 2020 on sn-devel-184 commit e02d24c0875eb04a53c19119148f5203374382e0 Author: Volker Lendecke Date:

[SCM] Samba Shared Repository - branch master updated

2019-08-27 Thread Gary Lockyer
arning: Value stored to 'status' is never read <--[clang] status = NT_STATUS_OK; ^ 2 warnings generated. Signed-off-by: Noel Power Reviewed-by: Gary Lockyer Autobuild-User(master): Gar

[SCM] Samba Shared Repository - branch master updated

2019-08-27 Thread Gary Lockyer
itten += written; ^ ~~~ source3/libsmb/clireadwrite.c:1722:14: warning: The left operand of '>' is a garbage value <--[clang] if (written > expected) { ~~~ ^ Signed-off-by: Noel Power Reviewed-by: Gary Lo

[SCM] Samba Shared Repository - branch master updated

2019-07-24 Thread Gary Lockyer
from variable 'hdr') <--[clang] if (hdr->operation != CTDB_REPLY_CALL) { ^~~ Signed-off-by: Noel Power Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed Jul 24 22:50:27 UTC 2019 on sn-devel-184

[SCM] Samba Shared Repository - branch master updated

2019-07-23 Thread Gary Lockyer
; ^ This fix also fixes the associated 'Access to field 'xyx' results in a dereference of a null pointer' warnings that also will happen when this is fixed Signed-off-by: Noel Power Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2019-07-18 Thread Gary Lockyer
/show_bug.cgi?id=14004 Signed-off-by: Garming Sam Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Fri Jul 19 02:20:47 UTC 2019 on sn-devel-184 --- Summary of changes

[SCM] Samba Shared Repository - branch master updated

2019-07-16 Thread Gary Lockyer
. Signed-off-by: Noel Power Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed Jul 17 00:07:48 UTC 2019 on sn-devel-184 commit b388c217d4fa0d2451a5d949b4fdf5a778d814a1 Author: Noel Power Date: Wed Jul 10 11:45:01 2019 +

[SCM] Samba Shared Repository - branch master updated

2019-07-10 Thread Gary Lockyer
handled. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14029 Signed-off-by: Garming Sam Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Thu Jul 11 05:25:26 UTC 2019 on sn-devel-184 commit

[SCM] Samba Shared Repository - branch master updated

2019-07-08 Thread Gary Lockyer
log;h=master - Log - commit 063809bc9609fa5d47e548445d3af1495285624e Author: Gary Lockyer Date: Mon Jul 8 16:14:26 2019 +1200 dsdb repl_meta_data: Don't print ldif on error Don't call ldb_ldif_message_redacted_string when linked_attr_modify fails. When jo

[SCM] Samba Shared Repository - branch master updated

2019-07-01 Thread Gary Lockyer
is not set when setting DOS attrs https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit 92f9f836abaf0fa85e6fd4fc08c2993c9a4af70b Author: Gary Lockyer Date: Mon Jul 1 11:44:36 2019 +1200 WHATSNEW.txt: samba-tool

[SCM] Samba Shared Repository - branch master updated

2019-05-26 Thread Gary Lockyer
- commit 412afb2aef100e09eb433b8f0cae064fc2a736b7 Author: Gary Lockyer Date: Fri May 24 11:00:05 2019 +1200 Fix ubsan null pointer passed as argument 2 Fix ubsan warning null pointer passed as argument 2 when the source pointer is NULL. The calls to memcpy are now

[SCM] Samba Shared Repository - branch master updated

2019-05-22 Thread Gary Lockyer
13:57:57 2019 +1200 s4-ntvfs: Remove untested ntvfs_cifsposix backend It had a note: WARNING: All file access is done as user root!!! Only use this module for testing, with only test data!!! Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2019-05-21 Thread Gary Lockyer
- commit 3e6661fd73bb24ef5700a98f676f1df5eeca408b Author: Gary Lockyer Date: Wed May 22 11:43:54 2019 +1200 s4 librpc rpc pyrpc: Fix flapping dcerpc.bare tests Commit d65b7641c84976c543ded8f0de5ab2da3c19b407 had the parameters to talloc_reparent reversed. This caused

[SCM] Samba Shared Repository - branch master updated

2019-05-07 Thread Gary Lockyer
in this function, including a duplicated NULL check, a talloc_free of a context which is passed in and a number of missing frees before a return. Signed-off-by: Garming Sam Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed May

[SCM] Samba Shared Repository - branch master updated

2019-05-06 Thread Gary Lockyer
d file. It did work against Windows AD, but DRS replication is much more comprehensive. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon May 6 07:11:51 UTC 2019

[SCM] Samba Shared Repository - branch master updated

2019-05-05 Thread Gary Lockyer
- commit ad3af7cdffb98b7998857db609548fc96f60c669 Author: Gary Lockyer Date: Thu Apr 18 10:23:22 2019 +1200 lib util debug: Increase format buffer to 4KiB Increase the debug line buffer to 4KiB, the existing size of 1KiB is too small for dsdbChange JSON audit

[SCM] Samba Shared Repository - branch master updated

2019-02-25 Thread Gary Lockyer
- commit de3bb5cd5236565f2b79644d99e55d03b254b65e Author: Gary Lockyer Date: Tue Feb 19 10:16:03 2019 +1300 CVE-2019-3824 ldb: Release ldb 1.6.1 * CVE-2019-3824 out of bounds read in wildcard compare (bug 13773) BUG: https://bugzilla.samba.org/show_bug.cgi?id=13773

[SCM] Samba Shared Repository - branch master updated

2018-12-21 Thread Gary Lockyer
for new paged results module Testing the new GUID list based paged results module Signed-off-by: Aaron Haslett Reviewed-by: Gary Lockyer Reviewed-by: Andrew Bartlett Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Fri Dec 21 11:10:30 CET 2018

[SCM] Samba Shared Repository - branch master updated

2018-12-16 Thread Gary Lockyer
for DOXYGEN as a #define Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Dec 17 00:10:10 CET 2018 on sn-devel-144 commit 3da98cb19112fe98612035792f68fead8c2d6ec5 Author: Andreas Schneider Date: Thu

[SCM] Samba Shared Repository - branch master updated

2018-12-06 Thread Gary Lockyer
. Signed-off-by: Aaron Haslett Reviewed-by: Gary Lockyer Reviewed-by: Andrew Bartlett Reviewed-by: Noel Power Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Fri Dec 7 07:07:08 CET 2018 on sn-devel-144

[SCM] Samba Shared Repository - branch master updated

2018-12-05 Thread Gary Lockyer
) at ../../source4/torture/smbtorture.c:95 at ../../source4/torture/smbtorture.c:143 (gdb) f 1 1335NDR_CHECK(ndr_push_bytes(ndr, blob.data, blob.length)); (gdb) p blob $2 = {data = 0x0, length = 0} Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer

[SCM] Samba Shared Repository - branch master updated

2018-12-03 Thread Gary Lockyer
behavior in tdb_unpack() Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Tue Dec 4 00:23:03 CET 2018 on sn-devel-144 commit 86592673fbd3399b35832ca138681b06cb007b2c Author: Andreas Schneider Date

[SCM] Samba Shared Repository - branch master updated

2018-11-28 Thread Gary Lockyer
21 11:38:24 2018 +0100 s4:torture: Use #ifdef instead of #if for config.h definitions Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Thu Nov 29 02:20:48 CET 2018 on sn-devel-144 commit

[SCM] Samba Shared Repository - branch master updated

2018-11-22 Thread Gary Lockyer
librpc:ndr: Fix undefined behavior in ndr.c librpc/ndr/ndr.c:1430 runtime error: left shift of 1 by 31 places cannot be represented in type 'int' Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild

[SCM] Samba Shared Repository - branch master updated

2018-11-01 Thread Gary Lockyer
- commit 28826ec49cc9f90ec514e9398d9bcf7f46a99a56 Author: Gary Lockyer Date: Wed Sep 19 15:01:22 2018 +1200 WHATSNEW: KDC prefork support Signed-off-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Fri Nov 2 03:47

[SCM] Samba Shared Repository - branch master updated

2018-08-06 Thread Gary Lockyer
so we can run or re-run routines that require it later. Signed-off-by: Aaron Haslett Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Aug 6 08:45:19 CEST 2018 on sn-devel-144 commit

[SCM] Samba Shared Repository - branch master updated

2018-07-25 Thread Gary Lockyer
- commit a5e02f7264a5feb9f0a5bb3d84de0153dc0758a0 Author: Gary Lockyer Date: Tue Jul 24 15:20:21 2018 +1200 lib audit_logging: add _WARN_UNUSED_RESULT_ Have the compiler issue a warning when the return code from the API is ignored

[SCM] Samba Shared Repository - branch master updated

2018-07-11 Thread Gary Lockyer
them into #ifdef's. That list should be comprehensive enough to cover most of the existing OSes. Signed-off-by: Timur I. Bakeyev Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed Jul 11 08:44:10

[SCM] Samba Shared Repository - branch master updated

2018-07-09 Thread Gary Lockyer
er - Log - commit 47e57249717677aed0afd9564cc349a70e125191 Author: Gary Lockyer Date: Thu Jul 5 10:36:51 2018 +1200 README.Coding disable include sorting in clang format Update the clang format configuration to disable include sorting. This is enabled by default

[SCM] Samba Shared Repository - branch master updated

2018-07-03 Thread Gary Lockyer
of the clone_only flag. Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Tue Jul 3 08:12:10 CEST 2018 on sn-devel-144 commit 3230c345da33a6ebd444791d04df5e0e408102dd Author: Tim

[SCM] Samba Shared Repository - branch master updated

2018-06-26 Thread Gary Lockyer
we change beyond Ubuntu 14.04, so it will simple reference the gitlab.com image then. Signed-off-by: Andrew Bartlett Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Wed Jun 27 07:51:14 CEST 2018 on sn

[SCM] Samba Shared Repository - branch master updated

2018-06-26 Thread Gary Lockyer
() to fail. Noticed this problem while testing the backup/restore tool manually against a Windows VM. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13484 Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer Autobuild

[SCM] Samba Shared Repository - branch master updated

2018-05-17 Thread Gary Lockyer
xrange with enumerate. Signed-off-by: Noel Power <noel.po...@suse.com> Autobuild-User(master): Gary Lockyer <g...@samba.org> Autobuild-Date(master): Fri May 18 05:24:42 CEST 2018 on sn-devel-144 --

[SCM] Samba Website Repository - branch master updated

2018-03-26 Thread Gary Lockyer
- commit 945e36b53778450b3b2612edb6d93cc06f4305bc Author: Gary Lockyer <g...@catalyst.net.nz> Date: Thu Feb 8 09:28:45 2018 +1300 Add my details Signed-off-by: Gary Lockyer <g...@catalyst.net.nz>