summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/drs.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-510/+0
2012-11-01samba-tool: "drs options" does not need a samdb connectionAndrew Tridgell1-1/+0
2012-10-09samba-tool: Some more unifications...Karolin Seeger1-1/+1
2012-10-08samba-tool: Unify usage messages.Karolin Seeger1-5/+5
2012-08-14s4:samba-tool/drs: print the dns name of the server belonging to a connectionStefan Metzmacher1-1/+4
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-1/+30
2011-12-05s4-python: factorize the definition of get_dsServiceNameMatthieu Patou1-7/+2
2011-12-05s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou1-25/+9
2011-12-05s4-python: rename conflicting variable with the import optionMatthieu Patou1-2/+2
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-5/+5
2011-10-04samba-tool: added --full-sync and --sync-all options to samba-tool drs replicateAndrew Tridgell1-3/+9
2011-09-13drs.py: Remove tab characters.Jelmer Vernooij1-36/+36
2011-09-09samba-tool: Fixed "drs" subcommands syntaxGiampaolo Lauria1-8/+17
2011-09-09samba-tool: Expanded acronym descriptionsGiampaolo Lauria1-1/+1
2011-07-29samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell1-2/+3
2011-07-21samba-tool: fixed drs commands synopsisGiampaolo Lauria1-5/+5
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-30/+1
2011-06-09samba-tool: added --local option to drs replicate commandAndrew Tridgell1-1/+39
2011-04-06s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell1-1/+1
2011-03-29s4-drs: default hostname in samba-tool drs commandAndrew Tridgell1-2/+2
2011-02-09s4/samba-tool/drs: Make use of Command.message() method instead of using 'print'Kamen Mazdrashki1-36/+37
2011-02-09s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-usedKamen Mazdrashki1-12/+8
2011-02-09s4/samba-tool: 'drs options' command implementationKamen Mazdrashki1-0/+71
2011-02-02s4/samba-tool: Add --sync-forced flag to 'drs replicate' commandKamen Mazdrashki1-1/+4
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell1-26/+25
2010-12-01s4-drs: cope with invalid NTDS DNs from DsReplicaInfo()Andrew Tridgell1-2/+5
2010-12-01s4-drs: the options attribute is optional on NTDSDSA objectsAndrew Tridgell1-1/+1
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-10/+10
2010-11-28Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and i...Matthias Dieter Wallnöfer1-2/+2
2010-11-28s4-drs: fixed credit for C versionAndrew Tridgell1-0/+2
2010-11-27s4:netcmd/drs.py - use "objectClass" for discovering the server and it's NTDS...Matthias Dieter Wallnöfer1-2/+2
2010-11-28s4-samba-tool: added python implementation of samba-tool drs commandsAndrew Tridgell1-0/+402