This project is mirrored from https://gitlab.com/samba-team/samba.git.
Pull mirroring updated .
- 08 Dec, 2021 4 commits
-
-
Joseph Sutton authored
This reverts commit 2b8b5252.
-
Joseph Sutton authored
Additional fields may be added to this structure without us explicitly initialising them. This could cause Heimdal to crash upon reading garbage data, so we should zero-initialise the structure. Signed-off-by:
Joseph Sutton <josephsutton@catalyst.net.nz>
-
Joseph Sutton authored
-
Joseph Sutton authored
-
- 07 Dec, 2021 36 commits
-
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
-
Joseph Sutton authored
The reply structure was not being zero-initialised in all cases, leading to crashes or possible heap corruption on error paths when we later freed it. Signed-off-by:
Joseph Sutton <josephsutton@catalyst.net.nz>
-
This interface is as requested by Luke Howard towards possibly merging this feature. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Joseph Sutton authored
-
Joseph Sutton authored
-
This matches Windows and is detected by our samba.tests.krb5.as_canonicalization_tests test as this always expects the salt, which Windows always provides. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Only the .h output of compiling crmf.asn1 is needed. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Heimdal matches Windows in this respect Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Heimdal moved canonicalization logic into the KDC, but we have the carefully balanced logic in db-glue.c already, so keep that going. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
-
-
-
-
-
-
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Modern Heimdal falls back to kdc_check_flags() internally when KRB5_PLUGIN_NO_HANDLE is returned, avoiding the need to call back into the internal KDC APIs. Selected from patch by by Stefan Metzmacher <metze@samba.org> from his Heimdal upgrade branch. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
This is needed to give hdb_samba4 the full control over the returned principal, rather than the new code in the Heimdal KDC. Selected from code by Stefan Metzmacher <metze@samba.org> in his Heimdal upgrade branch. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
We do this by using the list from makefile.common in libtommath rather than trying to match the list by hand. This will be easier to maintain over the long term. Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-
Signed-off-by:
Andrew Bartlett <abartlet@samba.org>
-