summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/drs_utils.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-01s4:scripting/python: always treat the highwatermark as opaque (bug #9508)Stefan Metzmacher1-1/+1
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2011-12-08samba.drs_utils: Use new style classes and exceptions, fix formatting of docs...Jelmer Vernooij1-13/+19
2011-12-05samba-tool: add a function to cleanly demote a DCMatthieu Patou1-1/+21
2011-12-05s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou1-0/+57
2011-09-13drs_utils.py: Remove tab characters.Jelmer Vernooij1-9/+9
2011-08-12s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()Stefan Metzmacher1-1/+2
2010-11-28samba.provision: Fix setup_path.Jelmer Vernooij1-41/+39
2010-11-18s4-drs: fixed a typoAndrew Tridgell1-1/+1
2010-11-08s4-pydrs: validate the DsGetNCChanges responseAndrew Tridgell1-0/+2
2010-11-07s4-join: modify join behaviour according to domain levelAndrew Tridgell1-4/+17
2010-11-07s4-drs: allow override of the replica_flagsAndrew Tridgell1-2/+7
2010-11-05s4-pydrs: added rodc option to python drs replicationAndrew Tridgell1-4/+5
2010-10-03s4-python-samba: Remove trailing ';'sKamen Mazdrashki1-28/+28
2010-09-29s4-drsutils: expose DsBind() call in drs_utils.pyAndrew Tridgell1-37/+38
2010-09-23s4-drs: we don't need to decode to utf8 in python dcerpc strings any moreAndrew Tridgell1-1/+1
2010-09-16s4-pydrs: fix for python 2.4Andrew Tridgell1-1/+1
2010-09-09s4-rodc: cope with missing searchFlagsAndrew Tridgell1-3/+4
2010-08-26s4-drs: split out drs utility python functionsAndrew Tridgell1-0/+152