PEP8: fix E302: expected 2 blank lines, found 1
[samba.git] / python / samba / __init__.py
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-06-12 Stefan Metzmacherpython: export fault_setup() to python bindings
2018-06-04 Andrew Bartlettpyldb-samba: Use the same smb.conf variable name as...
2018-04-30 Noel Powerpython/samba: port some isinstance str checks (to cater...
2017-12-17 Gary Lockyerpyglue: Add function to generate a random byte string
2017-12-09 Jamie McClymontsamba-tool: validate password early in `domain provision`
2017-04-29 Andreas Schneiderpython: Add provisioning support for MIT KDC in samba...
2017-03-15 Alexander Bokovoylib/crypto: implement samba.crypto Python module for RC4
2017-03-10 Andrew Bartlettpython: Remove unused import PY3
2017-03-10 Lumir Balharpython: samba._ldb: Port of samba._ldb to Python 3...
2017-03-10 Lumir Balharpython: Make top-level samba modules Python 3 compatible
2017-02-21 Stefan Metzmacherpyglue: add generate_random_machine_password() wrapper
2016-11-04 Andrew Bartlettpython: Add DsExtendedError Exception
2016-11-04 Andrew Bartlettpython: create NTSTATUSError, HRESULTError and WERRORError
2016-02-03 Stefan Metzmacherpython:samba: add a generic arcfour_encrypt() helper...
2016-02-03 Stefan Metzmacherpython:samba: add a generic string_to_byte_array()...
2015-10-23 Andrew Bartlettbuild: Enable NTVFS file server to be omitted
2015-07-08 Stefan Metzmacherpython/samba: add current_unix_time()
2015-03-06 Jelmer VernooijRemove 'external' python module support code - use...
2014-11-12 Jelmer VernooijAdd samba.ensure_third_party_module() function, loading...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...