summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2017-07-21selftest: Add test for password change when NTLM is disabledTim Beale1-13/+33
2017-07-05Add test for 'samba-tool user edit'Rowland Penny1-0/+72
2017-07-05Easily edit a users object in AD, as if using ldbedit.Rowland Penny1-1/+138
2017-07-05python: tests: Add test for tdb_copy function from tdb_util module.Lumir Balhar1-0/+53
2017-07-04selftest: Add test to confirm NTLM authentication is enabledTim Beale1-0/+68
2017-07-04selftest: Add test for support for MSCHAPv2 and NTLMv1 on a serverAndrew Bartlett1-4/+98
2017-07-04tests: Add simple check whether netlogon server is runningTim Beale1-0/+69
2017-07-02dsdb: Add tests showing that the CN=CONFIGURATION partition is also lockedAndrew Bartlett1-7/+31
2017-07-02dsdb: Add new test adding a record to the top level sam.ldb fileAndrew Bartlett1-0/+71
2017-07-02dsdb: Add more locking more tests, confirming blocking locks in both directionsStefan Metzmacher1-7/+162
2017-07-02dsdb: Add test showing a search can't start while a transaction is already re...Andrew Bartlett1-0/+54
2017-07-02dsdb: Add test showing a search can't start while a transaction is already re...Andrew Bartlett1-1/+53
2017-06-30dsdb: Add a dummy module to replace show_deletedAndrew Bartlett1-1/+1
2017-06-29tests py_credentials: Fix encrypt_netr_crypt_password testGary Lockyer1-16/+10
2017-06-23samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam1-1/+1
2017-06-23samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall1-2/+3
2017-06-23samba_kcc: comment typoDouglas Bagnall1-1/+1
2017-06-23samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall1-0/+4
2017-06-23python/getopt: -d/--debuglevel saves value in options for scriptsDouglas Bagnall1-0/+1
2017-06-22python/tests: test SMB1 and SMB2/3 in auth_log.pyStefan Metzmacher1-2/+47
2017-06-22pycredentials: Add support for netr_crypt_passwordGary Lockyer1-1/+45
2017-06-22pycredentials: add function to return the netr_AuthenticatorGary Lockyer1-0/+241
2017-06-22Tests lsa.String: add String constructor, str and reprGary Lockyer1-0/+79
2017-06-16selftest: confirm that two attributes are also correctly set in the @ recordsAndrew Bartlett1-2/+39
2017-06-15python/test: delete_force() passes on command line argsDouglas Bagnall1-2/+2
2017-06-15repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam1-1/+0
2017-06-15selftest: Pass the dcerpc binding object to self.waitForMessages in auth_logAndrew Bartlett2-8/+8
2017-06-15selftest: Add test for gss_krb5/ntlmssp -> SPNEGOAndrew Bartlett1-2/+11
2017-06-15selftest: Add pygensec tests for GSS-SPNEGO and Win2000 emulated SPNEGOAndrew Bartlett1-6/+55
2017-06-15selftest: Add a test for @ATTRIBUTES and @INDEXLIST generationAndrew Bartlett1-0/+138
2017-06-13python/samba/tests: don't use hardcoded names in *pam_winbind* testsStefan Metzmacher2-4/+19
2017-06-13python: Port simple libpython module to Python 3 compatible formLumir Balhar2-9/+11
2017-06-11join.py Add DNS records at domain join timeAndrew Bartlett1-3/+197
2017-06-10selftest: Add test confirming join-created DNS entries can be modified as the DCAndrew Bartlett1-6/+68
2017-06-10selftest: Test join.py and confirm that the DNS record is createdAndrew Bartlett1-0/+113
2017-06-10provision: Allow removing an existing account when force=True is setAndrew Bartlett1-22/+23
2017-06-10provision: Move default handler for site=None down into dc_join object creationAndrew Bartlett2-3/+3
2017-06-10selftest: Use TestCaseInTempDir as base class in dns testsAndrew Bartlett1-2/+2
2017-06-10selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett3-580/+435
2017-06-10selftest: merge DNSTest boilerplateAndrew Bartlett2-88/+196
2017-06-10selftest: move make_txt_record() onto self in samba.tests.dnsAndrew Bartlett1-14/+14
2017-06-10dns_server: clobber MNAME in the SOAAndrew Bartlett1-1/+1
2017-06-10selftest: run dns tests in multiple envsAndrew Bartlett1-52/+102
2017-06-10selftest: confirm we clobber the MNAME in the SOA query in the DNS serverAndrew Bartlett1-0/+18
2017-06-10join.py: Do not expose the old machine password over NTLM if -k yes was setAndrew Bartlett1-0/+1
2017-06-10pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett1-2/+6
2017-06-10python: Allow sd_utils to take a Dn object, not just a string DNAndrew Bartlett1-1/+5
2017-06-10pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett1-2/+2
2017-06-09samba-tool: You cannot add members to a group if the member exists as a sAMAc...Rowland Penny2-3/+8
2017-06-09samba tool - tests: Fix shell metacharacters in generated passwordGary Lockyer2-4/+16