summaryrefslogtreecommitdiff
path: root/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: Rename Samba4 to Samba ADAndreas Schneider2017-05-051-1/+1
* param: Add 'mit kdc command' to change the default.Andreas Schneider2017-04-291-1/+2
* source3 smbd: tests for null pointer dereferenceGary Lockyer2017-04-281-0/+59
* pyrpc: Fix segfault in ClientConnectionGary Lockyer2017-04-211-0/+18
* param: Check for valid values of 'name resolve order' optionNoel Power2017-04-131-2/+4
* python: Add a simple pam_winbind testAndreas Schneider2017-04-072-0/+74
* tests dsdb: load paramaters from test environmentGary Lockyer2017-04-061-7/+4
* password_hash: Add tests to allow refactoringGary Lockyer2017-04-064-0/+635
* TestBase: restore setting FEATURE_SEAL in insta_credsGary Lockyer2017-04-051-1/+2
* whitespace: auth_log_pass_change.py python conventionsGarming Sam2017-03-291-33/+34
* whitespace: auth_log.py python conventionsGarming Sam2017-03-291-96/+92
* auth log: Add tests for anonymous bind and SamLogonGary Lockyer2017-03-291-0/+382
* pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett2017-03-291-0/+21
* ldap_server: Log failures to find a valid user in the simple bindGary Lockyer2017-03-291-0/+80
* dsdb: Add authentication audit logging for LDAP password changeAndrew Bartlett2017-03-291-2/+89
* auth log tests: password change testsGary Lockyer2017-03-292-6/+250
* auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett2017-03-293-0/+1007
* TestBase: move insta_creds from password_lockout.pyGary Lockyer2017-03-291-0/+31
* pymessaging: add single element tupple form of the server_idGary Lockyer2017-03-281-0/+42
* pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett2017-03-281-14/+38
* selftest: Test server_id database add and removalAndrew Bartlett2017-03-281-6/+13
* pymessaging: Add irpc_remove_nameAndrew Bartlett2017-03-281-0/+8
* pymessaging: Add support for irpc_add_nameAndrew Bartlett2017-03-281-0/+4
* selftest: Add more tests for "samba-tool processes"Andrew Bartlett2017-03-281-0/+6
* samba_dnsupdate: Add additional debuggingGarming Sam2017-03-281-4/+4
* python: samba.gensec: Port module to Python 3 compatible formLumir Balhar2017-03-102-19/+18
* python: samba.tests.core: Port and enable core tests in Python 3Lumir Balhar2017-03-101-2/+2
* python: samba.tests: Move import of ported modules out of PY3 conditionLumir Balhar2017-03-101-2/+2
* python: samba.tests.auth: Add tests for samba.auth moduleLumir Balhar2017-03-101-2/+27
* dcerpc/misc tests: asset GUID ordering in python 2 and 3Douglas Bagnall2017-03-101-7/+10
* python: samba.tests.dcerpc.misc: Port and enable testsLumir Balhar2017-03-101-2/+9
* python: Make top-level samba modules Python 3 compatibleLumir Balhar2017-03-101-11/+15
* python: samba.tests.dcerpc: Move Class RawDCERPCTest to separated file.Lumir Balhar2017-03-103-835/+865
* python: samba.tests.glue: Add new tests for samba._glue.Lumir Balhar2017-03-101-0/+74
* python: samba.tests.param: Add missing testsLumir Balhar2017-03-101-1/+45
* python: samba.tests.credentials: Python 3 compatible testsLumir Balhar2017-03-101-9/+17
* Correct "acheive" typos.Chris Lamb2017-02-221-1/+1
* Correct "overriden" typos.Chris Lamb2017-02-222-2/+2
* python/tests: move samba_tool_drs test to proper placeBob Campbell2017-02-141-344/+0
* samba-tool/drs: do partial replication when --local is given by defaultBob Campbell2017-02-141-2/+2
* tests/ndrdump: Add a test for --hex-inputGarming Sam2017-02-141-0/+4
* python: Use generated WERROR definitionsBob Campbell2017-02-141-1/+2
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-271-4/+7
* tests/credentials.py: demonstrate the last 'username' line of creds.parse_fil...Stefan Metzmacher2016-12-201-0/+50
* tests/credentials.py: verify the new cli_credentials_parse_file() 'username' ...Stefan Metzmacher2016-12-201-0/+49
* tests/credentials.py: add tests to verify realm/principal behaviour of cli_cr...Stefan Metzmacher2016-12-201-1/+49
* auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher2016-12-201-4/+4
* tests/credentials.py: add tests with a realm from smb.confStefan Metzmacher2016-12-201-1/+16
* auth/credentials: handle situations without a configured (default) realmStefan Metzmacher2016-12-201-5/+14
* tests/credentials.py: add very simple test for py_creds_parse_fileStefan Metzmacher2016-12-201-1/+23