summaryrefslogtreecommitdiff
path: root/python/samba
Commit message (Expand)AuthorAgeFilesLines
* selftest: Print the POSIX ACL we got when the posixacl test failsAndrew Bartlett2016-12-131-8/+19
* tests/dns: Check you cannot add empty CNAMEGarming Sam2016-12-121-0/+9
* python/tests: expand samba-tool dns testsBob Campbell2016-12-121-0/+104
* python/tests: fix typo to use correct varGarming Sam2016-12-121-1/+1
* tests/dnsserver: Check security descriptorsGarming Sam2016-12-121-1/+202
* samba-tool/dns: remove use of dns_record_match from add and deleteBob Campbell2016-12-121-10/+2
* samba-tool/dns: reword error messages and make error catching specificBob Campbell2016-12-121-33/+72
* python/tests: expand tests for dns server over rpcBob Campbell2016-12-121-71/+653
* python/tests: add tests for samba-tool dnsBob Campbell2016-12-121-0/+557
* python/netcmd: print traceback through self.errfBob Campbell2016-12-121-1/+1
* tests/libsmb_samba_internal.py: fully setup the Credentials by creds.guess(lp)Stefan Metzmacher2016-12-021-0/+1
* selftest: Do not include system krb5.conf in selftestAndreas Schneider2016-12-021-1/+2
* KCC: unconnected graph testClive Ferreira2016-12-011-0/+24
* KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall2016-12-011-2/+4
* KCC: Graphnode.add_edge_from expects dn strings, not objectsDouglas Bagnall2016-12-011-1/+1
* python: samba.subunit.run: Fix Python 3 compatibility.Lumir Balhar2016-12-011-8/+2
* join.py: Attempt to allocate a RID Set during the joinAndrew Bartlett2016-12-011-0/+20
* dbcheck: Correct message for orphaned backlinksAndrew Bartlett2016-11-221-4/+4
* dbcheck: Be more careful with link checksAndrew Bartlett2016-11-221-7/+23
* python/provision: Remove unused parameter schemaAndrew Bartlett2016-11-211-2/+2
* credentials: Add test for credentials behaviourAndrew Bartlett2016-11-071-4/+100
* python: samba.tests.credentials: Add testsLumir Balhar2016-11-061-0/+17
* python: samba.tests.credentials: Fix DeprecationWarningLumir Balhar2016-11-061-15/+15
* samba_tool/fsmo: Allocate RID Set when seizing RID managerGarming Sam2016-11-041-2/+27
* python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett2016-11-041-1/+1
* python: Add DsExtendedError ExceptionAndrew Bartlett2016-11-041-0/+1
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-041-0/+4
* dbcheck: Correctly initialise keep_transaction in missing_parent testAndrew Bartlett2016-11-041-1/+1
* dbcheck: confirm RID Set presence and consistencyClive Ferreira2016-11-041-0/+132
* dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett2016-11-041-0/+8
* provision: Add support for BIND 9.11.xAmitay Isaacs2016-10-281-1/+5
* python/tests: add simple dcerpc orphaned testsStefan Metzmacher2016-10-261-0/+218
* python/tests: add simple dcerpc co_cancel testsStefan Metzmacher2016-10-261-0/+74
* python/tests: add simple dcerpc association group testsStefan Metzmacher2016-10-261-0/+76
* python/tests: add a second_connection() helper functionStefan Metzmacher2016-10-261-0/+20
* python/tests: check context_id values of responses correctlyStefan Metzmacher2016-10-261-10/+10
* python/tests: make use of self.get_auth_context_creds() and self.do_generic_b...Stefan Metzmacher2016-10-261-76/+13
* python/tests: make use of self.get_anon_creds() and self.get_user_creds()Stefan Metzmacher2016-10-261-47/+19
* python/tests: make use of get_auth_context_creds() in _test_auth_type_level_b...Stefan Metzmacher2016-10-261-9/+15
* python/tests: make use of prepare_presentation() in _get_netlogon_ctx()Stefan Metzmacher2016-10-261-37/+3
* python/tests: make it possible to specific TARGET_HOSTNAME to raw_protocol.pyStefan Metzmacher2016-10-262-3/+9
* python:tests: add more helper functions to RawDCERPCTestStefan Metzmacher2016-10-261-66/+354
* python/tests: we now pass test_no_auth_request_bind_pfc_CONC_MPX()Stefan Metzmacher2016-10-261-3/+1
* python:ndr: add ndr_{pack,unpack,print}_{in,out} helper functionsStefan Metzmacher2016-10-261-0/+77
* python:ndr: verify the object type ndr_print() and ndr_unpack()Stefan Metzmacher2016-10-261-2/+8
* python/tests: add DCERPC_BIND_TIME_KEEP_CONNECTION_ON_ORPHAN tests to dcerpc ...Stefan Metzmacher2016-10-261-0/+68
* python/tests: do tests to verify spnego various auth_levelsStefan Metzmacher2016-10-262-6/+579
* python/tests: add bind time feature related tests to dcerpc raw protocol testsStefan Metzmacher2016-10-261-0/+146
* python/tests: add presentation context related tests to dcerpc raw protocol t...Stefan Metzmacher2016-10-261-3/+774
* python/tests: remove unused code in _test_auth_none_level_bind()Stefan Metzmacher2016-10-261-9/+0