summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* python: samba.tests.param: Add missing testsLumir Balhar2017-03-101-1/+45
* python: samba.param: Port param module to Python 3Lumir Balhar2017-03-102-9/+4
* python: samba.tests.credentials: Python 3 compatible testsLumir Balhar2017-03-101-9/+17
* python/examples/winreg: two variable name typos on a single lineDouglas Bagnall2017-03-101-1/+1
* python sites/subnets: correctly spell variable nameDouglas Bagnall2017-03-101-1/+1
* python provision: FDSBackend takes forced uriDouglas Bagnall2017-03-101-4/+5
* python/remove_dc: avoid using non-existent variableDouglas Bagnall2017-03-101-2/+2
* samba-tool domain: correctly spell variable nameDouglas Bagnall2017-03-101-1/+1
* python/join: correct spelling of "ctx.del_noerror"Douglas Bagnall2017-03-101-1/+1
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-02-231-10/+13
* samba-tool drs replicate: Add --single-objectAndrew Bartlett2017-02-231-4/+12
* python: Move partial replication logic into drs_utils.pyAndrew Bartlett2017-02-232-44/+39
* python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett2017-02-232-161/+182