summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: Add samba-tool processes subcommandAndrew Bartlett2012-10-313-0/+115
* pymessaging: Add irpc_servers_byname() and irpc_all_servers()Andrew Bartlett2012-10-311-0/+9
* pymessaging: Use the server_id IDL structure rather than a tupleAndrew Bartlett2012-10-311-2/+2
* TestCaseInTempDir: Use addCleanup rather than tearDown.Jelmer Vernooij2012-10-271-2/+3
* sefltest: use TestCaseInTempDir and setUp/tearDown for posixacl.py temp fileAndrew Bartlett2012-10-271-170/+62
* provision: Fix comments in checksysvolaclAndrew Bartlett2012-10-271-1/+2
* pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett2012-10-261-20/+20
* python-ntacls: Cope with ACL revision 4Andrew Bartlett2012-10-251-0/+2
* selftest: Always unlink the tempf in posixacl testAndrew Bartlett2012-10-251-1/+4
* selftest: Cover the important non-Samba invalidation of the NT ACLAndrew Bartlett2012-10-251-0/+23
* selftest: Cover one more NT ACL invalidation case and improve commentsAndrew Bartlett2012-10-251-8/+7
* selftest: Add many more tests for our posix ACL handlingAndrew Bartlett2012-10-251-1/+236
* pyglue: Make all_interfaces argumen to interface_ips() optional.Jelmer Vernooij2012-10-211-2/+2
* pyglue: Mention parameters in interface_ips() docstring.Jelmer Vernooij2012-10-211-0/+2
* samba-tool user test: Fix expected output.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Ignore removed parameters.Jelmer Vernooij2012-10-191-0/+2
* samba.tests.docs: Assume docs are generated by waf.Jelmer Vernooij2012-10-191-2/+6
* samba.tests.docs: Write error output from xsltproc to standard out.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Skip tests if xsltproc is not present.Jelmer Vernooij2012-10-191-5/+24
* smb.conf(5): Consistent spelling of parameter names.Jelmer Vernooij2012-10-191-3/+3
* samba.tests.docs: Support spaces before synonyms.Jelmer Vernooij2012-10-191-1/+1
* samba.tests.docs: Support synonyms.Jelmer Vernooij2012-10-191-0/+4
* samba.tests.docs: Distinguish between unknown and undocumened parameters.Jelmer Vernooij2012-10-191-1/+9
* tests: Convert find_missing_doc into a unit test.Jelmer Vernooij2012-10-191-0/+90
* samba-tool user: Fix typos, improve messages.Jelmer Vernooij2012-10-181-6/+10
* Warn when setting UID/GID without idmap_ldb:use rfc2307 = YesAlexander Wuerstlein2012-10-181-0/+4
* Tests for 'samba-tool user create' with RFC2307 attributesAlexander Wuerstlein2012-10-182-8/+139
* Set RFC2307 attributes in samba-tool createAlexander Wuerstlein2012-10-182-3/+58
* provision: No longer use the wheel group in new AD DomainsAndrew Bartlett2012-10-185-30/+28
* Removed phpldapadmin inclusion for Samba 4.Ricky Nance2012-10-172-30/+0
* Revert "provision: Always create DNS user."Stefan Metzmacher2012-10-161-13/+18
* samba.join: Fix multiple spaces.Jelmer Vernooij2012-10-111-1/+1
* samba.provision.sambadns: Use == to compare strings, not 'is'.Jelmer Vernooij2012-10-111-1/+1
* provision: Always create DNS user.Jelmer Vernooij2012-10-111-18/+13
* samba-tool: Some more unifications...Karolin Seeger2012-10-0915-15/+15
* samba-tool: skip chown in sysvolreset when it would fail on a GIDAndrew Bartlett2012-10-092-13/+48
* s4:scripting/python: add '-V' as alias for '--version'Stefan Metzmacher2012-10-081-1/+1
* s4:samba-tool: allow 'samba-tool --version'Stefan Metzmacher2012-10-081-0/+6
* s4:samba-tool: use normal option parsing in SuperCommandStefan Metzmacher2012-10-081-10/+13
* s4:samba-tool: add optional epilog to _create_parser()Stefan Metzmacher2012-10-081-2/+7
* samba-tool: Unify usage messages.Karolin Seeger2012-10-0813-60/+60
* samba-tool: Clarify usage of --help.Karolin Seeger2012-10-081-1/+1
* samba-tool: Fix typo in usage.Karolin Seeger2012-10-081-1/+1
* s4-join: factorize code, add infoMatthieu Patou2012-10-071-5/+9
* s4-join: add some documentationMatthieu Patou2012-10-071-1/+11
* provision: Use logger rather than print.Jelmer Vernooij2012-10-031-1/+1
* s4-provision: do not skip setting the acls on sysvolMatthieu Patou2012-10-032-2/+4
* s4 dns: Fix return code for deleted recordsKai Blin2012-09-301-3/+43
* sanba.upgradehelpers: Use standard functionality for getting temp dir.Jelmer Vernooij2012-09-271-3/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-2734-210/+207