summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2022-03-29s4-auth: Remove last traces of LanMan authentiation support in the AD DC.Andrew Bartlett1-2/+2
2022-03-29s4-auth: Only build auth_developer module in developer modeAndrew Bartlett1-1/+2
2022-03-29s4-auth: Do not trigger RODC replication unless missing all passwordsAndrew Bartlett1-1/+4
2022-03-29s4-auth: Remove unused acct_flags parameterAndrew Bartlett1-5/+1
2022-03-18s4:auth: Disable NTLM authentication for Protected UsersJoseph Sutton1-8/+41
2022-03-17dsdb: Remove parsing of LM password hash from "dBCSPwd" attributeAndrew Bartlett2-4/+2
2022-03-17s4-auth: Do not supply the LM hash to the AD DC authentication codeAndrew Bartlett1-13/+4
2022-03-17s4-auth: Disable LM authenticaton in the AD DC despite "lanman auth = yes"Andrew Bartlett1-2/+2
2022-03-10s4:auth: let authenticate_ldap_simple_bind() pass down the mapped nt4namesStefan Metzmacher1-2/+3
2022-03-10s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher2-3/+3
2022-03-10s4:auth: fix confusing DEBUG message in authsam_want_check()Stefan Metzmacher1-2/+2
2022-03-10s4:auth: check for user_info->mapped.account_name if it needs to be filledStefan Metzmacher1-6/+1
2022-03-10s4:auth: encrypt_user_info() should set password_state instead of mapped_stateStefan Metzmacher1-2/+2
2022-03-10s4:auth: a simple bind uses the DCs name as workstationStefan Metzmacher1-1/+2
2022-03-10s4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducation for an interactive...Stefan Metzmacher1-2/+3
2022-03-04s4:auth: Also look up msDS-AllowedToActOnBehalfOfOtherIdentity for RBCDAndreas Schneider1-0/+1
2022-03-04s4:auth: Remove trailing spaces in sam.cAndreas Schneider1-17/+17
2022-03-04krb5-mit: Enable S4U client support for MIT buildIsaac Boukris1-11/+0
2022-03-01s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()Stefan Metzmacher1-5/+14
2022-01-26s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall1-2/+2
2022-01-19s4:kerberos: adapt the heimdal send_to_kdc hooks to the send_to_kdc/realm plu...Stefan Metzmacher3-33/+284
2022-01-19s4:kerberos: adjust smb_krb5_debug_wrapper() to embedded heimdalAndrew Bartlett1-1/+5
2022-01-17s4:auth: debug make_user_info_dc_pac() failures in kerberos_pac_to_user_info_...Stefan Metzmacher1-1/+7
2021-12-09s4-auth: Remove unused headersAndrew Bartlett2-2/+0
2021-11-17s4/auth/gensec/gensec_krb5_heimdal: use utf-8Douglas Bagnall1-1/+1
2021-11-09CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticketAndrew Bartlett1-1/+4
2021-11-09CVE-2020-25719 CVE-2020-25717: s4:auth: remove unused auth_generate_session_i...Stefan Metzmacher3-64/+5
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-11-09CVE-2020-25717: s4:auth_simple: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s4:auth/ntlm: make sure auth_check_password() defaults to r->...Stefan Metzmacher1-0/+5
2021-08-18pygensec: Don't modify Python bytes objectsJoseph Sutton2-8/+32
2021-08-18pygensec: Fix memory leaksJoseph Sutton1-0/+23
2021-07-05gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher1-2/+4
2021-06-29s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-2/+10
2021-06-29s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+7
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-2/+2
2021-05-19pygensec: Fix method documentationJoseph Sutton1-4/+4
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2-2/+5
2021-04-19auth4: Remove unused auth_unixAndrew Bartlett2-810/+0
2021-04-16auth4: Remove sync check_password from auth_operationsVolker Lendecke2-44/+4
2021-04-16auth4: Make auth_sam pseudo-asyncVolker Lendecke1-2/+67
2021-04-16auth4: Make auth_unix pseudo-asyncVolker Lendecke1-26/+59
2021-04-16auth4: Make auth_developer pseudo-asyncVolker Lendecke2-2/+61
2021-04-16auth4: Make auth_anonymous pseudo-asyncVolker Lendecke2-10/+58
2021-02-01s4:gensec: Fix overflow issues in switch statementAndreas Schneider1-5/+5
2021-01-13s4 auth ntlm: Fix integer overflow in authsam_password_check_and_recordGary Lockyer1-1/+2
2021-01-12auth4: Use global_sid_AnonymousVolker Lendecke1-1/+1
2021-01-12auth4: Use global_sid_SystemVolker Lendecke1-1/+1
2021-01-08auth: Fix a typoVolker Lendecke1-1/+1
2021-01-08auth: Reformat a commentVolker Lendecke1-4/+5