summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-18auth: Fix leaksJoseph Sutton1-13/+64
2023-05-18auth: Correct parameter order in headerJoseph Sutton1-1/+1
2023-05-18auth: Remove unnecessary return statementsJoseph Sutton1-4/+0
2023-05-05auth/credentials: Add set_nt_hash()Joseph Sutton1-0/+33
2023-05-05auth/credentials: Fix NULL dereferenceJoseph Sutton1-0/+5
2023-05-05auth/credentials: Allow resetting bind DN on Credentials objectJoseph Sutton1-1/+1
2023-04-25Add ROLE_IPA_DC into two more placesAlexander Bokovoy1-0/+1
2023-04-05auth: Add cli_credentials_is_password_nt_hash()Andreas Schneider2-0/+6
2023-04-05auth: Remove trailing white spaces in credentials_ntlm.cAndreas Schneider1-14/+14
2023-04-05auth: Remove trailing white spaces in credentials.hAndreas Schneider1-41/+41
2023-03-28auth: Fix code spellingAndreas Schneider15-20/+20
2023-03-20auth: Clear EXTRA_SIDS flag if no Extra SIDs are presentJoseph Sutton1-0/+1
2023-03-03auth/credentials: Fix typosJoseph Sutton1-3/+3
2023-03-03auth/credentials: Fix off-by-one buffer writeJoseph Sutton1-1/+1
2023-02-08auth: Free empty SID arraysJoseph Sutton1-1/+5