summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Group creation: Add msSFU30Name only when --nis-domain was givenMarc Muehlfeld2015-06-301-2/+1
* s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells2015-06-071-1/+0
* sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij2015-03-241-0/+0
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2015-03-241-3/+8
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2015-03-241-8/+19
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2015-03-241-0/+59
* urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij2015-03-241-2/+5
* samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld2015-02-212-4/+39
* samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt2015-01-241-0/+1
* samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk2014-12-041-5/+8
* samba-tool: Fix enum values in dns.pyGuenter Kukkukk2014-12-041-1/+1
* s4-dns: Add support for BIND 9.10Amitay Isaacs2014-11-241-1/+5
* s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs2014-11-241-6/+6
* samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld2014-11-042-3/+25
* provision: Change the default functional level of new Samba domains to 2008R2.Andrew Bartlett2014-09-302-3/+3
* provision: explain why this is requiredAndrew Bartlett2014-09-271-0/+8
* samba-tool: fix reply when zero day pwd expiry is setBjörn Jacke2014-09-081-4/+4
* join.py: Set NT ACL on crossRef object for new partitionAndrew Bartlett2014-09-022-4/+14
* samba-tool/ldapcmp: update the list of non replicated attributesStefan Metzmacher2014-09-021-13/+49
* join.py: Ensure to fill in samAccountName so we get the domain$ accountAndrew Bartlett2014-09-011-1/+2
* provision: Only create hard links for ForestDnsZones if it exists on this DCAndrew Bartlett2014-09-011-4/+8
* join.py: Ensure we set the SID of the parent domain on the trust recordAndrew Bartlett2014-09-011-1/+2
* python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett2014-09-015-9/+11
* provision: Use names.domainsid and names.domainguidAndrew Bartlett2014-09-013-46/+55
* provision: Only calculate ForestDNSZone GUID if we need itAndrew Bartlett2014-09-011-5/+4
* join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett2014-09-011-32/+34
* samba.netcmd.domain: desactivating -> deactivating.Jelmer Vernooij2014-08-311-1/+1
* samba.netcmd.domain: Fix incorrect variable names, causing NameErrors.Jelmer Vernooij2014-08-311-4/+4
* samba.netcmd.domain: Remove unused import.Jelmer Vernooij2014-08-311-1/+0
* samba.netcmd.domain: Just catch ImportError, not any parsing errors in cmd_do...Jelmer Vernooij2014-08-311-2/+3
* python/join: use lowercase for the dnshostname.Stefan Metzmacher2014-08-261-2/+2
* Redescribe --userou usageMarc Muehlfeld2014-08-061-2/+2
* tests: dnsserver: Remove duplicate empty test functionAmitay Isaacs2014-07-301-4/+0
* tests: dnsserver: Add a update test with name set to '.'Amitay Isaacs2014-07-291-1/+40
* dbcheck: Add check and test for various invalid userParameters valuesAndrew Bartlett2014-07-091-0/+90
* param: Amend docs.py test to check dumping of flagged parametersGarming Sam2014-07-081-1/+70
* param: remove idmap parameters as special cases in docs.pyGarming Sam2014-07-071-3/+0
* param: handle smb_ports as a special handlerGarming Sam2014-07-071-2/+4
* samba-tool domain: remove duplicate check if site is setBjörn Baumbach2014-06-181-3/+0
* samba-tool: add --site parameter to provision commandBjörn Baumbach2014-06-181-1/+4
* provision/sambadns: remove redundant site parameterBjörn Baumbach2014-06-182-3/+4
* tests: Add doc exception for spoolss: OSVERSION.Andreas Schneider2014-05-231-1/+2
* provision: Correctly provision the SOA record minimum TTLKai Blin2014-05-212-0/+2
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-201-0/+29
* docs: enable checking of parametric options assignmentGarming Sam2014-05-071-4/+2
* param: correctly use param_table.c as a regular C fileGarming Sam2014-05-071-1/+1
* docs: add test to docs.py to set parameters to some arbitrary valueGarming Sam2014-05-071-10/+93
* docs: change docs.py to test the setting of parameters to defaultsGarming Sam2014-05-071-0/+39
* samba-tool ldapcmp: fix a typoBjörn Baumbach2014-05-031-2/+2
* dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett2014-05-021-18/+13