summaryrefslogtreecommitdiff
path: root/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-46/+46
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-5/+5
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-6/+6
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-49/+49
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-8/+8
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-2/+2
* join: Add more framework for renaming a domainTim Beale2018-07-051-3/+97
* netcmd: domain backup restore commandAaron Haslett2018-07-031-13/+25
* netcmd: domain backup online commandAaron Haslett2018-07-031-0/+1
* join: Remove unnecessary clone_only flagTim Beale2018-07-031-5/+7
* join: Refactor clone_only case to simplify codeTim Beale2018-07-031-49/+75
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-031-12/+17
* join: Pipe through dns_backend option for clonesAaron Haslett2018-07-031-2/+3
* python/join: fix a typoDouglas Bagnall2018-06-101-1/+1
* samba-tool domain: Extend --backend-store to join and dcpromo by moving to co...Andrew Bartlett2018-05-151-8/+15
* python/samba: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-1/+1
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-2/+2
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-26/+27
* join.py: Add missing NTSTATUSError importGarming Sam2018-03-211-1/+1
* samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-6/+12
* python: Print the finddcs error messageVolker Lendecke2018-01-091-0/+3
* provision: Changes to support encrypted_secrets moduleGary Lockyer2017-12-181-8/+13
* drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett2017-09-071-2/+2
* join.py Add DNS records at domain join timeAndrew Bartlett2017-06-111-3/+197
* provision: Allow removing an existing account when force=True is setAndrew Bartlett2017-06-101-22/+23
* provision: Move default handler for site=None down into dc_join object creationAndrew Bartlett2017-06-101-0/+3
* join.py: Do not expose the old machine password over NTLM if -k yes was setAndrew Bartlett2017-06-101-0/+1
* join.py: Allow RODC to have push replication at joinGarming Sam2017-04-131-2/+4
* python/join: correct spelling of "ctx.del_noerror"Douglas Bagnall2017-03-101-1/+1
* 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-211-1/+2
* python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2017-02-211-1/+1
* python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher2017-02-211-1/+1
* join.py: Correctly print an error in DsAddEntry when .info is NoneAndrew Bartlett2017-02-141-2/+5
* python: Use generated WERROR definitionsBob Campbell2017-02-141-2/+3
* 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
* join.py: Attempt to allocate a RID Set during the joinAndrew Bartlett2016-12-011-0/+20
* python/join: do not attempt to parse log level, use parsed valueChristian Ambach2016-09-141-2/+2
* join.py: Don't add replica locations without the backendGarming Sam2016-07-211-7/+8
* join.py: Add Replica-Locations for DomainDNS and ForestDNSGarming Sam2016-07-211-4/+31
* join.py: Ensure that all expressions are escapedGarming Sam2016-07-211-4/+6
* join.py: Remove talloc enable_null_trackingGarming Sam2016-07-191-3/+0
* samba-tool domain join: Refuse to re-join a DC with a still-valid passwordAndrew Bartlett2016-06-161-62/+89
* samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett2016-06-061-1/+4
* 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
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-031-16/+3
* samba-tool drs clone-dc: Add --include-secrets optionAndrew Bartlett2015-10-261-1/+3