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
/
utils
/
handlers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
python compat cleanup -- use magic super() calls
Eli Collins
2020-10-06
1
-22
/
+22
*
cleanup old python compat -- removed int_types alias
Eli Collins
2020-10-06
1
-3
/
+3
*
cleanup old python compat -- removed join_byte_elems() and join_byte_values()...
Eli Collins
2020-10-06
1
-3
/
+1
*
cleanup old python compat -- removed str_to_usascii() wrapper
Eli Collins
2020-10-06
1
-1
/
+1
*
cleanup old python compat -- removed uascii_to_str() wrapper
Eli Collins
2020-10-06
1
-5
/
+5
*
cleanup old python compat -- replaced "unicode" alias in favor of "str"
Eli Collins
2020-10-06
1
-19
/
+18
*
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
1
-7
/
+7
*
cleanup old python compat -- removed irange() alias
Eli Collins
2020-10-06
1
-1
/
+1
*
cleanup old python compat -- removed PY2 & PY3 conditionals
Eli Collins
2020-10-06
1
-2
/
+2
*
cleanup old python compat -- removed all "from __future__" imports
Eli Collins
2020-10-06
1
-1
/
+0
*
Merge from stable
Eli Collins
2020-10-06
1
-2
/
+1
|
\
|
*
passlib.handlers: cases where crypt() returns malformed hash
Eli Collins
2020-10-05
1
-1
/
+0
|
*
py39 compat - fixed some uneeded escape sequences
Eli Collins
2020-10-03
1
-1
/
+1
*
|
Merge from stable
Eli Collins
2019-11-22
1
-16
/
+33
|
\
\
|
|
/
|
*
passlib.utils.handlers: split _sanitize() helper out as separate mask_value()...
Eli Collins
2019-11-12
1
-16
/
+33
*
|
Merge from stable
Eli Collins
2019-11-10
1
-3
/
+20
|
\
\
|
|
/
|
*
argon2 -- added support for type "ID" hashes & for generating type "D" hashes.
Eli Collins
2019-11-10
1
-0
/
+1
|
*
added tests for parsehash() method; fixed argon2 error (fixes issue 97)
Eli Collins
2019-11-10
1
-3
/
+19
*
|
compat cleanup: replaced all u("") instances with u""
Eli Collins
2017-02-17
1
-10
/
+10
*
|
Merge with stable
Eli Collins
2017-01-30
1
-4
/
+13
|
\
\
|
|
/
|
*
PasswordHash: hammered out more of password truncation policy.
Eli Collins
2017-01-30
1
-4
/
+13
*
|
Merge with stable
Eli Collins
2017-01-22
1
-1
/
+2
|
\
\
|
|
/
|
*
added r"" prefix to some strings, to fix some python 3.6 deprecation warnings
Eli Collins
2017-01-22
1
-1
/
+2
*
|
general: went ahead and removed a bunch of deprecated features that were sche...
Eli Collins
2016-11-28
1
-39
/
+0
|
/
*
bugfix: utils: GenericHandler wasn't issuing deprecation warning if caller
Eli Collins
2016-11-27
1
-2
/
+2
*
docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...
Eli Collins
2016-11-25
1
-4
/
+3
*
bugfix: tests / test_15_salt_type: respect min_salt_size to remove spurious V...
Eli Collins
2016-11-22
1
-0
/
+3
*
passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...
Eli Collins
2016-11-22
1
-13
/
+10
*
passlib.utils: relocated a bunch of properties & decorators to .utils.decor
Eli Collins
2016-11-22
1
-2
/
+3
*
passlib.ext.django: large refactor to make things more isolated & testable.
Eli Collins
2016-11-22
1
-0
/
+13
*
passlib.handlers.django: added support for django_argon2
Eli Collins
2016-11-22
1
-0
/
+5
*
passlib.registry: consolidated some internal helpers from various places
Eli Collins
2016-11-19
1
-4
/
+2
*
passlib.exc: has_backend() now raises explicit UnknownBackendError, not Value...
Eli Collins
2016-11-19
1
-1
/
+1
*
utils.handlers: tried to greatly simplify how BackendMixin & subclasses operate
Eli Collins
2016-11-10
1
-109
/
+121
*
utils.handlers: factored out mixin monkeypatching code from BackendMixin,
Eli Collins
2016-11-10
1
-23
/
+18
*
passlib.exc: PasswordSizeError / PasswordTruncateError now have a .max_size
Eli Collins
2016-06-30
1
-1
/
+1
*
argon2, bcrypt: reworked how backends are managed.
Eli Collins
2016-06-30
1
-11
/
+112
*
bugfix: utils.handlers / PrefixWrapper: proxy "is_disabled" and "truncate_err...
Eli Collins
2016-06-29
1
-1
/
+1
*
passlib.hash: Improved handling of hashes which truncate passwords
Eli Collins
2016-06-29
1
-1
/
+33
*
bugfix: test_django: fix test which needs to detect handler ancestry.
Eli Collins
2016-06-26
1
-1
/
+6
*
Enhanced disabled hash management
Eli Collins
2016-06-26
1
-1
/
+1
*
utils.handlers.HasSalt: set min_salt to default to 0, not None
Eli Collins
2016-06-26
1
-3
/
+3
*
HasRounds: removed unconditional errors when min_desired_rounds < 0,
Eli Collins
2016-06-22
1
-6
/
+0
*
bugfix: handler.ident_values must always be a tuple,
Eli Collins
2016-06-20
1
-1
/
+1
*
scrypt: hash format changed
Eli Collins
2016-06-20
1
-23
/
+23
*
bugfix: HasManyBackends: use closure not partial, prevents getargspec() error
Eli Collins
2016-06-17
1
-2
/
+2
*
docs: replaced a bunch of :meth:`encrypt` references
Eli Collins
2016-06-17
1
-2
/
+2
*
hash.scrypt: refactoring & improvements
Eli Collins
2016-06-17
1
-0
/
+67
*
utils.handlers: consolidated some common test patterns into validate_default_...
Eli Collins
2016-06-17
1
-28
/
+53
[next]