summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-02-231-10/+13
* samba-tool drs replicate: Add --single-objectAndrew Bartlett2017-02-231-4/+12
* python: Move partial replication logic into drs_utils.pyAndrew Bartlett2017-02-232-44/+39
* python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett2017-02-232-161/+182
* Correct "specifiy" typos.Chris Lamb2017-02-221-5/+5
* Correct "acheive" typos.Chris Lamb2017-02-221-1/+1
* Correct "overriden" typos.Chris Lamb2017-02-223-3/+3
* samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher2017-02-212-4/+4
* samba-tool:domain: use generate_random_machine_password() for machine passwordsStefan Metzmacher2017-02-211-2/+2
* samba-tool:domain: use generate_random_machine_password() for trusted domainsStefan Metzmacher2017-02-212-25/+7
* pyglue: add generate_random_machine_password() wrapperStefan Metzmacher2017-02-212-1/+26
* python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2017-02-215-5/+5
* python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher2017-02-211-1/+1
* Add missing import of sys in ms_schema.pyAndrej2017-02-211-0/+1
* python/tests: move samba_tool_drs test to proper placeBob Campbell2017-02-141-344/+0
* samba-tool/drs: do partial replication when --local is given by defaultBob Campbell2017-02-142-11/+54
* drs_utils: use a given highwatermark and uptodateness_vector in replicate()Bob Campbell2017-02-141-6/+11
* drs_utils: return number of replicated objects and links in replicate()Bob Campbell2017-02-141-1/+15
* tests/ndrdump: Add a test for --hex-inputGarming Sam2017-02-141-0/+4
* join.py: Correctly print an error in DsAddEntry when .info is NoneAndrew Bartlett2017-02-141-2/+5
* python: Use generated WERROR definitionsBob Campbell2017-02-145-29/+29
* samba-tool/domain: catch NTSTATUSError rather than RuntimeErrorBob Campbell2017-02-141-10/+11
* samba-tool/domain: use generated ntstatus rather than from local fileBob Campbell2017-02-141-18/+13
* samba-tool/domain: change incorrect NT_STATUS to WERRBob Campbell2017-02-141-2/+3
* 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