summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s4:auth: Check return value of talloc_reference()Joseph Sutton1-0/+4
2023-08-08s4:auth: Fix leaksJoseph Sutton1-35/+140
2023-08-08s4:auth: Add missing newlines to logging messagesJoseph Sutton2-4/+4
2023-08-03s4:auth: Fix code spellingAndreas Schneider14-32/+32
2023-07-31auth:kerberos: Fix resource leak in smb_krb5_update_keytab()Pavel Filipenský1-5/+6
2023-07-31auth:kerberos: Fix resource leak in smb_krb5_get_keytab_container()Pavel Filipenský1-6/+16
2023-07-31auth:kerberos: Fix resource leak in parse_principal()Pavel Filipenský1-8/+19
2023-07-31s4:auth: Fix trailing whitespaces in kerberos_util.cPavel Filipenský1-9/+9
2023-07-21python: Remove const from PyList_AsStringList()Andrew Bartlett1-2/+2
2023-07-21python: Move PyList_AsStringList to common code so we can reuseAndrew Bartlett2-35/+3
2023-06-25s4:auth: Log authentication policies for NTLM authenticationJoseph Sutton1-8/+45
2023-06-25s4:auth: Add audit info parameters to check_password_recv()Joseph Sutton6-5/+34
2023-06-25s4:auth: Set ‘authoritative’ even if there is an errorJoseph Sutton1-1/+2
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton2-4/+12
2023-06-15s4:auth: Remove unneeded ‘sam_ctx’ parameterJoseph Sutton1-3/+2
2023-06-15s4:auth: Enforce machine authentication policy for NTLM authenticationJoseph Sutton2-5/+142
2023-06-15s4:auth: Enforce device restrictions for NTLM authenticationJoseph Sutton2-1/+22
2023-05-24s4:auth: Allocate user_info_dc->sids on correct talloc contextJoseph Sutton1-1/+1
2023-05-18s4:kdc: Look up authentication policies for Kerberos clients and serversJoseph Sutton1-1/+13
2023-05-18s4:auth: Add function to make a shallow copy of an auth_user_info_dc structureJoseph Sutton2-0/+71
2023-05-18s4:auth: Remove superfluous semicolonJoseph Sutton1-1/+1
2023-05-18s4:auth: Fix leakJoseph Sutton1-1/+4
2023-05-18s4:auth: Fix typosJoseph Sutton4-5/+5
2023-05-18s4:auth: Split out new function to generate a security tokenJoseph Sutton2-44/+82
2023-05-16s4:auth: Check ldb_binary_encode_string() return valueJoseph Sutton1-1/+7
2023-05-16s4-auth: Log correct function nameJoseph Sutton1-1/+1
2023-05-16auth: Return status code if configuration prohibits NTLMJoseph Sutton1-0/+1
2023-03-22s4:kdc: Don't modify cached user_info_dc SIDsJoseph Sutton2-2/+2
2023-02-08s4-auth: Free user_info_dc in KDC caller to authsam_update_user_info_dc()Andrew Bartlett1-1/+0
2023-02-08auth: Correct primary group handlingJoseph Sutton2-12/+67
2023-02-08auth: Align integer typesJoseph Sutton2-2/+3
2023-02-08ldap: Make use of LDB_OID_COMPARATOR constantsJoseph Sutton2-3/+3
2023-02-08auth: Make more liberal use of SID index constantsJoseph Sutton2-14/+14
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton4-29/+18
2023-02-08s4:kdc: Add resource SID compressionJoseph Sutton2-4/+29
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton5-8/+9
2023-02-08s4: Add 'const' to some parametersJoseph Sutton2-2/+2
2023-02-08auth: Exclude resource groups from a TGTJoseph Sutton1-1/+3
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton5-46/+81
2022-12-16s4-auth: fix sam test binary ntstatus include pathGünther Deschner1-1/+1
2022-12-14auth4: Save lines with talloc_asprintf_addbuf() in authsam_domain_group_filter()Volker Lendecke1-12/+6
2022-11-24CVE-2021-20251: s4:auth: fix use after free in authsam_logon_success_accounti...Stefan Metzmacher4-14/+22
2022-11-08s4-auth: Make PAC parameters constJoseph Sutton1-2/+2
2022-11-08build: Remove unused dependenciesJoseph Sutton1-1/+1
2022-10-27gensec: Align an integer typeVolker Lendecke1-1/+1
2022-10-25CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()Joseph Sutton2-0/+1265
2022-10-21s4:gensec Avoid memory leak in error case in gensec_gssapiJoseph Sutton1-0/+2
2022-10-21s4-auth: Mention correct PAC buffer in error msgJoseph Sutton1-1/+1
2022-10-21s4-auth: Fix typo in erberos_pac_to_user_info_dc()Joseph Sutton1-1/+1
2022-10-05s4-auth: Add missing newlines to log messagesJoseph Sutton1-2/+2