docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / source4 / auth /
2023-05-24 Joseph Suttons4:auth: Allocate user_info_dc->sids on correct talloc...
2023-05-18 Joseph Suttons4:kdc: Look up authentication policies for Kerberos...
2023-05-18 Joseph Suttons4:auth: Add function to make a shallow copy of an...
2023-05-18 Joseph Suttons4:auth: Remove superfluous semicolon
2023-05-18 Joseph Suttons4:auth: Fix leak
2023-05-18 Joseph Suttons4:auth: Fix typos
2023-05-18 Joseph Suttons4:auth: Split out new function to generate a security...
2023-05-16 Joseph Suttons4:auth: Check ldb_binary_encode_string() return value
2023-05-16 Joseph Suttons4-auth: Log correct function name
2023-05-16 Joseph Suttonauth: Return status code if configuration prohibits...
2023-03-22 Joseph Suttons4:kdc: Don't modify cached user_info_dc SIDs
2023-02-08 Andrew Bartletts4-auth: Free user_info_dc in KDC caller to authsam_upd...
2023-02-08 Joseph Suttonauth: Correct primary group handling
2023-02-08 Joseph Suttonauth: Align integer types
2023-02-08 Joseph Suttonldap: Make use of LDB_OID_COMPARATOR constants
2023-02-08 Joseph Suttonauth: Make more liberal use of SID index constants
2023-02-08 Joseph Suttonauth: Shorten long SID flags combinations
2023-02-08 Joseph Suttons4:kdc: Add resource SID compression
2023-02-08 Joseph Suttonauth: Pass through entire PAC flags value in auth_user_info
2023-02-08 Joseph Suttons4: Add 'const' to some parameters
2023-02-08 Joseph Suttonauth: Exclude resource groups from a TGT
2023-02-08 Joseph Suttonauth: Store group attributes in auth_user_info_dc
2022-12-16 Günther Deschners4-auth: fix sam test binary ntstatus include path
2022-12-14 Volker Lendeckeauth4: Save lines with talloc_asprintf_addbuf() in...
2022-11-24 Stefan MetzmacherCVE-2021-20251: s4:auth: fix use after free in authsam_...
2022-11-08 Joseph Suttons4-auth: Make PAC parameters const
2022-11-08 Joseph Suttonbuild: Remove unused dependencies
2022-10-27 Volker Lendeckegensec: Align an integer type
2022-10-25 Joseph SuttonCVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_...
2022-10-21 Joseph Suttons4:gensec Avoid memory leak in error case in gensec_gssapi
2022-10-21 Joseph Suttons4-auth: Mention correct PAC buffer in error msg
2022-10-21 Joseph Suttons4-auth: Fix typo in erberos_pac_to_user_info_dc()
2022-10-05 Joseph Suttons4-auth: Add missing newlines to log messages
2022-09-12 Joseph SuttonCVE-2021-20251 s4:auth_winbind: Check return status...
2022-09-12 Joseph SuttonCVE-2021-20251 s4-auth: Pass through error code from...
2022-09-12 Andrew BartlettCVE-2021-20251 auth4: Avoid reading the database twice...
2022-09-12 Andrew BartlettCVE-2021-20251 auth4: Inline samdb_result_effective_bad...
2022-09-12 Andrew BartlettCVE-2021-20251 auth4: Split authsam_calculate_lastlogon...
2022-09-12 Gary LockyerCVE-2021-20251 auth4: Return only the result message...
2022-09-12 Andrew BartlettCVE-2021-20251 auth4: Add missing newline to debug...
2022-09-12 Andrew BartlettCVE-2021-20251 s4 auth: make bad password count increme...
2022-09-12 Gary LockyerCVE-2021-20251 s4 auth test: Unit tests for source4...
2022-09-12 Andrew BartlettCVE-2021-20251 auth4: Reread the user record if a bad...
2022-09-12 Gary LockyerCVE-2021-20251 s4 auth: Prepare to make bad password...
2022-09-08 Andreas Schneiders4:gensec: Do not link subsystems against dlopen()...
2022-07-27 Joseph SuttonCVE-2022-2031 s4:auth: Use PAC to determine whether...
2022-07-27 Joseph SuttonCVE-2022-2031 auth: Add ticket type field to auth_user_...
2022-07-27 Joseph SuttonCVE-2022-2031 gensec_krb5: Add helper function to check...
2022-06-26 Andrew Bartletts4-auth: For LDAP simple bind, fall back to checking...
2022-06-14 Joseph Suttondsdb/common: Make some parameters const
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2022-06-09 Joseph Suttonauth: Use constant-time memcmp when comparing sensitive...
2022-03-29 Andrew Bartletts4-auth: Remove last traces of LanMan authentiation...
2022-03-29 Andrew Bartletts4-auth: Only build auth_developer module in developer...
2022-03-29 Andrew Bartletts4-auth: Do not trigger RODC replication unless missing...
2022-03-29 Andrew Bartletts4-auth: Remove unused acct_flags parameter
2022-03-18 Joseph Suttons4:auth: Disable NTLM authentication for Protected...
2022-03-17 Andrew Bartlettdsdb: Remove parsing of LM password hash from "dBCSPwd...
2022-03-17 Andrew Bartletts4-auth: Do not supply the LM hash to the AD DC authent...
2022-03-17 Andrew Bartletts4-auth: Disable LM authenticaton in the AD DC despite...
2022-03-10 Stefan Metzmachers4:auth: let authenticate_ldap_simple_bind() pass down...
2022-03-10 Stefan Metzmachers4:auth: rename user_info->mapped_state to user_info...
2022-03-10 Stefan Metzmachers4:auth: fix confusing DEBUG message in authsam_want_ch...
2022-03-10 Stefan Metzmachers4:auth: check for user_info->mapped.account_name if...
2022-03-10 Stefan Metzmachers4:auth: encrypt_user_info() should set password_state...
2022-03-10 Stefan Metzmachers4:auth: a simple bind uses the DCs name as workstation
2022-03-10 Stefan Metzmachers4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducat...
2022-03-04 Andreas Schneiders4:auth: Also look up msDS-AllowedToActOnBehalfOfOtherI...
2022-03-04 Andreas Schneiders4:auth: Remove trailing spaces in sam.c
2022-03-04 Isaac Boukriskrb5-mit: Enable S4U client support for MIT build
2022-03-01 Stefan Metzmachers4:sam: Don't use talloc_steal for msg attributes in...
2022-01-26 Douglas Bagnalls4/auth/simple_bind: correctly report TLS state
2022-01-19 Stefan Metzmachers4:kerberos: adapt the heimdal send_to_kdc hooks to...
2022-01-19 Andrew Bartletts4:kerberos: adjust smb_krb5_debug_wrapper() to embedde...
2022-01-17 Stefan Metzmachers4:auth: debug make_user_info_dc_pac() failures in...
2021-12-09 Andrew Bartletts4-auth: Remove unused headers
2021-11-17 Douglas Bagnalls4/auth/gensec/gensec_krb5_heimdal: use utf-8
2021-11-09 Andrew BartlettCVE-2020-25718 kdc: Confirm the RODC was allowed to...
2021-11-09 Stefan MetzmacherCVE-2020-25719 CVE-2020-25717: s4:auth: remove unused...
2021-11-09 Alexander BokovoyCVE-2020-25717: Add FreeIPA domain controller role
2021-11-09 Stefan MetzmacherCVE-2020-25717: s4:auth_simple: start with authoritativ...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s4:auth/ntlm: make sure auth_check_pass...
2021-08-18 Joseph Suttonpygensec: Don't modify Python bytes objects
2021-08-18 Joseph Suttonpygensec: Fix memory leaks
2021-07-05 Stefan Metzmachergensec_krb5: restore ipv6 support for kpasswd
2021-06-29 Andreas Schneiders4:auth: Check return code of cli_credentials_set_conf()
2021-06-29 Andreas Schneiders4:auth: Check return code of cli_credentials_set_conf()
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-05-19 Joseph Suttonpygensec: Fix method documentation
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-04-19 Andrew Bartlettauth4: Remove unused auth_unix
2021-04-16 Volker Lendeckeauth4: Remove sync check_password from auth_operations
2021-04-16 Volker Lendeckeauth4: Make auth_sam pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_unix pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_developer pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_anonymous pseudo-async
2021-02-01 Andreas Schneiders4:gensec: Fix overflow issues in switch statement
2021-01-13 Gary Lockyers4 auth ntlm: Fix integer overflow in authsam_password_...
2021-01-12 Volker Lendeckeauth4: Use global_sid_Anonymous
2021-01-12 Volker Lendeckeauth4: Use global_sid_System
next