summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* selftest: Make setexpiry test much more reliableAndrew Bartlett2019-04-021-3/+2
* dbcheck: use the str() value of the "name" attributeStefan Metzmacher2019-03-281-1/+1
* dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2019-03-282-3/+48
* dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher2019-03-281-2/+7
* python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher2019-03-281-0/+1
* dbcheck: detect the change after deletion bugStefan Metzmacher2019-03-281-0/+109
* dbcheck: add find_repl_attid() helper functionStefan Metzmacher2019-03-281-6/+9
* dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher2019-03-281-0/+13
* dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher2019-03-281-2/+7
* dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher2019-03-281-11/+14
* dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher2019-03-281-3/+6
* python/samba: extra ndr_unpack needs bytes functionNoel Power2019-03-281-1/+1
* python/samba: PY3 port for ridalloc_exop test to workNoel Power2019-03-282-7/+6
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-02-211-24/+61
* join: Throw CommandError instead of Exception for simple errorsTim Beale2019-02-051-3/+4
* join: Fix TypeError when handling exceptionTim Beale2019-02-052-3/+3
* CVE-2018-14629: Tests to expose regression from dns cname loop fixAaron Haslett2018-12-071-0/+100
* Merge tag 'samba-4.8.7' into v4-8-testKarolin Seeger2018-11-271-0/+24
|\
| * CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-261-0/+24
* | dbchecker: Fix missing <SID=...> on linked attributesStefan Metzmacher2018-11-051-1/+41
* | dbchecker: improve verbose output of do_modify()Stefan Metzmacher2018-11-051-1/+2
* | dbchecker: Fixing up incorrect DNs wasn't workingTim Beale2018-11-051-5/+14
* | dbcheck: Use symbolic control name for DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKSAndrew Bartlett2018-11-051-1/+1
* | test:doc: Skip 'clustering=yes'Christof Schmitt2018-10-091-1/+2
|/
* samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher2018-09-051-0/+24
* 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