summaryrefslogtreecommitdiff
path: root/python/samba/drs_utils.py
AgeCommit message (Expand)AuthorFilesLines
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