summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/fsmo.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-277/+0
2012-11-16s4:samba-tool: Fix samba-tool fsmo --role=schemaArvid Requate1-1/+1
2012-10-09samba-tool: Some more unifications...Karolin Seeger1-1/+1
2012-10-08samba-tool: Unify usage messages.Karolin Seeger1-3/+3
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-04-19s4-samba-tool: Fix samba-tool fsmo seizeAndrew Bartlett1-45/+50
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-02-17s4:samba-tool fsmo * - fix missing "takes_optiongroups"Matthias Dieter Wallnöfer1-0/+12
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-1/+6
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-11/+6
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-2/+2
2011-09-19pyldb: fixed places where we try to concatenate a Dn with a stringAndrew Tridgell1-1/+1
2011-09-19samba-tool: use get_config_basedn() to get configuration NC DNAndrew Tridgell1-2/+2
2011-09-09samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs1-1/+1
2011-09-09samba-tool: Changed fsmo implementationGiampaolo Lauria1-68/+130
2011-09-09samba-tool: Expanded acronym descriptionsGiampaolo Lauria1-1/+1
2011-07-28samba-tool: add -H or --URL where necessaryGiampaolo Lauria1-3/+4
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-6/+1
2011-07-21samba-tool: fix summary of the fsmo command to be clearerGiampaolo Lauria1-1/+1
2011-03-29s4-fsmo: say which role is being transferredAndrew Tridgell1-4/+4
2011-03-29s4-fsmo: samba-tool fsmo transfer now gets full error codeAndrew Tridgell1-2/+2
2011-03-29s4-fsmo: nicer error messages on failed FSMO transfersAndrew Tridgell1-5/+12
2011-03-29s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell1-3/+3
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell1-1/+1
2010-09-12s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer1-1/+1
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-05-09s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer1-1/+1
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij1-10/+10
2010-04-08s4-net: Simplify SamDB connect code.Jelmer Vernooij1-6/+1
2010-01-29Fixed a bug caused by a typo. Infrastructure role didn't work.Nadezhda Ivanova1-1/+1
2010-01-27Implemented net fsmo command for transferring fsmo rolesNadezhda Ivanova1-0/+202