summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/passwords.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-1/+1
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde1-2/+1
2023-11-30python: tests: make HRES_SEC_E_* constant an intRob van der Linde1-2/+2
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-6/+6
2023-08-03s4:dsdb:tests: Fix code spellingAndreas Schneider1-2/+2
2022-09-16pytests:s4/dsdb/passwords: avoid unused importsDouglas Bagnall1-4/+2
2022-05-05tests/passwords: Add tests for password history with simple bindsJoseph Sutton1-8/+243
2022-05-05tests/passwords: Remove unused importsJoseph Sutton1-2/+0
2022-03-18tests/passwords: Test that LDAP password changes work for Protected UsersJoseph Sutton1-0/+77
2022-03-10dsdb/tests: passwords.py don't need to import BasePasswordTestCaseStefan Metzmacher1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-49/+49
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-1/+1
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-12-10s4/dsdb/tests: PY3 port samba4.ldap.passwordsettings testNoel Power1-8/+8
2018-10-25s4/dsdb/pytests: Py3 compatitble except clausesDouglas Bagnall1-3/+6
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/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-6/+6
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-17/+17
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E116: unexpected indentation (comment)Joe Guo1-2/+2
2018-05-12s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power1-15/+15
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale1-17/+5
2018-04-12dsdb: check for dSHeuristics more carefullyAndrew Bartlett1-6/+25
2018-03-23s3/dsdb: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-03-13CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme1-0/+49
2018-02-28dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-48/+96
2016-04-19tests/passwords: fix a typoGarming Sam1-1/+1
2016-04-19tests/dsdb: Verify that only a new ldb affects reads of userPasswordGarming Sam1-0/+89
2014-11-22passwords: Use samba.tests.subunitrun.Jelmer Vernooij1-119/+113
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2011-01-06Remove unused imports.Jelmer Vernooij1-1/+1
2010-12-15s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...Kamen Mazdrashki1-1/+1
2010-12-02s4:password_hash LDB module - allow empty ("") passwordsMatthias Dieter Wallnöfer1-0/+19
2010-11-25s4-tests: Modified passwords.py to use samba.tests.delete_forceNadezhda Ivanova1-12/+7
2010-11-23s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr...Nadezhda Ivanova1-44/+9
2010-11-22s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.Nadezhda Ivanova1-11/+3
2010-11-19s4:dsdb tests - use even more already defined pyldb functions to retrieve NCsMatthias Dieter Wallnöfer1-8/+3
2010-11-18s4:dsdb python tests - use "ldb.domain_dn"Matthias Dieter Wallnöfer1-7/+1
2010-11-11s4:passwords.py - add a test for the normal "userPassword" behaviourMatthias Dieter Wallnöfer1-1/+97
2010-11-11s4:python tests - fix script names in the help textMatthias Dieter Wallnöfer1-1/+1
2010-11-08s4:passwords.py - test empty password attributes behaviourMatthias Dieter Wallnöfer1-1/+154
2010-11-08s4:passwords.py - add another two failure casesMatthias Dieter Wallnöfer1-0/+21
2010-11-04s4:ldap.py/passwords.py - just use objectclass "user" for usersMatthias Dieter Wallnöfer1-3/+3
2010-11-03pydsdb: Import testtools before subunit for those that don't haveJelmer Vernooij1-1/+1
2010-08-15s4:passwords.py - proof the most important extended error codesMatthias Dieter Wallnöfer1-8/+17
2010-08-15s4:passwords.py - another special password testMatthias Dieter Wallnöfer1-3/+23