summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* waf: Create kerberos_implementation.py for provisioningAndreas Schneider2017-04-291-0/+45
* 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
* join.py: Allow RODC to have push replication at joinGarming Sam2017-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
* samba-tool: Ensure that samba-tool processes --name=not-existing does not errorAndrew Bartlett2017-03-281-1/+5
* selftest: Add more tests for "samba-tool processes"Andrew Bartlett2017-03-281-0/+6
* samba_dnsupdate: Add additional debuggingGarming Sam2017-03-281-4/+4
* lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy2017-03-151-14/+2
* dbcheck: Improve dbcheck to find (and may fix) dangling msDS-RevealedUsersGarming Sam2017-03-131-0/+48
* python/dsdb_dn: Add a generic get_bytes method on DNsGarming Sam2017-03-131-0/+5
* samba-tool/domain: Correctly re-enable replicationGarming Sam2017-03-131-28/+33
* werror: Correct the error code checkingGarming Sam2017-03-131-1/+1
* waf: disable-python - don't build python/Ian Stakenvicius2017-03-101-3/+5
* python: Remove unused import PY3Andrew Bartlett2017-03-101-1/+0
* python: samba.gensec: Port module to Python 3 compatible formLumir Balhar2017-03-102-19/+18
* python: samba.getopt: Port module to Python 3 compatible formLumir Balhar2017-03-101-6/+2
* 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._ldb: Port of samba._ldb to Python 3 compatible formLumir Balhar2017-03-101-5/+1
* 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: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-5/+8
* python: Make top-level samba modules Python 3 compatibleLumir Balhar2017-03-103-23/+57
* 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._glue: Port samba._glue module to Python 3.Lumir Balhar2017-03-101-11/+20