summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samba-4.8.4' into v4-8-testKarolin Seeger2018-08-141-0/+87
|\
| * CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-111-0/+87
* | dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-08-131-0/+48
* | samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy2018-08-131-8/+18
* | python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher2018-08-131-0/+2
* | tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-08-131-9/+19
|/
* ms_schema: fix python2.6 incompatibilityBjörn Baumbach2018-04-101-1/+1
* samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach2018-04-101-1/+5
* tests/py_creds: Add a SamLogonEx test with an empty string domainGarming Sam2018-02-271-0/+27
* tests:dcerpc/raw_protocol: reproduce call_id truncation bugStefan Metzmacher2018-02-271-1/+1
* provision: fix the 'dnsdomain' for the local sam of a domain memberStefan Metzmacher2018-02-271-0/+16
* traffic_packets.py: let Lookup{Sids,Names}() work against a sane serverStefan Metzmacher2018-02-271-8/+8
* subnet: Avoid a segfault when renaming subnet objectsGarming Sam2018-02-201-0/+33
* dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher2018-02-091-0/+25
* dbcheck: add support for restoring missing forward linksRalph Boehme2018-02-091-6/+37
* dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme2018-02-091-0/+96
* dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher2018-02-091-0/+12
* dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher2018-02-091-2/+1
* dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme2018-02-091-0/+32
* dbcheck: add a dict where we remember attributes with duplicate linksRalph Boehme2018-02-091-0/+7
* dbcheck: split out check_duplicate_links from check_dnRalph Boehme2018-02-091-16/+29
* dbcheck: store fixed forward link attributes with the correct sortingStefan Metzmacher2018-02-091-11/+6
* dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...Stefan Metzmacher2018-02-091-1/+1
* dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...Ralph Boehme2018-02-091-5/+8
* dbcheck: add link direction to error message for duplicate linksRalph Boehme2018-02-091-1/+2
* dbcheck: rename err_duplicate_links argumentsRalph Boehme2018-02-091-6/+6
* dbcheck: only pass obj_dn to err_orphaned_backlink()Stefan Metzmacher2018-02-091-5/+6
* dbcheck: add forward_syntax argument to err_orphaned_backlinkRalph Boehme2018-02-091-3/+4
* dbcheck: rename and reorder err_orphaned_backlink argumentsRalph Boehme2018-02-091-11/+11
* Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...Ralph Boehme2018-02-091-19/+3
* python/common: add __cmp__ function to dsdb_Dn similar to parsed_dn_compare()Stefan Metzmacher2018-02-091-0/+17
* python:tests: add test_dsdb_Dn_sorted() to "samba.tests.common"Stefan Metzmacher2018-02-091-0/+24
* python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()Stefan Metzmacher2018-02-091-2/+2
* python:tests: use TestCaseInTempDir for "samba.tests.common"Stefan Metzmacher2018-02-091-3/+4
* python: fix the build with python3.Günther Deschner2018-02-094-7/+7
* dbcheck: disable fixing duplicate linked attributes until we can recover lost...Stefan Metzmacher2018-01-251-3/+19
* gpo: Add the winbind call to gpupdateDavid Mulder2018-01-131-8/+1
* gpo: Fix crashes in gpo unapplyDavid Mulder2018-01-131-4/+11
* samba_kcc: do not commit new nTDSConnection, if we are rodcAndrej Gessel2018-01-131-3/+3
* samba_kcc: simplify NCReplica.set_instantiated_flags()Douglas Bagnall2018-01-131-5/+2
* samba_kcc: simplify NCReplica constructorDouglas Bagnall2018-01-132-6/+5
* samba_kcc: clarify readonly logging, removing now unused functionDouglas Bagnall2018-01-132-6/+3
* samba_kcc: remove unused functionsDouglas Bagnall2018-01-131-15/+0
* samba_kcc: fix dot_file_dir documentationDouglas Bagnall2018-01-131-1/+1
* samba_kcc: remove an unused functionDouglas Bagnall2018-01-131-6/+0
* samba-tool visualize for understanding AD DC behaviourDouglas Bagnall2018-01-134-0/+1151
* samba_kcc: use new graph module for writing dot filesDouglas Bagnall2018-01-131-30/+7
* python/graph: module for generating ASCII and graphviz visualisationsDouglas Bagnall2018-01-132-0/+773
* samba_kcc: respect kcc.read_only flag on RODCDouglas Bagnall2018-01-131-1/+1
* samba_kcc: kcc.debug module defers to samba.colourDouglas Bagnall2018-01-132-16/+11