summaryrefslogtreecommitdiff
path: root/python/samba/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba: add support for LDB_CHANGETYPE_MODRDN to modify_ldif()Stefan Metzmacher2023-03-221-0/+7
* python/samba: add support for LDB_CHANGETYPE_DELETE to modify_ldif()Stefan Metzmacher2023-03-221-0/+3
* python/samba: let modify_ldif() verify the changetype valueStefan Metzmacher2023-03-221-1/+6
* python: Use list comprehension in string_to_byte_array()Joseph Sutton2022-10-211-6/+1
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-1/+0
* python: Don't leak file handlesJoseph Sutton2021-09-211-5/+7
* python: glue function for detecting if selftest is enabledDavid Mulder2021-04-211-0/+1
* pyglue: add float2nttime() and nttime2float()Stefan Metzmacher2021-03-011-0/+2
* py3: Add is_ad_dc_built option to python glueDavid Mulder2020-10-231-0/+1
* python: Remove remaining references to third_party python libsAndrew Bartlett2020-08-211-40/+0
* python compat: remove string_typesDouglas Bagnall2020-08-111-3/+2
* python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall2020-07-171-0/+17
* 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