summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/tests
AgeCommit message (Expand)AuthorFilesLines
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 change action for auth infoGary Lockyer1-1/+1
2025-09-03dsdb:audit log: cmocka unit tests for KCLDouglas Bagnall1-0/+155
2025-09-03dsdb:audit: password_change loggers take a new flag argumentDouglas Bagnall2-9/+9
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton2-2/+2
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-1/+1
2023-05-24audit_tests: Check return value of json_new_array()Joseph Sutton1-0/+1
2022-03-17dsdb audit tests: Use assert_in_range() for comparing timestampsJoseph Sutton1-2/+1
2022-03-17dsdb audit tests: Fix flapping testJoseph Sutton2-20/+70
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-01-03dsdb: Align integer typesVolker Lendecke1-1/+2
2019-08-21s4-samdb: Remove duplicate encrypted_secrets code using internal Samba AESAndrew Bartlett1-278/+0
2019-08-21s4:samdb: Remove dual-stack mode from (test_)encrypted_secretsAndreas Schneider1-44/+5
2019-08-21encrypted_secrets: Add known and expected value testAndrew Bartlett1-0/+51
2019-08-21s4:samdb: Add test_gnutls_value_decryption()Andreas Schneider1-0/+65
2019-01-19group_audit: Tests for error handling in group changeGary Lockyer1-12/+579
2018-12-21s4 group_audit: Add Windows Event Id's to Group membership changesGary Lockyer2-83/+187
2018-12-14dsdb audit_log: Add windows event codes to password changesGary Lockyer1-2/+10
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-11-20dsdb group_audit tests: fix use of strncmpGary Lockyer1-3/+8
2018-11-02audit_tests: Use dom_sid_str_bufVolker Lendecke1-10/+10
2018-10-30dsdb group audit tests: log_membership_changes extra testsGary Lockyer1-0/+364
2018-10-30dsdb group audit tests: check_version improve diagnosticsGary Lockyer1-7/+53
2018-10-30dsdb group audit tests: check_timestamp improve diagnosticsGary Lockyer1-4/+32
2018-10-30dsdb group audit: align dn_compare with memcmpGary Lockyer1-2/+2
2018-10-30dsdb group_audit: Test to replicate BUG 13664Gary Lockyer1-1/+251
2018-10-19dsdb encrypted_secrets tests: Allow "ldb://" in file pathGary Lockyer1-1/+0
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+10
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-5/+5
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-07-25dsdb group_audit_test: Remove redundant mocking codeGary Lockyer1-90/+0
2018-07-25json: Add unit tests for error handlingGary Lockyer2-0/+904
2018-06-26dsdb audit: Fix timestamp testsGary Lockyer1-2/+7
2018-06-26dsdb: Use customary variable names for the audit private contextAndrew Bartlett1-55/+55
2018-06-25dsdb: Log the transaction duraton.Gary Lockyer1-6/+19
2018-06-13dsdb: Fix CID 1436918 Unchecked return valueVolker Lendecke1-1/+3
2018-06-13dsdb: Fix CID 1436919 Unchecked return valueVolker Lendecke1-1/+3
2018-06-09dsdb: Use ldb_init() to make the ldb_context in dsdb audit testsAndrew Bartlett3-28/+28
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer3-19/+19
2018-06-09dsdb: Audit group membership changesGary Lockyer2-0/+751
2018-06-09dsdb: audit samdb and password changesGary Lockyer2-0/+3503
2018-05-16s4:dsdb:tests: Add return code checkAndreas Schneider1-1/+2
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-9/+10
2018-02-23dsdb/encrypted_secrets: remove dependency to libnettle and use our own aes_gc...Stefan Metzmacher1-33/+21