summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
AgeCommit message (Expand)AuthorFilesLines
2026-01-15dsdb:password_hash: fix policy_hint controlled reset return codesDouglas Bagnall1-2/+10
2026-01-15dsdb:password_hash: policy_hints control makes resets check historyDouglas Bagnall1-1/+9
2026-01-15dsdb:password_hash: "policy hints" resets honour minPwdAgeDouglas Bagnall1-3/+6
2026-01-15dsdb:password_hash: notice "policy hints" controlDouglas Bagnall1-1/+74
2026-01-15dsdb:password_hash: reject password reset with UNWILLING_TO_PERFORMDouglas Bagnall1-3/+15
2026-01-15dsdb:password_hash: fix a typoDouglas Bagnall1-1/+1
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-5/+3
2025-11-24s4:dsdb: Do not declare cm_print_error()Andreas Schneider1-5/+0
2025-10-17Add missing include needed for cmocka.hAndreas Schneider7-0/+7
2025-10-10s4:dsdb:audit_log clean up doc commentsGary Lockyer1-86/+98
2025-10-10s4:dsdb:audit_log change action for auth infoGary Lockyer2-7/+7
2025-10-10s4:dsdb:audit_log log auth info changesGary Lockyer2-17/+45
2025-09-03dsdb:audit log: cmocka unit tests for KCLDouglas Bagnall1-0/+155
2025-09-03dsdb:audit: bump minor version of password logs (1.1 -> 1.2)Douglas Bagnall1-1/+1
2025-09-03dsdb:audit: log if msDS-KeyCredentialLink changedDouglas Bagnall1-0/+70
2025-09-03dsdb:audit: password_change loggers take a new flag argumentDouglas Bagnall3-17/+29
2025-09-03dsdb: audit: replace local min() with libreplace MIN()Douglas Bagnall2-6/+2
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-08-26dsdb:password_hash.c: restrict crypt hash to proper formsDouglas Bagnall1-0/+24
2025-05-26s4:dsdb: Check dsdb_module_search() return valueJennifer Sutton1-0/+4
2025-03-29dsdb:group_audit: log_membership_changes: match doxygen to codeDouglas Bagnall1-2/+3
2025-02-08s4:dsdb/ldb_modules: add trust_notify moduleStefan Metzmacher3-5/+304
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský3-4/+4
2025-01-23dsdb: Avoid a tallocVolker Lendecke1-6/+8
2025-01-23dsdb: Align an integer typeVolker Lendecke1-1/+1
2025-01-23dsdb: Simplification with generate_random_str_list_buf()Volker Lendecke1-8/+4
2025-01-02specify some deps on private libs actually used directlyMichael Tokarev1-2/+2
2024-12-20util: add a crypt strerror helperDouglas Bagnall1-15/+1
2024-12-20dsdb:password_hash: use talloc_crypt_blob()Douglas Bagnall2-57/+13
2024-12-20dsdb:password_hash: move hash_blob allocation upDouglas Bagnall1-6/+8
2024-11-06s4:ldb_mods:group_audit: s/the the/the/ in commentsDouglas Bagnall1-1/+1
2024-08-28dsdb:util: dsdb_module_dn initialises on failureDouglas Bagnall1-0/+1
2024-08-28dsdb:mod:operational: initialise a pointer (CID 1499411)Douglas Bagnall1-2/+2
2024-08-04s4:dsdb: Fix code spellingJo Sutton1-2/+2
2024-06-11s4:dsdb: Remove trailing whitespaceJo Sutton1-14/+14
2024-06-10dsdb: Prepare to handle smartcard password rolloverAndrew Bartlett1-5/+28
2024-06-10dsdb: Use dsdb_gmsa_current_time() in construct_msds_user_account_control_com...Andrew Bartlett1-6/+13
2024-06-10dsdb: UF_SMARTCARD_REQUIRED can have a password expiry, if configured!Andrew Bartlett1-32/+103
2024-06-10dsdb: Reduce minimum maxPwdAge from 1 day to nilAndrew Bartlett1-2/+2
2024-06-10dsdb: Change the magic smartcard_reset to set AES keys like the krbtgt modeAndrew Bartlett1-55/+38
2024-06-04s4:dsdb: Use talloc_get_type_abort()Jo Sutton1-1/+1
2024-05-16s4:dsdb: Make use of userAccountControl helper functionJo Sutton1-4/+4
2024-05-16s4:dsdb: Remove redundant user flags macroJo Sutton1-7/+2
2024-05-16s4:dsdb: Let dsdb gMSA time influence pwdLastSetJo Sutton1-3/+7
2024-05-16s4:dsdb: Fix code spellingJo Sutton1-1/+1
2024-05-16s4:dsdb: Remove trailing whitespaceJo Sutton1-20/+20