index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
tests
/
python
/
passwords.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
tests/passwords: Add tests for password history with simple binds
Joseph Sutton
1
-8
/
+243
2022-05-05
tests/passwords: Remove unused imports
Joseph Sutton
1
-2
/
+0
2022-03-18
tests/passwords: Test that LDAP password changes work for Protected Users
Joseph Sutton
1
-0
/
+77
2022-03-10
dsdb/tests: passwords.py don't need to import BasePasswordTestCase
Stefan Metzmacher
1
-1
/
+0
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-49
/
+49
2019-04-02
Spelling fix s/informations/information/
Mathieu Parent
1
-1
/
+1
2018-12-14
PY3: change shebang to python3 in source4/dsdb dir
Joe Guo
1
-1
/
+1
2018-12-10
s4/dsdb/tests: PY3 port samba4.ldap.passwordsettings test
Noel Power
1
-8
/
+8
2018-10-25
s4/dsdb/pytests: Py3 compatitble except clauses
Douglas Bagnall
1
-3
/
+6
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-6
/
+6
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-6
/
+6
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-17
/
+17
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E116: unexpected indentation (comment)
Joe Guo
1
-2
/
+2
2018-05-12
s4/dsdb/tests: py2/py3 compatability always decode result of b64encode
Noel Power
1
-15
/
+15
2018-05-11
tests: Split out setUp code into separate function for reuse
Tim Beale
1
-17
/
+5
2018-04-12
dsdb: check for dSHeuristics more carefully
Andrew Bartlett
1
-6
/
+25
2018-03-23
s3/dsdb: convert print func to be py2/py3 compatible
Noel Power
1
-3
/
+4
2018-03-13
CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty delete
Ralph Boehme
1
-0
/
+49
2018-02-28
dsdb python tests: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-48
/
+96
2016-04-19
tests/passwords: fix a typo
Garming Sam
1
-1
/
+1
2016-04-19
tests/dsdb: Verify that only a new ldb affects reads of userPassword
Garming Sam
1
-0
/
+89
2014-11-22
passwords: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-119
/
+113
2011-02-02
s4-python Ensure we add the Samba python path first.
Andrew Bartlett
1
-1
/
+1
2011-01-06
Remove unused imports.
Jelmer Vernooij
1
-1
/
+1
2010-12-15
s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...
Kamen Mazdrashki
1
-1
/
+1
2010-12-02
s4:password_hash LDB module - allow empty ("") passwords
Matthias Dieter Wallnöfer
1
-0
/
+19
2010-11-25
s4-tests: Modified passwords.py to use samba.tests.delete_force
Nadezhda Ivanova
1
-12
/
+7
2010-11-23
s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr...
Nadezhda Ivanova
1
-44
/
+9
2010-11-22
s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.
Nadezhda Ivanova
1
-11
/
+3
2010-11-19
s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs
Matthias Dieter Wallnöfer
1
-8
/
+3
2010-11-18
s4:dsdb python tests - use "ldb.domain_dn"
Matthias Dieter Wallnöfer
1
-7
/
+1
2010-11-11
s4:passwords.py - add a test for the normal "userPassword" behaviour
Matthias Dieter Wallnöfer
1
-1
/
+97
2010-11-11
s4:python tests - fix script names in the help text
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-08
s4:passwords.py - test empty password attributes behaviour
Matthias Dieter Wallnöfer
1
-1
/
+154
2010-11-08
s4:passwords.py - add another two failure cases
Matthias Dieter Wallnöfer
1
-0
/
+21
2010-11-04
s4:ldap.py/passwords.py - just use objectclass "user" for users
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-11-03
pydsdb: Import testtools before subunit for those that don't have
Jelmer Vernooij
1
-1
/
+1
2010-08-15
s4:passwords.py - proof the most important extended error codes
Matthias Dieter Wallnöfer
1
-8
/
+17
2010-08-15
s4:passwords.py - another special password test
Matthias Dieter Wallnöfer
1
-3
/
+23
2010-08-14
s4:passwords.py - test the error code when there doesn't exist any password yet
Matthias Dieter Wallnöfer
1
-4
/
+24
2010-08-14
s4:passwords.py - perform testing of wrong old passwords on change operations
Matthias Dieter Wallnöfer
1
-0
/
+44
2010-07-05
Changed passwords.py to use the correct account as acl checks now pass.
Nadezhda Ivanova
1
-14
/
+6
2010-07-03
s4:dsdb/tests/passwords.py - set and reset the "minPwdAge" properly
Matthias Dieter Wallnöfer
1
-2
/
+21
2010-07-01
s4:dsdb/tests/python/passwords.py - add the right result codes for user passw...
Matthias Dieter Wallnöfer
1
-1
/
+5
2010-06-30
s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/
Stefan Metzmacher
1
-0
/
+615