summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/fsmo.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-277/+0
* s4:samba-tool: Fix samba-tool fsmo --role=schemaArvid Requate2012-11-161-1/+1
* samba-tool: Some more unifications...Karolin Seeger2012-10-091-1/+1
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-3/+3
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* s4-samba-tool: Fix samba-tool fsmo seizeAndrew Bartlett2012-04-191-45/+50
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* s4:samba-tool fsmo * - fix missing "takes_optiongroups"Matthias Dieter Wallnöfer2012-02-171-0/+12
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+6
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-11/+6
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-2/+2
* pyldb: fixed places where we try to concatenate a Dn with a stringAndrew Tridgell2011-09-191-1/+1
* samba-tool: use get_config_basedn() to get configuration NC DNAndrew Tridgell2011-09-191-2/+2
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-091-1/+1
* samba-tool: Changed fsmo implementationGiampaolo Lauria2011-09-091-68/+130
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-091-1/+1
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-281-3/+4
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-6/+1
* samba-tool: fix summary of the fsmo command to be clearerGiampaolo Lauria2011-07-211-1/+1
* s4-fsmo: say which role is being transferredAndrew Tridgell2011-03-291-4/+4
* s4-fsmo: samba-tool fsmo transfer now gets full error codeAndrew Tridgell2011-03-291-2/+2
* s4-fsmo: nicer error messages on failed FSMO transfersAndrew Tridgell2011-03-291-5/+12
* s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell2011-03-291-3/+3
* samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell2010-12-081-1/+1
* s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer2010-09-121-1/+1
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer2010-05-091-1/+1
* s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij2010-04-081-10/+10
* s4-net: Simplify SamDB connect code.Jelmer Vernooij2010-04-081-6/+1
* Fixed a bug caused by a typo. Infrastructure role didn't work.Nadezhda Ivanova2010-01-291-1/+1
* Implemented net fsmo command for transferring fsmo rolesNadezhda Ivanova2010-01-271-0/+202