summaryrefslogtreecommitdiff
path: root/python/samba/drs_utils.py
Commit message (Expand)AuthorAgeFilesLines
* drs_utils: Avoid invalid dereference of v8 requestsTim Beale2018-11-061-2/+3
* drs_utils: Fix some long linesTim Beale2018-11-061-5/+7
* drs_util: Improve memory usage when joining large DBTim Beale2018-10-171-1/+13
* s4/torture/drs: PY3 port for samba4.drs.replica_sync_rodcNoel Power2018-09-061-1/+1
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* drs_utils: Always set the GET_TGT flag for clone renamesTim Beale2018-07-051-1/+8
* drs_utils: Add infrastructure to support 'clone with rename'Tim Beale2018-07-031-4/+70
* python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power2018-06-201-1/+1
* python/drs_utils: fix repeated typoDouglas Bagnall2018-06-101-2/+2
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-3/+3
* drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett2017-09-071-1/+1
* drs_utils: Add GET_TGT support to 'samba-tool drs replicate --local'Tim Beale2017-08-181-35/+66
* drs_utils: HWM in 'samba-tool drs replicate --local' always zeroTim Beale2017-07-281-6/+6
* drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale2017-07-281-1/+5
* python: Move partial replication logic into drs_utils.pyAndrew Bartlett2017-02-231-10/+38
* 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
* getncchanges script: use library code, not copied functions.Douglas Bagnall2017-02-101-38/+39
* python/drs_utils: do not attempt to parse log level, use parsed valueChristian Ambach2016-09-141-1/+1
* drs: Send DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP by defaultGarming2016-06-161-1/+2
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-1/+2
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-141-14/+14
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-191-2/+6
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+255