summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/pfm_verify.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+2
2019-09-24pfm_verif: string concatenation efficiency cleanupBjörn Jacke1-3/+1
2018-12-14PY3: change shebang to python3 in source4/scripting dirJoe Guo1-1/+1
2018-11-01s4/scripting/pfm_verify: PY3: use compat.text_typeDouglas Bagnall1-2/+2
2018-10-25s4/scripting/pfm_verify: remove duplicate importDouglas Bagnall1-1/+0
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power1-7/+8
2010-12-22s4-devel/pfm_verify: Move schemaInfo getter into separate functionKamen Mazdrashki1-4/+12
2010-12-18s4-devel/pfm_verify: Extend the tool to verify schemaInfo attribute valueKamen Mazdrashki1-6/+43
2010-11-23s4-pfm_verify: Explicitly pass LoadParm() instance to system_session() functionKamen Mazdrashki1-1/+1
2010-11-22s4-pfm_verify: fix usage stringKamen Mazdrashki1-1/+1
2010-11-07s4-join: modify join behaviour according to domain levelAndrew Tridgell1-1/+1
2010-11-04s4-devel: Verify prefixMap is saved correctly in LDB on diskKamen Mazdrashki1-0/+146