index
:
delta/python-packages/passlib.git
1.3.x
Ehsan-Kia/add-missing-comma-in-python-string-list--1570159929332
class-based
cmdline-dev
drpoggi/fastpbk2-fastpbkdf2-1518202787739
drupal7
graingert/docs-updated-password-generation-section-1551709975688
ironpython-support-dev
kenyon/quickstartrst-grammar-fixes-1547285543894
lazy-load
master
mjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666
no2to3-dev
release-1.5
release-1.6
scram-dev
scrypt-dev
speedup
stable
yuvallanger/fix-typo-1451443676093
foss.heptapod.net: python-libs/passlib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
passlib
/
handlers
Commit message (
Expand
)
Author
Age
Files
Lines
*
python compat cleanup -- use magic super() calls
Eli Collins
2020-10-06
11
-37
/
+37
*
passlib.hash.bcrypt: remove support for "py-bcrypt" backend
Eli Collins
2020-10-06
1
-72
/
+1
*
passlib.hash.bcrypt: remove support for "bcryptor" backend
Eli Collins
2020-10-06
1
-41
/
+2
*
cleanup old python compat - assorted minor cleanups & fixes from conversion
Eli Collins
2020-10-06
1
-1
/
+1
*
cleanup old python compat -- removed int_types alias
Eli Collins
2020-10-06
1
-1
/
+1
*
cleanup old python compat -- removed join_byte_elems() and join_byte_values()...
Eli Collins
2020-10-06
1
-3
/
+2
*
cleanup old python compat -- removed iter_byte_values() wrapper
Eli Collins
2020-10-06
1
-3
/
+3
*
cleanup old python compat -- removed byte_elem_value() wrapper
Eli Collins
2020-10-06
4
-9
/
+6
*
cleanup old python compat -- removed str_to_usascii() wrapper
Eli Collins
2020-10-06
6
-15
/
+9
*
cleanup old python compat -- removed uascii_to_str() wrapper
Eli Collins
2020-10-06
11
-28
/
+25
*
cleanup old python compat -- removed u() wrapper from some regexes
Eli Collins
2020-10-06
3
-20
/
+20
*
cleanup old python compat -- replaced "unicode" alias in favor of "str"
Eli Collins
2020-10-06
21
-75
/
+67
*
cleanup old python compat -- unified "unicode_or_bytes" aliases
Eli Collins
2020-10-06
1
-2
/
+2
*
cleanup old python compat -- removed "unicode_or_str" and "native_string_type...
Eli Collins
2020-10-06
3
-6
/
+6
*
cleanup old python compat -- removed suppress_cause() and error_from() wrappers
Eli Collins
2020-10-06
3
-9
/
+9
*
cleanup old python compat -- removed get_unbound_method_function() wrapper
Eli Collins
2020-10-06
1
-2
/
+1
*
cleanup old python compat -- removed iteritems() wrapper
Eli Collins
2020-10-06
2
-5
/
+5
*
cleanup old python compat -- removed irange() alias
Eli Collins
2020-10-06
3
-8
/
+6
*
cleanup old python compat -- removed PY2 & PY3 conditionals
Eli Collins
2020-10-06
2
-7
/
+4
*
cleanup old python compat -- removed all "from __future__" imports
Eli Collins
2020-10-06
3
-3
/
+0
*
minor cleanups after merge -- removed some stray u() calls
Eli Collins
2020-10-06
1
-2
/
+2
*
Merge from stable
Eli Collins
2020-10-06
7
-130
/
+463
|
\
|
*
docs / sha crypt: commented out the "implicit_rounds" param in docs,
Eli Collins
2020-10-06
1
-16
/
+30
|
*
passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)
Eli Collins
2020-10-05
1
-2
/
+89
|
*
passlib.handlers: cases where crypt() returns malformed hash
Eli Collins
2020-10-05
5
-37
/
+43
|
*
passlib.handlers.bcrypt: safe_verify() calls should test for NotImplemented
Eli Collins
2020-10-05
1
-12
/
+12
|
*
utils.safe_crypt(): turns out pypy3's crypt() *does* support raw bytes.
Eli Collins
2020-10-03
1
-2
/
+2
|
*
bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...
Eli Collins
2020-05-12
1
-3
/
+33
|
*
bcrypt: silenced "2a wraparound bug" detection warning for os_crypt backend;
Eli Collins
2020-05-12
1
-5
/
+13
|
*
bcrypt / os_crypt backend: now throws new PasswordValueError()
Eli Collins
2020-05-12
1
-15
/
+52
|
*
bugfix: bcrypt: test vector for "8bit bug" wasn't UTF8 safe,
Eli Collins
2020-05-12
1
-9
/
+24
|
*
bugfix: bcrypt os_crypt backend wasn't being detected properly under py3;
Eli Collins
2020-05-12
1
-3
/
+3
|
*
passlib.handlers.digests: make create_hex_digest() required=True by default;
Eli Collins
2020-05-11
1
-4
/
+8
|
*
reworked lookup_hash() and create_hex_digest() internals to work better
Eli Collins
2020-05-02
1
-6
/
+24
|
*
passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256
Eli Collins
2020-02-16
1
-23
/
+133
|
*
passlib.hash.bcrypt: added notes re: final salt character
Eli Collins
2020-02-17
1
-2
/
+6
*
|
Merge from stable
Eli Collins
2019-11-22
2
-2
/
+14
|
\
\
|
|
/
|
*
bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backends
Eli Collins
2019-11-22
1
-0
/
+11
|
*
bugfix: argon2: replace directive with equivalent that will work under py26/3...
Eli Collins
2019-11-19
1
-2
/
+3
|
*
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
1
-2
/
+2
*
|
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
1
-2
/
+2
*
|
Merge from stable
Eli Collins
2019-11-11
2
-3
/
+13
|
\
\
|
|
/
|
*
bugfix: django_argon2: fix some glitches related to recent argon2 "ID" support
Eli Collins
2019-11-11
1
-2
/
+8
|
*
bcrypt: py2 compat fix -- add compat wrapper for edge case in pybcrypt detect...
Eli Collins
2019-11-11
1
-1
/
+5
*
|
Merge from stable
Eli Collins
2019-11-10
1
-52
/
+235
|
\
\
|
|
/
|
*
argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...
Eli Collins
2019-11-10
1
-1
/
+15
|
*
argon2 -- added support for type "ID" hashes & for generating type "D" hashes.
Eli Collins
2019-11-10
1
-51
/
+216
|
*
added tests for parsehash() method; fixed argon2 error (fixes issue 97)
Eli Collins
2019-11-10
1
-0
/
+4
|
*
Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.
Eli Collins
2019-11-09
1
-3
/
+4
|
*
Add missing comma in python string list leading to unwanted implicit string c...
Ehsan Kia
2019-10-04
1
-1
/
+1
[next]