summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/acl.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-31dsdb: Align an integer typeVolker Lendecke1-1/+1
2025-08-31dsdb: Fix CID 1665142, Null pointer dereferences (FORWARD_NULL)Volker Lendecke1-6/+9
2025-08-27s4:dsdb: Implement msDS-KeyCredentialLink attributeJennifer Sutton1-0/+244
2025-08-27s4:dsdb:acl: Fix LDB flags comparisonJennifer Sutton1-2/+2
2025-08-27s4:dsdb: Allow an SPN value to match the original dNSHostName with Validated ...Jennifer Sutton1-2/+14
2025-05-26s4:dsdb: Check dsdb_module_search() return valueJennifer Sutton1-0/+4
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-1/+1
2024-02-16s4:dsdb: Make use of dsdb_have_system_access()Jo Sutton1-31/+13
2024-02-08s4:dsdb: Fix code formattingJo Sutton1-1/+1
2023-10-26s4:kdc: Have smb_krb5_principal_get_comp_string() properly indicate an errorJoseph Sutton1-7/+16
2023-10-26s4:dsdb: Initialize pointers to NULLJoseph Sutton1-6/+4
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-3/+3
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-2/+2
2023-04-05CVE-2023-0225 s4-acl: Don't return early if dNSHostName element has no valuesJoseph Sutton1-5/+7
2023-04-05CVE-2023-0614 ldb: Prevent disclosure of confidential attributesJoseph Sutton1-159/+24
2023-02-06s4:samdb: Remove unused variableAndreas Schneider1-2/+1
2023-02-06s4:samdb: Remove trailing whitespacesAndreas Schneider1-1/+1
2022-09-16CVE-2020-25720 s4:dsdb/descriptor: explain lack of dSHeuristics checkAndrew Bartlett1-0/+9
2022-09-16CVE-2020-25720 s4-acl: Omit sDRightsEffective for computers unless all rights...Joseph Sutton1-0/+11
2022-09-16CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova1-14/+38
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-41/+298
2022-09-16CVE-2020-25720: s4-acl: Move definition of acl_check_self_membership()Joseph Sutton1-72/+72
2022-07-28CVE-2022-32743 dsdb/modules/acl: Allow simultaneous sAMAccountName, dNSHostNa...Joseph Sutton1-20/+65
2022-07-28CVE-2022-32743 dsdb/modules/acl: Account for sAMAccountName without $Joseph Sutton1-2/+10
2022-07-28CVE-2022-32743 dsdb/modules/acl: Handle FORCE_ALLOW_VALIDATED_DNS_HOSTNAME_SP...Joseph Sutton1-57/+91
2022-07-28CVE-2022-32743 dsdb: Implement validated dNSHostName writeJoseph Sutton1-0/+283
2022-07-27CVE-2022-32746 s4/dsdb/acl: Fix LDB flags comparisonJoseph Sutton1-2/+3
2022-03-17dsdb: Return dsdb_password_change control name to DSDB_CONTROL_PASSWORD_CHANG...Andrew Bartlett1-3/+3
2021-11-09CVE-2020-25722 Check for all errors from acl_check_extended_right() in acl_ch...Andrew Bartlett1-1/+1
2021-11-09CVE-2020-25722 Check all elements in acl_check_spn() not just the first oneAndrew Bartlett1-8/+23
2021-11-09CVE-2020-25722: s4-acl: Make sure Control Access Rights honor the Applies-to ...Nadezhda Ivanova1-13/+74
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2019-05-09dsdb/modules/acl: avoid deref of missing data (CID 1107200)Douglas Bagnall1-2/+4
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-05-31dsdb acl: Copy dsdb_control_password_acl_validation into replyGary Lockyer1-10/+177
2018-04-12dsdb: Check for userPassword support after loading the databasesAndrew Bartlett1-3/+15
2018-03-13CVE-2018-1057: s4:dsdb/acl: changing dBCSPwd is only allowed with a controlRalph Boehme1-1/+10
2018-03-13CVE-2018-1057: s4:dsdb: use DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OIDRalph Boehme1-3/+38
2018-03-13CVE-2018-1057: s4:dsdb/acl: run password checking only onceRalph Boehme1-0/+5
2018-03-13CVE-2018-1057: s4/dsdb: correctly detect password resetsRalph Boehme1-1/+17
2018-03-13CVE-2018-1057: s4:dsdb/acl: add a NULL check for talloc_new() in acl_check_pa...Ralph Boehme1-0/+4
2018-03-13CVE-2018-1057: s4:dsdb/acl: add check for DSDB_CONTROL_PASSWORD_HASH_VALUES_O...Ralph Boehme1-0/+20
2018-03-13CVE-2018-1057: s4:dsdb/acl: check for internal controls before other checksRalph Boehme1-14/+23
2018-03-13CVE-2018-1057: s4:dsdb/acl: remove unused else branches in acl_check_password...Ralph Boehme1-2/+12
2018-03-13CVE-2018-1057: s4:dsdb/acl: only call dsdb_acl_debug() if we checked the acl ...Ralph Boehme1-0/+8
2016-07-06dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett1-2/+0
2016-06-01dsdb: Simplify acl_validate_spn_valueVolker Lendecke1-3/+7
2016-05-25samdb: Improve debugging in acl_validate_spn_value()Volker Lendecke1-2/+20
2016-04-19dsdb: Only re-query dSHeuristics for userPassword support on modifiesAndrew Bartlett1-2/+6
2016-01-14s4:acl LDB module - fix error messageMatthias Dieter Wallnöfer1-1/+1