summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* dbcheck: Do not regard old one-way-links as errorsAndrew Bartlett2017-02-131-8/+39
* samba-tool: Correct handling of default value for use_ntvfs and use_xattrsAndrew Bartlett2017-02-111-7/+7
* python provision: fix indenting of doc stringDouglas Bagnall2017-02-101-1/+1
* getncchanges script: use library code, not copied functions.Douglas Bagnall2017-02-101-38/+39
* python/join: use DRSUAPI_DRS_GET_NC_SIZE for the initial replicationStefan Metzmacher2017-02-081-0/+1
* python/join: set common replica_flags in dc_join.__init__()Stefan Metzmacher2017-02-081-26/+13
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-271-4/+7
* tests/credentials.py: demonstrate the last 'username' line of creds.parse_fil...Stefan Metzmacher2016-12-201-0/+50
* tests/credentials.py: verify the new cli_credentials_parse_file() 'username' ...Stefan Metzmacher2016-12-201-0/+49
* tests/credentials.py: add tests to verify realm/principal behaviour of cli_cr...Stefan Metzmacher2016-12-201-1/+49
* auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher2016-12-201-4/+4
* tests/credentials.py: add tests with a realm from smb.confStefan Metzmacher2016-12-201-1/+16
* auth/credentials: handle situations without a configured (default) realmStefan Metzmacher2016-12-201-5/+14
* tests/credentials.py: add very simple test for py_creds_parse_fileStefan Metzmacher2016-12-201-1/+23
* tests/credentials.py: verify the difference of parse_string("someone") and pa...Stefan Metzmacher2016-12-201-0/+10
* tests/credentials.py: add test for cli_credentials_set_password_will_be_nt_ha...Stefan Metzmacher2016-12-201-2/+14
* 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: Add py3compat.hPetr Viktorin2016-12-011-0/+167
* python: samba.subunit.run: Fix Python 3 compatibility.Lumir Balhar2016-12-011-8/+2
* python: wscript_build: Prepare build environment for Python 3 portingLumir Balhar2016-12-011-6/+6
* 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-042-0/+9
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-042-0/+24
* 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