1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth/credentials
Stefan Metzmacher 254440c71a pycredentials: add py_creds_encrypt_netr_PasswordInfo helper
This will replace py_creds_encrypt_samr_password in the next steps
and prepares the introduction of netr_ServerAuthenticateKerberos().

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit fac378485f)
2024-11-13 10:39:12 +00:00
..
tests auth/credentials: add tests for cli_credentials_get_kerberos_state[_obtained]() 2024-06-19 13:00:11 +00:00
credentials_cmdline.c auth/creds: fix a typo in a comment 2023-01-17 17:21:38 +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 s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentials 2023-11-29 03:11:34 +00:00
credentials_krb5.h auth/credentials: also do a shallow copy of the krb5_ccache. 2016-07-22 23:34:20 +02:00
credentials_ntlm.c auth: Remove unnecessary casts 2023-08-14 04:57:34 +00:00
credentials_secrets.c auth/credentials: don't ignore "client use kerberos" and --use-kerberos for machine accounts 2024-06-19 14:07:17 +00:00
credentials.c auth/credentials: add cli_credentials_get_kerberos_state_obtained() helper 2024-06-19 13:00:11 +00:00
credentials.h auth/credentials: add cli_credentials_get_kerberos_state_obtained() helper 2024-06-19 13:00:11 +00:00
pycredentials.c pycredentials: add py_creds_encrypt_netr_PasswordInfo helper 2024-11-13 10:39:12 +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 pycredentials: Properly check type in creds.set_nt_hash() and samr.encrypt_samr_password() 2023-12-07 04:32:37 +00:00