summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
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-032-6/+12
* 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-022-22/+86
* samba.netcmd: Pass in outf/errf.Jelmer Vernooij2011-11-022-6/+5
* s4-python: samba.provision: Require schema to be passed in - code path which ...Jelmer Vernooij2011-11-021-5/+1
* samba.common: Fix formatting of docstring (trips up pydoctor).Jelmer Vernooij2011-11-021-3/+4
* samba-tool: add subcommand for sites manipulationMatthieu Patou2011-11-022-0/+98
* s4-python: add function to manipulate sites in pythonMatthieu Patou2011-11-021-0/+63
* s4-dnsserver: Check the raised exception with assertRaisesAmitay Isaacs2011-11-021-13/+11
* 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
* s4-join: Send ReplicaUpdateRefs at the end of the joinMatthieu Patou2011-11-011-1/+19
* s4-domain-join: do not add DFSR entries when joining, this should be done in ...Matthieu Patou2011-11-011-9/+0
* 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
* s4-selftest: Add tests for RPC dnsserverAmitay Isaacs2011-10-201-0/+181
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-202-0/+861
* s4-provision: Provision DNS records with correct rankAmitay Isaacs2011-10-201-18/+23
* s4-test: added test suite for common.py codeAndrew Tridgell2011-10-201-0/+42
* s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell2011-10-202-26/+43
* s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett2011-10-192-16/+16
* s4-s3-upgrade fix format string for secrets.tdb exceptionAndrew Bartlett2011-10-191-1/+1
* s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.datAndrew Bartlett2011-10-191-1/+10
* samba.getopt: Add some basic tests.Jelmer Vernooij2011-10-191-0/+57
* samba.getopt: Keep exception message when setting a lp option fails.Jelmer Vernooij2011-10-191-4/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-4/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-1/+5
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-2/+1
* samba-tool: Improve getopt.py error handlingGiampaolo Lauria2011-10-191-0/+3
* s4-s3-upgrade: Give a better clue when we cannot open secrets.tdbAndrew Bartlett2011-10-182-2/+5
* s4 provision: DNS backend should be set by callerKai Blin2011-10-174-8/+13
* s4 provision/dns: Clean up os level handlingKai Blin2011-10-171-10/+12
* s4 provision/dns: Clean up backend handlingKai Blin2011-10-171-6/+13
* s4 provision: Reword opinionated dns backend help text, add NONE backendKai Blin2011-10-171-2/+2
* s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILEKai Blin2011-10-172-6/+6
* 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 short description set.Jelmer Vernooij2011-10-141-0/+11
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-143-3/+26
* 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-142-0/+13
* 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
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+0
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-1313-88/+104