ldb-samba: ldif_read_objectSid avoids VLA
[samba.git] / source4 / auth /
24 hours ago Stefan Metzmachers4:gensec_gssapi: make use of gensec_kerberos_possible()
2024-04-24 Jo Suttons4:kdc: Pass ldb context into samba_kdc_message2entry_k...
2024-04-24 Jo Suttons4:auth: Export AES128 gMSA keys along with AES256...
2024-04-23 Stefan Metzmachers4:gensec_gssapi: implement channel binding support
2024-04-23 Volker LendeckeFix a few "might be uninitialized" errors
2024-04-21 Jo Suttons4:dsdb: Make use of DSDB_SEARCH_UPDATE_MANAGED_PASSWOR...
2024-03-21 Jo Suttons4:auth: Update error messages
2024-03-21 Jo Suttons4:auth: Allocate strings on shorter‐lived memory context
2024-03-21 Jo Suttons4:auth: Fix grammar in error message
2024-03-14 Andrew Bartletts4-auth/kerberos: Report errors observed during smb_krb...
2024-03-14 Andrew Bartletts4-auth/kerberos: Do not add true duplicates to exporte...
2024-03-14 Andrew Bartletts4-auth/kerberos: Note the good possability that the...
2024-03-14 Andrew Bartlettauth/credentials: Cope with GMSA 5min password preview...
2024-03-14 Andrew Bartletts4-libnet: Add export of gMSA keys to "samba-tool domai...
2024-03-14 Andrew Bartletts4-auth/kerberos: Rename create_keytab() to smb_krb5_fi...
2024-03-14 Andrew Bartletts4-auth/kerberos: Add define ENC_STRONG_SALTED_TYPES
2024-03-14 Andrew Bartletts4-auth/kerberos: Remove unused paremters to create_key...
2024-03-12 Volker Lendeckeauth: Simplify smb_krb5_send_to_kdc_state_destructor()
2024-02-16 Jo Suttons4:dsdb: Add to ‘user_attrs’ attributes required for...
2024-02-08 Jo Suttons4:auth: Fix code spelling
2023-12-21 Joseph Suttons4:auth: Clarify comment about requiring FAST armor
2023-12-08 Joseph Suttons4:auth: Fix code spelling
2023-11-29 Andrew Bartletts4-auth/kerberos: Use FAST credentials for armor if...
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-11-07 Joseph Suttons4:auth: Add comment about claims going ignored for...
2023-11-07 Joseph Suttons4:auth: Remove trailing whitespace
2023-11-01 Joseph Suttons4:auth: Comment about claims in the security token
2023-11-01 Joseph Suttons4:auth: Remove trailing whitespace
2023-11-01 Joseph Suttons4:auth: Check that the PAC is not NULL before derefere...
2023-10-25 Joseph Suttons4:auth: Fix code spelling
2023-10-24 Joseph Suttons4:kdc: Add a flag indicating that the device should...
2023-10-24 Joseph Suttons4:kdc: Add a flag indicating that the device should...
2023-10-24 Joseph Suttons4:kdc: Make a copy of the device SIDs to be placed...
2023-10-13 Joseph Suttons4:auth: Remove event context on failure
2023-10-13 Joseph Suttons4:auth: Fix resource leak (CID 1107222)
2023-10-12 Joseph Suttons4:auth: Explicitly initialize claims structures
2023-10-12 Joseph Suttons4:auth: Have claims_data_encoded_claims_set() return...
2023-10-01 Joseph Suttons4:kdc: Add parameters for claims and device info to...
2023-10-01 Joseph Suttons4:auth: Add parameters for claims and device info...
2023-10-01 Joseph Suttons4:auth: Reformat function calls
2023-10-01 Joseph Suttons4:auth: Rename parameter to match function implementation
2023-10-01 Joseph Suttons4:dsdb: Add parameters for claims and device SIDs...
2023-10-01 Joseph Suttons4:auth: Ensure that some parameters are not NULL
2023-09-27 Joseph Suttons4:auth: Add functions to convert between different...
2023-09-27 Joseph Suttons4:auth: Include missing headers
2023-09-27 Joseph Suttons4:kdc: Move encode_claims_set() into the auth_session...
2023-09-27 Joseph Suttons4:auth: Fix ‘user_info_dc_out’ leak
2023-09-27 Joseph Suttons4:auth: Return a talloc‐allocated resource groups...
2023-09-27 Joseph Suttons4:auth: Introduce helper variable ‘resource_groups_in’
2023-09-27 Joseph Suttons4:auth: Make returning resource groups the last thing...
2023-09-27 Joseph Suttons4:auth: Correct error message
2023-09-27 Joseph Suttons4:auth: Use Anonymous and System SID constants
2023-09-26 Andrew Bartletts4-auth: pass lp_ctx to auth_generate_session_info...
2023-09-14 Joseph Suttonlib:krb5_wrap: Remove Heimdal‐only krb5_princ_component...
2023-09-14 Joseph Suttonlib:krb5_wrap: Add Heimdal‐specific smb_krb5_princ_comp...
2023-09-14 Joseph Suttonlib:krb5_wrap: Add smb_krb5_princ_component()
2023-09-14 Joseph Suttons4:auth: Fix leaks
2023-09-14 Joseph Suttons4:auth: Check return values of talloc functions
2023-09-11 Joseph Suttons4:auth: Fix code spelling
2023-08-14 Joseph Suttons4:auth: Check return value of talloc_new()
2023-08-14 Joseph Suttons4:auth: Fix leaks
2023-08-14 Joseph Suttons4:auth: Add missing space to error message
2023-08-14 Joseph Suttons4:auth: Fix code spelling
2023-08-08 Joseph Suttons4:auth: Correct condition and remove redundant check
2023-08-08 Joseph Suttons4:auth: Check return value of talloc_reference()
2023-08-08 Joseph Suttons4:auth: Fix leaks
2023-08-08 Joseph Suttons4:auth: Add missing newlines to logging messages
2023-08-03 Andreas Schneiders4:auth: Fix code spelling
2023-07-31 Pavel Filipenskýauth:kerberos: Fix resource leak in smb_krb5_update_key...
2023-07-31 Pavel Filipenskýauth:kerberos: Fix resource leak in smb_krb5_get_keytab...
2023-07-31 Pavel Filipenskýauth:kerberos: Fix resource leak in parse_principal()
2023-07-31 Pavel Filipenskýs4:auth: Fix trailing whitespaces in kerberos_util.c
2023-07-21 Andrew Bartlettpython: Remove const from PyList_AsStringList()
2023-07-21 Andrew Bartlettpython: Move PyList_AsStringList to common code so...
2023-06-25 Joseph Suttons4:auth: Log authentication policies for NTLM authentic...
2023-06-25 Joseph Suttons4:auth: Add audit info parameters to check_password_recv()
2023-06-25 Joseph Suttons4:auth: Set ‘authoritative’ even if there is an error
2023-06-25 Joseph Suttonauth: Add functionality to log client and server policy...
2023-06-15 Joseph Suttons4:auth: Remove unneeded ‘sam_ctx’ parameter
2023-06-15 Joseph Suttons4:auth: Enforce machine authentication policy for...
2023-06-15 Joseph Suttons4:auth: Enforce device restrictions for NTLM authentic...
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
next