summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher2018-09-051-0/+24
* python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA testNoel Power2018-09-031-5/+10
* python/samba/tests: Adjust teardown so second run of tests succeedsNoel Power2018-09-031-0/+8
* python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power2018-09-032-6/+8
* python/samba/test/dcerpc: Py3 port of samba.tests.dcerpc.raw_protocolNoel Power2018-09-032-180/+188
* python/samba/tests: ensure byte content (not strings)Noel Power2018-09-031-5/+5
* python/samba/tests: Py2/Py2 enable samba.tests.samba_tool.help to runNoel Power2018-09-031-2/+3
* python/samba/netcmd: Fix password usage for py2/py3 compatabilityNoel Power2018-09-032-3/+8
* python/samba/provision: remove use of str() func for binary dataNoel Power2018-09-031-2/+2
* python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power2018-09-034-5/+5
* python/sambe/tests/samba_tool: PY3 port for tests.samba_tool.groupNoel Power2018-09-031-2/+2
* s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3Noel Power2018-09-031-1/+2
* python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power2018-09-032-15/+16
* python/samba: Add some helper functions to encode/decode stringsNoel Power2018-09-031-0/+62
* python/samba/tests: Port fsmo test to python3Noel Power2018-09-031-2/+2
* python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3Noel Power2018-09-032-4/+4
* python/samba: changes to make samba.tests.samba_tool.join run under py3Noel Power2018-09-032-4/+4
* python/compat: use cStringIO instead of StringIO in compat.pyNoel Power2018-09-031-2/+2
* python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2Noel Power2018-09-035-5/+5
* python/samba/tests: port samba.tests.unix for py3Noel Power2018-09-031-8/+2
* python/samba: port changes to allow samba.tests.dsdb_lock to work with PY3/PY2Noel Power2018-09-033-8/+9
* python/samba: open files in binary mode as appropriateNoel Power2018-09-032-3/+3
* python/samba: port open to io.open for PY2/PY3 compatNoel Power2018-09-032-2/+4
* python/samba: Fix py2/3 relative module import issueNoel Power2018-09-033-3/+3
* PEP8: line up a couple of listsDouglas Bagnall2018-08-241-7/+7
* PEP8: improve formatting around various operatorsDouglas Bagnall2018-08-242-3/+3
* PEP8: improve formatting around bit-wise OR ("|")Douglas Bagnall2018-08-242-23/+27
* dcerpc py tests: improve argument formattingDouglas Bagnall2018-08-241-3/+4
* dcerpc/dns_server tests: use record malformed as probably intendedDouglas Bagnall2018-08-241-1/+1
* PEP8: add spaces after operatorsDouglas Bagnall2018-08-245-9/+9
* PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall2018-08-244-5/+14
* PEP8: improve spacing around colonsDouglas Bagnall2018-08-243-10/+11
* PEP8: more space before equalsDouglas Bagnall2018-08-241-1/+1
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-2412-16/+0
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-243-7/+7
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-2412-69/+69
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-243-4/+4
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-245-12/+12
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-2411-22/+22
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-242-3/+6
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-249-76/+76
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-2413-14/+37
* PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo2018-08-243-0/+27
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-2421-0/+25
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-2454-136/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-24122-0/+308
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-248-0/+17
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-2418-36/+36
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-2416-30/+30
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-2412-118/+118