1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/auth/credentials
Andrew Bartlett 3d1ec5dc67 auth/credentials: Remove use of pytalloc_get_type() of NDR types in pycredentials
This function is based on a flawed premise that the
pointer is a talloc context, but the second element
in an array and any element in a structure is not a
talloc context.

The type has already been checked above.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
2024-03-28 01:50:41 +00:00
..
tests auth:creds: Add cli_credentials_get_domain_and_obtained() 2023-12-10 21:24:38 +00:00
credentials_cmdline.c auth/creds: fix a typo in a comment 2023-01-17 17:21:38 +00:00
credentials_gmsa.c auth:credentials: Remove unused include 2024-03-21 03:12:33 +00:00
credentials_internal.h auth/credentials: Add API to allow requesting a Kerberos ticket to be protected with FAST 2023-11-29 03:11:34 +00:00
credentials_krb5.c auth/credentials: Allow generation of old Kerberos keys also 2024-03-14 22:06:39 +00:00
credentials_krb5.h auth/credentials: Allow generation of old Kerberos keys also 2024-03-14 22:06:39 +00:00
credentials_ntlm.c auth: Remove unnecessary casts 2023-08-14 04:57:34 +00:00
credentials_secrets.c Add ROLE_IPA_DC into two more places 2023-04-25 07:46:36 +00:00
credentials.c auth:creds: Add cli_credentials_get_domain_and_obtained() 2023-12-10 21:24:38 +00:00
credentials.h auth/credentials: Cope with GMSA 5min password preview in cli_credentials_set_gmsa_passwords() 2024-03-14 22:06:39 +00:00
pycredentials.c auth/credentials: Remove use of pytalloc_get_type() of NDR types in pycredentials 2024-03-28 01:50:41 +00:00
pycredentials.h pycredentials.h: use import to ensure python type correctness 2019-07-22 22:20:26 +00:00
samba-credentials.pc.in build: correct package dependencies 2017-04-18 18:54:13 +02:00
wscript_build auth/credentials: Cope with GMSA 5min password preview in cli_credentials_set_gmsa_passwords() 2024-03-14 22:06:39 +00:00