summaryrefslogtreecommitdiff
path: root/python/samba/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-29python: make source_tree_topdir() test-onlyDouglas Bagnall1-10/+0
2025-03-29python: remove unused in_source_tree() functionDouglas Bagnall1-9/+0
2024-10-23Add pyglue for Rust for disabling testsDavid Mulder1-0/+1
2024-06-12python: remove string_to_byte_array()Douglas Bagnall1-4/+0
2024-04-09python: Add aead_aes_256_cbc_hmac_sha512()Andreas Schneider1-0/+11
2024-03-14python: Explain strange enable_net_export_keytab() behaviour is no longer due...Andrew Bartlett1-2/+2
2024-02-29pylibs: add string_is_guid() helper.Douglas Bagnall1-0/+32
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-6/+0
2023-12-21pyglue: Export some more HRESULT constantsJoseph Sutton1-0/+3
2023-11-30python: Use constants from hresult.h for python constantsAndrew Bartlett1-2/+2
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde1-0/+3
2023-11-30python: fix missing colon around param in docstringRob van der Linde1-1/+1
2023-08-30python: Remove unused importsJoseph Sutton1-1/+0
2023-06-23python:samba: Fix code spellingAndreas Schneider1-3/+3
2023-03-22python/samba: add support for LDB_CHANGETYPE_MODRDN to modify_ldif()Stefan Metzmacher1-0/+7
2023-03-22python/samba: add support for LDB_CHANGETYPE_DELETE to modify_ldif()Stefan Metzmacher1-0/+3
2023-03-22python/samba: let modify_ldif() verify the changetype valueStefan Metzmacher1-1/+6
2022-10-21python: Use list comprehension in string_to_byte_array()Joseph Sutton1-6/+1
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+0
2021-09-21python: Don't leak file handlesJoseph Sutton1-5/+7
2021-04-21python: glue function for detecting if selftest is enabledDavid Mulder1-0/+1
2021-03-01pyglue: add float2nttime() and nttime2float()Stefan Metzmacher1-0/+2
2020-10-23py3: Add is_ad_dc_built option to python glueDavid Mulder1-0/+1
2020-08-21python: Remove remaining references to third_party python libsAndrew Bartlett1-40/+0
2020-08-11python compat: remove string_typesDouglas Bagnall1-3/+2
2020-07-17python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall1-0/+17
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