summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/drs.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-510/+0
* samba-tool: "drs options" does not need a samdb connectionAndrew Tridgell2012-11-011-1/+0
* samba-tool: Some more unifications...Karolin Seeger2012-10-091-1/+1
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-5/+5
* s4:samba-tool/drs: print the dns name of the server belonging to a connectionStefan Metzmacher2012-08-141-1/+4
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+30
* s4-python: factorize the definition of get_dsServiceNameMatthieu Patou2011-12-051-7/+2
* s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou2011-12-051-25/+9
* s4-python: rename conflicting variable with the import optionMatthieu Patou2011-12-051-2/+2
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-5/+5
* samba-tool: added --full-sync and --sync-all options to samba-tool drs replicateAndrew Tridgell2011-10-041-3/+9
* drs.py: Remove tab characters.Jelmer Vernooij2011-09-131-36/+36
* samba-tool: Fixed "drs" subcommands syntaxGiampaolo Lauria2011-09-091-8/+17
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-091-1/+1
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-291-2/+3
* samba-tool: fixed drs commands synopsisGiampaolo Lauria2011-07-211-5/+5
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-30/+1
* samba-tool: added --local option to drs replicate commandAndrew Tridgell2011-06-091-1/+39
* s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell2011-04-061-1/+1
* s4-drs: default hostname in samba-tool drs commandAndrew Tridgell2011-03-291-2/+2
* s4/samba-tool/drs: Make use of Command.message() method instead of using 'print'Kamen Mazdrashki2011-02-091-36/+37
* s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-usedKamen Mazdrashki2011-02-091-12/+8
* s4/samba-tool: 'drs options' command implementationKamen Mazdrashki2011-02-091-0/+71
* s4/samba-tool: Add --sync-forced flag to 'drs replicate' commandKamen Mazdrashki2011-02-021-1/+4
* samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell2010-12-081-26/+25
* s4-drs: cope with invalid NTDS DNs from DsReplicaInfo()Andrew Tridgell2010-12-011-2/+5
* s4-drs: the options attribute is optional on NTDSDSA objectsAndrew Tridgell2010-12-011-1/+1
* s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell2010-11-291-10/+10
* Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and i...Matthias Dieter Wallnöfer2010-11-281-2/+2
* s4-drs: fixed credit for C versionAndrew Tridgell2010-11-281-0/+2
* s4:netcmd/drs.py - use "objectClass" for discovering the server and it's NTDS...Matthias Dieter Wallnöfer2010-11-271-2/+2
* s4-samba-tool: added python implementation of samba-tool drs commandsAndrew Tridgell2010-11-281-0/+402