summaryrefslogtreecommitdiff
path: root/python/samba/drs_utils.py
AgeCommit message (Expand)AuthorFilesLines
2022-12-13CVE-2022-37966 selftest: Allow krb5 tests to run against an IP by using the t...Andrew Bartlett1-2/+10
2022-10-04python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett1-2/+45
2022-06-14libcli:util: Update werror tableJoseph Sutton1-4/+1
2020-12-09drs_utils: remove unused sendRemoveDsServer()Douglas Bagnall1-23/+0
2018-11-06drs_utils: Avoid invalid dereference of v8 requestsTim Beale1-2/+3
2018-11-06drs_utils: Fix some long linesTim Beale1-5/+7
2018-10-17drs_util: Improve memory usage when joining large DBTim Beale1-1/+13
2018-09-06s4/torture/drs: PY3 port for samba4.drs.replica_sync_rodcNoel Power1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-07-05drs_utils: Always set the GET_TGT flag for clone renamesTim Beale1-1/+8
2018-07-03drs_utils: Add infrastructure to support 'clone with rename'Tim Beale1-4/+70
2018-06-20python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power1-1/+1
2018-06-10python/drs_utils: fix repeated typoDouglas Bagnall1-2/+2
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-3/+3
2017-09-07drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett1-1/+1
2017-08-18drs_utils: Add GET_TGT support to 'samba-tool drs replicate --local'Tim Beale1-35/+66
2017-07-28drs_utils: HWM in 'samba-tool drs replicate --local' always zeroTim Beale1-6/+6
2017-07-28drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale1-1/+5
2017-02-23python: Move partial replication logic into drs_utils.pyAndrew Bartlett1-10/+38
2017-02-14drs_utils: use a given highwatermark and uptodateness_vector in replicate()Bob Campbell1-6/+11
2017-02-14drs_utils: return number of replicated objects and links in replicate()Bob Campbell1-1/+15
2017-02-10getncchanges script: use library code, not copied functions.Douglas Bagnall1-38/+39
2016-09-14python/drs_utils: do not attempt to parse log level, use parsed valueChristian Ambach1-1/+1
2016-06-16drs: Send DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP by defaultGarming1-1/+2
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij1-1/+2
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij1-14/+14
2013-09-19python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett1-2/+6
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+255