summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: really deprecate 'samba-tool user add'Stefan Metzmacher2016-06-271-3/+3
* python/tests: add auth_pad test for the dcerpc raw_protocol testStefan Metzmacher2016-06-241-0/+548
* flapping: temporarily add samba_dnsupdate testGarming Sam2016-06-161-2/+11
* drs: Send DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP by defaultGarming2016-06-161-1/+2
* selftest: Add a DNS test matching WindowsAndrew Bartlett2016-06-161-0/+76
* selftest: confirm samba_dnsupdate works in both nsupdate and samba_tool modeAndrew Bartlett2016-06-161-0/+50
* samba-tool domain join: Refuse to re-join a DC with a still-valid passwordAndrew Bartlett2016-06-162-62/+118
* samba-tool: Improve fsmo handlingAndrew Bartlett2016-06-162-40/+62
* selftest: Rebase DrsBaseTestCase on SambaToolCmdTestAndrew Bartlett2016-06-161-1/+1
* selftest: add test for DNS updates with TKEY/TSIGRalph Boehme2016-06-161-0/+487
* dsdb: Fix incorrect sorting of replPropertyMetaData with RDN lastAndrew Bartlett2016-06-071-11/+4
* dbcheck: Find and fix a missing Deleted Objects containerAndrew Bartlett2016-06-061-15/+137
* samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett2016-06-061-1/+4
* Improve help wording for samba-tool domain provision as per https://lists.sam...Peter C. Kelly2016-06-021-1/+1
* samba-tool domain demote: Fix error handling and error messagesAndrew Bartlett2016-06-021-3/+3
* samba-too: Allow 'samba-tool fsmo' to cope with empty or missing fsmo rolesRowland Penny2016-06-012-98/+164
* python:samba: move netcmd/time.py to python/samba/netcmd/nettime.pyStefan Metzmacher2016-05-192-1/+1
* python/tests/dns_forwarder: fix for python 2.6Douglas Bagnall2016-05-171-1/+1
* classicupgrade: Avoid needing to quote CN values in an DN, use dn.set_compone...Andrew Bartlett2016-05-111-2/+4
* tests/dcerpc: add tests for string allocation and deletionDouglas Bagnall2016-05-101-0/+133
* tests/dcerpc/array.py: test deletion of arraysDouglas Bagnall2016-05-101-2/+36
* join.py: Fetch the remote DC NTDS GUID earlyAndrew Bartlett2016-05-101-1/+4
* python/join.py: Avoid unchecked print in error pathDouglas Bagnall2016-05-101-1/+4
* tests/dns_forwarder: Add additional testing for no flag recursiveGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: Add an extra test for inactive forwardersGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: remove statically defined IPsGarming Sam2016-05-031-17/+33
* tests/dns: Add additional testing of CNAME handlingGarming Sam2016-05-031-14/+77
* tests/dns_forwarder: Add testing for DNS forwardingGarming Sam2016-05-032-0/+624
* dbcheck: Avoid pathological behaviour in operational moduleGarming Sam2016-04-201-0/+4
* tests/rodc: Check that preload will skip broken usersGarming Sam2016-04-181-1/+35
* rodc: Allow RODC preload to continue with invalid usersGarming Sam2016-04-181-3/+35
* CVE-2015-5370: python/samba/tests: add some dcerpc raw_protocol testsStefan Metzmacher2016-04-121-0/+2623
* CVE-2015-5370: python/samba/tests: add infrastructure to do raw protocol test...Stefan Metzmacher2016-04-121-0/+525
* CVE-2016-2118: python:tests/dcerpc: use [sign] for dnsserver testsStefan Metzmacher2016-04-121-1/+1
* Bug 11818 : obvious missing word When trying to demote a dc, 'remove_dc.remov...Rowland Penny2016-04-011-1/+1
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-03-101-45/+25
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-03-101-8/+39
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-03-101-0/+0
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-03-101-13/+189
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-03-101-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-03-101-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-03-101-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-03-101-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-03-101-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-03-101-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-03-101-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-03-101-18/+20
* dbcheck: Check for and remove duplicate values in attributesAndrew Bartlett2016-03-081-0/+26
* dbcheck: Avoid spurious warnings in dbcheck due to objectclass sortingAndrew Bartlett2016-03-081-1/+13
* dbcheck: Fix incorrect/duplicate attrid in replPropertMetaDataAndrew Bartlett2016-03-081-19/+101