summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/drs_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-255/+0
* s4:scripting/python: always treat the highwatermark as opaque (bug #9508)Stefan Metzmacher2013-01-011-1/+1
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-131-2/+0
* samba.drs_utils: Use new style classes and exceptions, fix formatting of docs...Jelmer Vernooij2011-12-081-13/+19
* samba-tool: add a function to cleanly demote a DCMatthieu Patou2011-12-051-1/+21
* s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou2011-12-051-0/+57
* drs_utils.py: Remove tab characters.Jelmer Vernooij2011-09-131-9/+9
* s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()Stefan Metzmacher2011-08-121-1/+2
* samba.provision: Fix setup_path.Jelmer Vernooij2010-11-281-41/+39
* s4-drs: fixed a typoAndrew Tridgell2010-11-181-1/+1
* s4-pydrs: validate the DsGetNCChanges responseAndrew Tridgell2010-11-081-0/+2
* s4-join: modify join behaviour according to domain levelAndrew Tridgell2010-11-071-4/+17
* s4-drs: allow override of the replica_flagsAndrew Tridgell2010-11-071-2/+7
* s4-pydrs: added rodc option to python drs replicationAndrew Tridgell2010-11-051-4/+5
* s4-python-samba: Remove trailing ';'sKamen Mazdrashki2010-10-031-28/+28
* s4-drsutils: expose DsBind() call in drs_utils.pyAndrew Tridgell2010-09-291-37/+38
* s4-drs: we don't need to decode to utf8 in python dcerpc strings any moreAndrew Tridgell2010-09-231-1/+1
* s4-pydrs: fix for python 2.4Andrew Tridgell2010-09-161-1/+1
* s4-rodc: cope with missing searchFlagsAndrew Tridgell2010-09-091-3/+4
* s4-drs: split out drs utility python functionsAndrew Tridgell2010-08-261-0/+152