summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: Fix short description and error msgs in domain levelGiampaolo Lauria2011-11-031-5/+5
* samba-tool: Fix --quiet option in domain samba3upgradeGiampaolo Lauria2011-11-031-2/+2
* samba-tool: Improve "delegation" command error handlingGiampaolo Lauria2011-11-031-2/+6
* samba-tool: Improve "delegation" command error messageGiampaolo Lauria2011-11-031-2/+2
* samba-tool: Improve "delegation" command error handlingGiampaolo Lauria2011-11-031-21/+27
* samba-tool: Fix "delegation show" command synopsisGiampaolo Lauria2011-11-031-1/+1
* s4-sites: Document, fix under optimal coding, use exceptionsMatthieu Patou2011-11-021-20/+20
* samba.netcmd: Pass in outf/errf.Jelmer Vernooij2011-11-021-3/+4
* samba-tool: add subcommand for sites manipulationMatthieu Patou2011-11-022-0/+98
* samba-tool: Improve the description of dns subcommands.Amitay Isaacs2011-11-021-5/+15
* samba-tool: Enable comparison of DNS naming contexts in ldapcmpAmitay Isaacs2011-11-021-3/+8
* Simplify handling of user add command.Jelmer Vernooij2011-11-011-6/+10
* s4: samba-tool subcommand rename - change samba-tool user add to samba-tool u...Theresa Halloran2011-10-231-2/+9
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-202-0/+861
* s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett2011-10-191-15/+15
* s4-s3-upgrade: Give a better clue when we cannot open secrets.tdbAndrew Bartlett2011-10-181-1/+1
* s4: check that the xattr are supported in the folder where we want to provisionMatthieu Patou2011-10-161-1/+4
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-142-0/+3
* samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2011-10-142-1/+61
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-1417-98/+80
* samba.netcmd: Reintroduce Command.name.Jelmer Vernooij2011-10-141-0/+8
* samba-tool: Determine long option from docstring.Jelmer Vernooij2011-10-143-17/+25
* creds: Remove unnecessary calls to credopts.get_credentials.Jelmer Vernooij2011-10-141-2/+0
* python: Remove extra newlines.Jelmer Vernooij2011-10-141-3/+0
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-1313-88/+104
* samba-tool delegation: Use self.outf, simplify some code.Jelmer Vernooij2011-10-131-14/+8
* netcmd: Add Command.get_logger() method.Jelmer Vernooij2011-10-133-5/+8
* netcmd: Add errf stream to command instances.Jelmer Vernooij2011-10-131-7/+7
* samba-tool/testparm: Fix traceback when checking client name/ip against hosts...Jelmer Vernooij2011-10-131-2/+2
* samba-tool/testparm: Fix handling of command-line options.Jelmer Vernooij2011-10-131-26/+29
* netcmd/domain: Remove unused imports.Jelmer Vernooij2011-10-081-2/+2
* netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij2011-10-081-9/+8
* samba-tool: cope with GC compares in ldapcmpAndrew Tridgell2011-10-041-3/+5
* samba-tool: added --full-sync and --sync-all options to samba-tool drs replicateAndrew Tridgell2011-10-041-3/+9
* s4-dbcheck: fixed transaction nesting in dbcheckAndrew Tridgell2011-09-221-2/+6
* pyldb: fixed places where we try to concatenate a Dn with a stringAndrew Tridgell2011-09-192-6/+6
* samba-tool: use get_config_basedn() to get configuration NC DNAndrew Tridgell2011-09-192-9/+7
* s4:upgrade_from_s3 - old s3 versions < 3.4.x don't have a "state directory" p...Matthias Dieter Wallnöfer2011-09-161-1/+5
* s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviourAndrew Bartlett2011-09-131-13/+11
* s4:upgrade_from_s3 - restore "get_testparm_var" methodMatthias Dieter Wallnöfer2011-09-131-1/+4
* s4-provision Add initial support for joining as a new subdomainAndrew Bartlett2011-09-131-3/+11
* testparm.py: Use standard formatting of header.Jelmer Vernooij2011-09-131-10/+10
* group.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
* drs.py: Remove tab characters.Jelmer Vernooij2011-09-131-36/+36
* domain.py: Remove tab characters.Jelmer Vernooij2011-09-131-12/+13
* delegation.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
* samba-tool: Add "domain samba3upgrade" subcommandAmitay Isaacs2011-09-121-1/+107
* s4:samba-tool/domain.py - rename arguments "domain" -> "domain-level", "fores...Matthias Dieter Wallnöfer2011-09-111-12/+12
* s4:samba-tool/domain.py - restore domain raise functionalityMatthias Dieter Wallnöfer2011-09-111-1/+16
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-095-8/+5