summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-11-26CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett1-0/+24
2018-09-05samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher1-0/+24
2018-07-28dns wildcards: tests to confirm BUG 13536Gary Lockyer1-0/+48
2018-07-28samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy1-8/+18
2018-07-28python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher1-0/+2
2018-07-28tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy1-9/+19
2018-04-25tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher1-1/+1
2018-03-20tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam1-0/+27
2018-02-20subnet: Avoid a segfault when renaming subnet objectsGarming Sam1-0/+33
2018-02-06dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher1-0/+25
2018-02-06dbcheck: add support for restoring missing forward linksRalph Boehme1-6/+37
2018-02-06dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme1-0/+96
2018-02-06dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher1-0/+12
2018-02-06dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher1-2/+1
2018-02-06dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme1-0/+32
2018-02-06dbcheck: add a dict where we remember attributes with duplicate linksRalph Boehme1-0/+7
2018-02-06dbcheck: split out check_duplicate_links from check_dnRalph Boehme1-16/+29
2018-02-06dbcheck: store fixed forward link attributes with the correct sortingStefan Metzmacher1-11/+6
2018-02-06dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...Stefan Metzmacher1-1/+1
2018-02-06dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...Ralph Boehme1-5/+8
2018-02-06dbcheck: add link direction to error message for duplicate linksRalph Boehme1-1/+2
2018-02-06dbcheck: rename err_duplicate_links argumentsRalph Boehme1-6/+6
2018-02-06dbcheck: only pass obj_dn to err_orphaned_backlink()Stefan Metzmacher1-5/+6
2018-02-06dbcheck: add forward_syntax argument to err_orphaned_backlinkRalph Boehme1-3/+4
2018-02-06dbcheck: rename and reorder err_orphaned_backlink argumentsRalph Boehme1-11/+11
2018-02-06Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...Ralph Boehme1-19/+3
2018-02-06python/common: add __cmp__ function to dsdb_Dn similar to parsed_dn_compare()Stefan Metzmacher1-0/+17
2018-02-06python:tests: add test_dsdb_Dn_sorted() to "samba.tests.common"Stefan Metzmacher1-0/+24
2018-02-06python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()Stefan Metzmacher1-2/+2
2018-02-06python:tests: use TestCaseInTempDir for "samba.tests.common"Stefan Metzmacher1-3/+4
2018-01-25dbcheck: disable fixing duplicate linked attributes until we can recover lost...Stefan Metzmacher1-3/+19
2017-12-22selftest: Do not use dn= filter stringAndrew Bartlett1-2/+2
2017-11-29dbcheck: detect and fix duplicate linksStefan Metzmacher1-46/+147
2017-11-29dbcheck: only calculate linked attribute helper variables once in check_dn()Stefan Metzmacher1-2/+6
2017-11-29dbcheck: remove indentation levelStefan Metzmacher1-63/+62
2017-11-29dbcheck: Use the GUID as the DN to fix replPropertyMetaDataAndrew Bartlett1-3/+6
2017-11-29dbcheck: Clarify error count bumping in deleted/gone DN handlingAndrew Bartlett1-7/+33
2017-11-29dbcheck: Allow removal of one-way links to missing objectsAndrew Bartlett1-2/+20
2017-11-14python: use communicate to fix Popen deadlockJoe Guo1-6/+8
2017-11-14blackbox tests: method to check specific exit codesGary Lockyer1-3/+12
2017-10-25samba-tool dns query: Allow '*' in namesGary Lockyer1-1/+2
2017-10-25samba-tool dns: Test support of DNS wild card in namesGary Lockyer1-0/+67
2017-10-25dnsserver: Tests for dns wildcard entriesGary Lockyer1-0/+288
2017-10-02selftest: Check re-opening sam.ldb corrects the @ATTRIBUTES and @INDEXLISTAndrew Bartlett1-0/+53
2017-09-14python: Allow debug classes to be specified on the command line for python toolsAndrew Bartlett1-3/+3
2017-09-14drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett3-4/+8
2017-08-16selftest: Add test for password change when NTLM is disabledTim Beale1-13/+33
2017-08-10python: Fix incorrect kdc.conf parameter name in kerberos.pyMarc Muehlfeld1-1/+1
2017-08-08dsdb: Fix dsdb_next_callback to correctly use ldb_module_done() etcAndrew Bartlett1-0/+23
2017-07-31selftest: Use NETLOGON_NEG_STRONG_KEYS constant in AuthLogTestsNetLogonBadCredsAndrew Bartlett1-2/+2