summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2024-04-21auth:credentials: Remove unnecessary declarationJo Sutton1-2/+0
2024-04-21auth:credentials: Fix code spellingJo Sutton1-1/+1
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-04-09auth/credentials: Read managed_password.passwords.query_interval only after p...Andrew Bartlett1-10/+11
2024-04-08Do not fail checksums for RFC8009 typesAlexander Bokovoy1-19/+28
2024-03-28auth/credentials: Remove use of pytalloc_get_type() of NDR types in pycredent...Andrew Bartlett1-6/+7
2024-03-21auth:credentials: Remove unused includeJo Sutton1-1/+0
2024-03-21auth:credentials: Remove trailing lineJo Sutton1-1/+0
2024-03-14auth/credentials: Cope with GMSA 5min password preview in cli_credentials_set...Andrew Bartlett3-24/+69
2024-03-14auth/credentials: Allow generation of old Kerberos keys alsoAndrew Bartlett3-4/+35
2024-03-14auth/credentials: Make cli_credentials_get_aes256_key into generic key accessAndrew Bartlett4-29/+56
2024-03-14auth/credentials: Add hook to set credentials from msDS-ManagedPassword blobAndrew Bartlett3-1/+105
2024-03-14auth/credentials: Dynamically calculate the salt principal (unless speccified)Andrew Bartlett3-37/+81
2024-03-14auth/credentials: Use salt on credentials object for Creds.get_aes256_key()Andrew Bartlett3-7/+9
2024-03-14auth/credentials: Add bindings for getting and setting the salt principalAndrew Bartlett1-0/+39
2023-12-10auth:creds: Add cli_credentials_get_domain_and_obtained()Andreas Schneider3-0/+31
2023-12-10auth:creds: Fix cli_credentials_get_password_and_obtained() with callbackAndreas Schneider1-1/+3
2023-12-10auth:creds:tests: Add test for password callbackAndreas Schneider1-0/+32
2023-12-08auth:gensec: Zero digest array in error caseJoseph Sutton1-2/+1
2023-12-07pycredentials: Properly check type in creds.set_nt_hash() and samr.encrypt_sa...Andrew Bartlett2-1/+12
2023-11-30auth/gensec: Return more consistent status codes on gnutls hashing failureJoseph Sutton1-6/+6
2023-11-29s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentialsAndrew Bartlett1-1/+8
2023-11-29auth/credentials: Add Python bindings for association of a connection for FASTAndrew Bartlett1-0/+94
2023-11-29auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...Andrew Bartlett3-1/+59
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-10-25auth: Fix code spellingJoseph Sutton2-7/+7
2023-10-24s4:kdc: Add a flag indicating that the device should be added to Authenticate...Joseph Sutton1-0/+1
2023-10-24s4:kdc: Add a flag indicating that the device should be added to the default ...Joseph Sutton1-0/+1
2023-10-01s4:dsdb: Add session info flag to indicate authentication with a deviceJoseph Sutton1-0/+1
2023-09-11auth:credentials: Check if password_obtained > obtainedSamuel Cabrero1-0/+4
2023-09-11auth: Fix code spellingJoseph Sutton4-7/+7
2023-08-14auth: Use portable format specifierJoseph Sutton1-2/+2
2023-08-14auth: Remove unnecessary castsJoseph Sutton1-2/+2
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton2-2/+2
2023-08-08auth: Fix code spellingJoseph Sutton1-2/+2
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton2-4/+4
2023-07-31auth:credentials: Fix resource leak in cli_credentials_set_from_ccache()Pavel Filipenský1-0/+1
2023-07-28auth:credentials: SAFE_FREE() -> krb5_free_string()Pavel Filipenský1-1/+1
2023-07-28auth:credentials: SAFE_FREE() -> krb5_free_enctypes()Pavel Filipenský1-1/+2
2023-06-30Remove rudundent check and fallback for AES CFB8 as we now require GnuTLS 3.6.13Andrew Bartlett1-40/+0
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton3-7/+105
2023-06-15auth: Add new ‘KDC Authorization’ log typeJoseph Sutton2-0/+210
2023-06-15s4:kdc: Move NTLM device restrictions to ‘authn_policy_util’Joseph Sutton2-50/+0
2023-06-15s4:kdc: Add getter functions for authn_audit_infoJoseph Sutton2-0/+181
2023-06-15s4:kdc: Add functions to create structures of auditing information for authen...Joseph Sutton1-0/+2
2023-06-15s4:kdc: Add helper functions to create optional int64 valuesJoseph Sutton1-0/+15
2023-06-15s4:kdc: Add structure containing authentication policy auditing informationJoseph Sutton2-0/+35
2023-06-15s4:kdc: Rename authn_kerberos_client_policy::tgt_lifetime to tgt_lifetime_rawJoseph Sutton3-6/+6
2023-06-15auth: Move authn_policy code into auth subsystemJoseph Sutton4-0/+188
2023-05-18lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton1-14/+4