summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam2017-06-231-1/+1
* samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall2017-06-231-2/+3
* samba_kcc: comment typoDouglas Bagnall2017-06-231-1/+1
* samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall2017-06-231-0/+4
* python/getopt: -d/--debuglevel saves value in options for scriptsDouglas Bagnall2017-06-231-0/+1
* python/tests: test SMB1 and SMB2/3 in auth_log.pyStefan Metzmacher2017-06-221-2/+47
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-1/+45
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+241
* Tests lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+79
* selftest: confirm that two attributes are also correctly set in the @ recordsAndrew Bartlett2017-06-161-2/+39
* python/test: delete_force() passes on command line argsDouglas Bagnall2017-06-151-2/+2
* 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