summaryrefslogtreecommitdiff
path: root/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-03python/samba: ignore encoding errors while reading filesPhilipp Gesang1-1/+1
2018-12-10python/samba: PY3 ord needs 'str' type not intNoel Power1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+5
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-06-12python: export fault_setup() to python bindingsStefan Metzmacher1-0/+1
2018-06-04pyldb-samba: Use the same smb.conf variable name as the C wrapper users for L...Andrew Bartlett1-1/+1
2018-04-30python/samba: port some isinstance str checks (to cater for unicode)Noel Power1-2/+3
2017-12-18pyglue: Add function to generate a random byte stringGary Lockyer1-0/+1
2017-12-10samba-tool: validate password early in `domain provision`Jamie McClymont1-0/+1
2017-04-29python: Add provisioning support for MIT KDC in samba-toolAndreas Schneider1-0/+1
2017-03-15lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy1-14/+2
2017-03-10python: Remove unused import PY3Andrew Bartlett1-1/+0
2017-03-10python: samba._ldb: Port of samba._ldb to Python 3 compatible formLumir Balhar1-5/+1
2017-03-10python: Make top-level samba modules Python 3 compatibleLumir Balhar1-12/+20
2017-02-21pyglue: add generate_random_machine_password() wrapperStefan Metzmacher1-0/+1
2016-11-04python: Add DsExtendedError ExceptionAndrew Bartlett1-0/+1
2016-11-04python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett1-0/+4
2016-02-03python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher1-0/+16
2016-02-03python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher1-0/+8
2015-10-23build: Enable NTVFS file server to be omittedAndrew Bartlett1-0/+1
2015-07-08python/samba: add current_unix_time()Stefan Metzmacher1-0/+4
2015-03-06Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij1-16/+0
2014-11-12Add samba.ensure_third_party_module() function, loading external python modul...Jelmer Vernooij1-5/+30
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+363