summaryrefslogtreecommitdiff
path: root/python/samba/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba: ignore encoding errors while reading filesPhilipp Gesang2019-04-031-1/+1
* python/samba: PY3 ord needs 'str' type not intNoel Power2018-12-101-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+5
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-9/+9
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* python: export fault_setup() to python bindingsStefan Metzmacher2018-06-121-0/+1
* pyldb-samba: Use the same smb.conf variable name as the C wrapper users for L...Andrew Bartlett2018-06-041-1/+1
* python/samba: port some isinstance str checks (to cater for unicode)Noel Power2018-04-301-2/+3
* pyglue: Add function to generate a random byte stringGary Lockyer2017-12-181-0/+1
* samba-tool: validate password early in `domain provision`Jamie McClymont2017-12-101-0/+1
* python: Add provisioning support for MIT KDC in samba-toolAndreas Schneider2017-04-291-0/+1
* lib/crypto: implement samba.crypto Python module for RC4Alexander Bokovoy2017-03-151-14/+2
* python: Remove unused import PY3Andrew Bartlett2017-03-101-1/+0
* python: samba._ldb: Port of samba._ldb to Python 3 compatible formLumir Balhar2017-03-101-5/+1
* python: Make top-level samba modules Python 3 compatibleLumir Balhar2017-03-101-12/+20
* pyglue: add generate_random_machine_password() wrapperStefan Metzmacher2017-02-211-0/+1
* python: Add DsExtendedError ExceptionAndrew Bartlett2016-11-041-0/+1
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-041-0/+4
* python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher2016-02-031-0/+16
* python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher2016-02-031-0/+8
* build: Enable NTVFS file server to be omittedAndrew Bartlett2015-10-231-0/+1
* python/samba: add current_unix_time()Stefan Metzmacher2015-07-081-0/+4
* Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij2015-03-061-16/+0
* Add samba.ensure_third_party_module() function, loading external python modul...Jelmer Vernooij2014-11-121-5/+30
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+363