This project is mirrored from https://gitlab.com/samba-team/samba.git.
Pull mirroring updated .
- 03 Feb, 2023 10 commits
-
-
We get these warnings-as-errors: librpc/gen_ndr/py_netlogon.c:61903:53: error: stray ‘\’ in program 61903 | PyErr_Format(PyExc_TypeError, "Expected type %s",\ //<PIDL> Parse::Pidl::Samba4::Python::ConvertObjectFromPythonData lib/Parse/Pidl/Samba4/Python.pm:2005 but the '\' is unnecessary and unconventional anyway, since we're in a function argument list. Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Feb 3 03:27:54 UTC 2023 on atb-devel-224
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
This already would not compile with Python 2, because Py_TPFLAGS_HAVE_ITER is not defined Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
David Mulder <dmulder@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
Add samba-tool commands for managing registration of Client Side Extensions. Signed-off-by:
David Mulder <dmulder@samba.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org>
-
- 02 Feb, 2023 8 commits
-
-
Removes: * waf pydoctor * waf wafdocs * make pydoctor There is no "make wafdocs" it only appears to be in wscript. The reasoning being is these are broken and appear to not have been run for some time. Signed-off-by:
Rob van der Linde <rob@catalyst.net.nz> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Feb 2 21:15:54 UTC 2023 on atb-devel-224
-
In macOS Ventura marshalling of kMDScopeArray in the "openQueryWithParams" request has changed from string: kMDScopeArray sl_array_t(#1): { string: /foo/bar } to: string: kMDScopeArray sl_array_t(#1): { sl_array_t(#1): { string: /foo/bar } } With this patch we check both encodings. Bug fixed according to user feedback. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15299 RN: Spotlight doesn't work with latest macOS Ventura Signed-off-by:
Ralph Boehme <slow@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org>
-
- Build fix for GNU/Hurd - Build fix for Solaris, after removal of ports backend (bug #15298) Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Feb 2 18:27:08 UTC 2023 on atb-devel-224
-
This fixes a regression introduced by 147a317b. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15298 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15298 Signed-off-by:
Stefan Metzmacher <metze@samba.org> Reviewed-by:
Jeremy Allison <jra@samba.org>
-
There is no hardcoded PIPE_BUF pipe limitation on GNU/Hurd, but POSIX provides a minimum value that we can use. Signed-off-by:
Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Reported by RedHat internal Covscan Since cb8a0d9a we no longer stop traversing the list if encryption_flag or signing_flags are unknown. Assignment "result = -1;" is always overwritten by "result = traverse_connections_*()" and is a dead code. Signed-off-by:
Pavel Filipenský <pfilipensky@samba.org> Reviewed-by:
Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Feb 2 15:46:52 UTC 2023 on atb-devel-224
-
Signed-off-by:
Pavel Filipenský <pfilipensky@samba.org> Reviewed-by:
Ralph Boehme <slow@samba.org>
-
- 31 Jan, 2023 22 commits
-
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jan 31 13:43:54 UTC 2023 on atb-devel-224
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This allows our new tests to pass as these need to be checked first. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
We need to find the RODC per the destination_dsa_guid to mark the secrets as having been replicated, and by using samdb_get_ntds_obj_by_guid() we are stricter in the checks, as the RODC has to be the right objectClass (nTDSDSA) and under the CN=Configuration partition. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This should avoid a user being able to specify the GUID of a different type of object. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This will allow the logic here to be tighened up and shared in the next few commits. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
We want to totally ignore the string DN if there is a GUID, as clients like "Microsoft Azure AD connect cloud sync" will set a literal "DummyDN" string. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This make this funciton the gatekeeper between the wire format and the internal struct ldb_dn, checking if the DN exists and which NC it belongs to along the way, and presenting only a DB-returned DN for internal processing. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This reuses the search done for dsdb_find_nc_root() to normalise the DN. This will allow a GUID-input DN to be compared safely with a RID Manager DN or Naming Context. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Reuse the search done for dsdb_find_nc_root() to normalise the DN. This will allow a GUID-input DN to be compared safely with a RID Manager DN or Naming Context. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This allows lookup of a DN with a GUID only or GUID and string, possibly not yet in the database, yet still getting the correct result. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This avoids needing to anticipate errors that the rename might give while allowing the dsdb_find_nc_root() routine to become stricter. The problem is that dsdb_find_nc_root() will soon do a real search and so fail more often, but these failures will give "wrong" error codes. We do not need to do this work if the operation fails, so put this in the callback. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
Using a random base is a useful start, even if the better solution also includes a self.AddCleanup() BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This is not comprehensive, but makes some manual test runs easier by avoiding the need for DNS names to resolve. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10635 Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-
This avoids a talloc_strdup() and so a failure path. Signed-off-by:
Andrew Bartlett <abartlet@samba.org> Reviewed-by:
Stefan Metzmacher <metze@samba.org>
-