summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
AgeCommit message (Expand)AuthorFilesLines
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_lockout_time() checks all valuesDouglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_pwd_last_set_change() checks all valuesDouglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb _user_account_control_change() always add final...Douglas Bagnall1-3/+6
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_user_account_control_change() checks al...Douglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_prim_group_change() checks all valuesDouglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_schema_add_handle_mapiid() checks all v...Douglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_schema_add_handle_linkid() checks all v...Douglas Bagnall1-2/+9
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_sam_accountname_valid_check() check all...Douglas Bagnall1-2/+11
2021-11-09CVE-2020-25722 s4/dsdb/samldb: samldb_get_single_valued_attr() check all valuesDouglas Bagnall1-2/+10
2021-11-09CVE-2020-25722 s4/dsdb modules: add dsdb_get_expected_new_values()Douglas Bagnall1-0/+121
2021-11-09CVE-2020-25722 s4/dsdb/samldb: reject SPN with too few/many componentsDouglas Bagnall1-0/+41
2021-11-09CVE-2020-25722 s4/dsdb/samldb: check for SPN uniqueness, including aliasesDouglas Bagnall1-3/+585
2021-11-09CVE-2020-25722 s4/dsdb/samldb: check sAMAccountName for illegal charactersDouglas Bagnall1-0/+58
2021-11-09CVE-2020-25722 s4/dsdb/samldb: check for clashes in UPNs/samaccountnamesDouglas Bagnall1-3/+203
2021-11-09CVE-2020-25722 s4/dsdb/samldb: unique_attr_check uses samldb_get_single_value...Douglas Bagnall1-26/+10
2021-11-09CVE-2020-25722 s4/dsdb/samldb: add samldb_get_single_valued_attr() helperDouglas Bagnall1-0/+49
2021-11-09CVE-2020-25722 s4/cracknames: add comment pointing to samldb spn handlingDouglas Bagnall1-0/+6
2021-11-09CVE-2020-25722 s4/cracknames: lookup_spn_alias doesn't need krb5 contextDouglas Bagnall1-4/+3
2021-11-09CVE-2020-25722 s4/dsdb/cracknames: always free tmp_ctx in spn_aliasDouglas Bagnall1-1/+5
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 Ivanova4-39/+157
2021-11-09CVE-2020-25722 samdb: Fill in isCriticalSystemObject on any account type changeAndrew Bartlett1-2/+8
2021-11-09CVE-2020-25722 dsdb: Add restrictions on computer accounts without a trailing $Andrew Bartlett1-17/+154
2021-11-09CVE-2020-25722 dsdb: samldb_objectclass_trigger() is only called on ADD, so r...Andrew Bartlett1-94/+93
2021-11-09CVE-2020-25722 dsdb: Prohibit mismatch between UF_ account types and objectcl...Andrew Bartlett1-31/+122
2021-11-09CVE-2020-25722 dsdb: objectclass computer becomes UF_WORKSTATION_TRUST by def...Andrew Bartlett1-5/+22
2021-11-09CVE-2020-25722 dsdb: Restrict the setting of privileged attributes during LDA...Andrew Bartlett1-19/+129
2021-11-09CVE-2020-25722 dsdb: Move krbtgt password setup after the point of checking i...Andrew Bartlett1-53/+53
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett1-8/+15
2021-10-01samldb: Address birthday paradox adding an RODCAndrew Bartlett1-2/+2
2021-09-04dsdb/samdb/ldb_modules: Use correct member of unionJoseph Sutton2-2/+2
2021-08-06samdb: Fix an uninitialized variable readVolker Lendecke1-2/+2
2021-06-29s4:dsdsb: Check return code of cli_credentials_guess()Andreas Schneider1-1/+7
2021-06-11ridalloc: Don't skip the first RID of a poolJoseph Sutton1-1/+2
2021-06-11samldb: Fix function name typo in error messageJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-19dsdb: Slightly tune get_new_descriptor()Volker Lendecke1-3/+7
2021-04-07cracknames: Allow auto-conversion from an extended canonical nameJoseph Sutton1-0/+2
2021-04-07cracknames: Add support for SID string formatJoseph Sutton1-2/+30
2021-04-07s4:dsdb/password_hash: Add a more useful error message for passwords too long...Joseph Sutton1-4/+11
2021-04-07s4:dsdb/password_hash: Add additional check for crypt() and crypt_r() failureJoseph Sutton1-1/+6
2021-04-07s4:dsdb/password_hash: Don't generate crypt() password for krbtgt accountJoseph Sutton1-1/+6
2021-03-06dsdb: Fix CID 1473454: Null pointer dereferencesVolker Lendecke1-2/+8
2021-03-06dsdb: Fix CID 1473453: Null pointer dereferencesVolker Lendecke1-0/+4
2021-03-01s4:dsdb/dirsync: fix a typo in a commentBjörn Baumbach1-2/+2
2021-01-08dsdb: Fix a typoVolker Lendecke1-1/+1
2021-01-08dsdb: Fix comment wordingVolker Lendecke1-1/+1
2020-11-30samldb: Align two integer typesVolker Lendecke1-2/+4
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-1/+1