summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam2017-06-151-1/+0
* selftest: Pass the dcerpc binding object to self.waitForMessages in auth_logAndrew Bartlett2017-06-152-8/+8
* selftest: Add test for gss_krb5/ntlmssp -> SPNEGOAndrew Bartlett2017-06-151-2/+11
* selftest: Add pygensec tests for GSS-SPNEGO and Win2000 emulated SPNEGOAndrew Bartlett2017-06-151-6/+55
* selftest: Add a test for @ATTRIBUTES and @INDEXLIST generationAndrew Bartlett2017-06-151-0/+138
* python/samba/tests: don't use hardcoded names in *pam_winbind* testsStefan Metzmacher2017-06-132-4/+19
* python: Port simple libpython module to Python 3 compatible formLumir Balhar2017-06-132-9/+11
* join.py Add DNS records at domain join timeAndrew Bartlett2017-06-111-3/+197
* selftest: Add test confirming join-created DNS entries can be modified as the DCAndrew Bartlett2017-06-101-6/+68
* selftest: Test join.py and confirm that the DNS record is createdAndrew Bartlett2017-06-101-0/+113
* provision: Allow removing an existing account when force=True is setAndrew Bartlett2017-06-101-22/+23
* provision: Move default handler for site=None down into dc_join object creationAndrew Bartlett2017-06-102-3/+3
* selftest: Use TestCaseInTempDir as base class in dns testsAndrew Bartlett2017-06-101-2/+2
* selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett2017-06-103-580/+435
* selftest: merge DNSTest boilerplateAndrew Bartlett2017-06-102-88/+196
* selftest: move make_txt_record() onto self in samba.tests.dnsAndrew Bartlett2017-06-101-14/+14
* dns_server: clobber MNAME in the SOAAndrew Bartlett2017-06-101-1/+1
* selftest: run dns tests in multiple envsAndrew Bartlett2017-06-101-52/+102
* selftest: confirm we clobber the MNAME in the SOA query in the DNS serverAndrew Bartlett2017-06-101-0/+18
* join.py: Do not expose the old machine password over NTLM if -k yes was setAndrew Bartlett2017-06-101-0/+1
* pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett2017-06-101-2/+6
* python: Allow sd_utils to take a Dn object, not just a string DNAndrew Bartlett2017-06-101-1/+5
* pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett2017-06-101-2/+2
* samba-tool: You cannot add members to a group if the member exists as a sAMAc...Rowland Penny2017-06-092-3/+8
* samba tool - tests: Fix shell metacharacters in generated passwordGary Lockyer2017-06-092-4/+16
* provision: Update root DNS servers listAmitay Isaacs2017-06-091-3/+11
* samba-tool/spn: Add a missing newline to error messageGarming Sam2017-05-301-2/+2
* python: Create the kdc.conf in the Samba private directoryAndreas Schneider2017-05-264-41/+17
* python: Do not use the glue code directlyAndreas Schneider2017-05-261-2/+2
* tests net_join: use private secrets database.Gary Lockyer2017-05-253-6/+105
* auth_log: Add test that execises the SamLogon python bindingsGary Lockyer2017-05-251-0/+181
* tests password_hash: Add ldap based tests for WDigestGary Lockyer2017-05-252-28/+171
* tests password_hash: update array indexes for readabliityGary Lockyer2017-05-251-30/+31
* samba-tool add support for userPasswordGary Lockyer2017-05-251-22/+88
* samba-tool tests: add tests for userPasswordGary Lockyer2017-05-251-5/+248
* tests password_hash: add tests for Primary:userPasswordGary Lockyer2017-05-254-2/+334
* tests password_hash: fix white space issuesGary Lockyer2017-05-251-4/+4
* tests password_hash: remove unused importGary Lockyer2017-05-251-1/+0
* samba-tool user: add rounds option to virtualCryptSHAxxxGary Lockyer2017-05-251-7/+78
* samba-tool tests: Tests for virtualCryptSHAxxx roundsGary Lockyer2017-05-251-0/+297
* samba-tool user: Support for virtualWDigest attributesGary Lockyer2017-05-251-0/+152
* samba-tool user: Tests for virtualWDigest attributesGary Lockyer2017-05-251-0/+456
* python3:tests: Fix Python 3 test issuesPetr Viktorin2017-05-192-3/+3
* python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin2017-05-191-0/+8
* samba-tool: Rename Samba4 to Samba ADAndreas Schneider2017-05-052-3/+3
* samba-tool: fix log message of 'samba-tool user syncpasswords'Stefan Metzmacher2017-05-051-1/+1
* samba-tool: let 'samba-tool user syncpasswords' report deletions immediatelyStefan Metzmacher2017-05-041-1/+1
* waf: Move python build instructions to wscriptAndreas Schneider2017-04-292-36/+44
* python: Add provisioning support for MIT KDC in samba-toolAndreas Schneider2017-04-294-7/+128
* python: Add py_is_heimdal_built() to pyglueAndreas Schneider2017-04-291-0/+11