| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | compat cleanup: removed print_() compat helper now that py25 support dropped. | Eli Collins | 2017-02-17 | 1 | -45/+0 |
| * | | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 4 | -31/+32 |
| * | | 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 | 5 | -72/+5 |
| |/ |
|
| * | bugfix: utils: GenericHandler wasn't issuing deprecation warning if caller | Eli Collins | 2016-11-27 | 1 | -2/+2 |
| * | docs: fixed docstring for utils.saslprep() | Eli Collins | 2016-11-27 | 1 | -2/+5 |
| * | docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo... | Eli Collins | 2016-11-27 | 1 | -0/+2 |
| * | docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of... | Eli Collins | 2016-11-25 | 1 | -4/+3 |
| * | passlib.utils: add py3 version of accepts_keyword() | Eli Collins | 2016-11-22 | 1 | -4/+24 |
| * | 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 | 3 | -720/+900 |
| * | passlib.utils: relocated a bunch of properties & decorators to .utils.decor | Eli Collins | 2016-11-22 | 5 | -179/+203 |
| * | 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 | 4 | -4/+53 |
| * | 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 |
| * | totp: TOTP.normalize_token() turned into hybrid method, made public; | Eli Collins | 2016-11-10 | 1 | -0/+19 |
| * | utils.handlers: factored out mixin monkeypatching code from BackendMixin, | Eli Collins | 2016-11-10 | 2 | -23/+102 |
| * | bugfix: utils.memoized_property(): preserve function's docstring | Eli Collins | 2016-10-03 | 1 | -0/+1 |
| * | ran full tests to verify we work under pyston 0.5.1 | Eli Collins | 2016-07-15 | 1 | -0/+3 |
| * | 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 | 2 | -13/+114 |
| * | bugfix: accidentally committed some unwanted bits in rev 9e6da28bc687 | Eli Collins | 2016-06-29 | 1 | -16/+1 |
| * | bugfix: utils.handlers / PrefixWrapper: proxy "is_disabled" and "truncate_err... | Eli Collins | 2016-06-29 | 1 | -1/+1 |
| * | docs: added warnings about future plans, merged 1.6.6 changelog into 1.7 | Eli Collins | 2016-06-29 | 1 | -3/+24 |
| * | CryptContext: added "harden_verify" support | Eli Collins | 2016-06-29 | 1 | -10/+31 |
| * | passlib.hash: Improved handling of hashes which truncate passwords | Eli Collins | 2016-06-29 | 2 | -1/+60 |
| * | 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 |
| * | bugfix: py27 xrange() doesn't handle things greater than C long; | Eli Collins | 2016-06-26 | 1 | -0/+30 |
| * | 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 |
| * | utils: pinned down unicode/bytes handling for ab64/b64s helpers | Eli Collins | 2016-06-22 | 1 | -8/+23 |
| * | utils: b64s & ab64 helper methods replaced with faster versions | Eli Collins | 2016-06-20 | 1 | -29/+20 |
| * | bugfix: handler.ident_values must always be a tuple, | Eli Collins | 2016-06-20 | 1 | -1/+1 |
| * | docs: misc cleanups & todos | Eli Collins | 2016-06-20 | 1 | -0/+5 |
| * | scrypt: hash format changed | Eli Collins | 2016-06-20 | 2 | -23/+33 |
| * | pbkdf2: removed support for M2Crypto backend -- was only useful for sha1 | Eli Collins | 2016-06-20 | 1 | -4/+0 |
| * | cleanup: 'uint4/8' refs incorrectly named, should be 'uint32/64' | Eli Collins | 2016-06-20 | 1 | -2/+2 |
| * | passlib.hash.argon2: support for Argon2 hash format | Eli Collins | 2016-06-17 | 1 | -3/+27 |
| * | 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 | 2 | -0/+76 |
| * | utils.handlers: consolidated some common test patterns into validate_default_... | Eli Collins | 2016-06-17 | 1 | -28/+53 |
| * | utils.handlers: split out most of HasManyBackends into separate BackendMixin, | Eli Collins | 2016-06-17 | 2 | -181/+285 |
| * | HasIdent mixin: converted _norm_ident() to class method, | Eli Collins | 2016-06-16 | 1 | -11/+15 |