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