| Commit message (Expand) | Author | Age | Files | Lines |
* | passlib.context: now raises UnknownHashError() if hash can't be identified. | Eli Collins | 2020-10-07 | 1 | -4/+10 |
* | passlib.handlers: cases where crypt() returns malformed hash | Eli Collins | 2020-10-05 | 1 | -0/+49 |
* | docs: minor adjusted to doc language | Eli Collins | 2020-05-12 | 1 | -3/+6 |
* | bcrypt / os_crypt backend: now throws new PasswordValueError() | Eli Collins | 2020-05-12 | 1 | -3/+17 |
* | reworked lookup_hash() and create_hex_digest() internals to work better | Eli Collins | 2020-05-02 | 1 | -3/+17 |
* | PasswordHash: hammered out more of password truncation policy. | Eli Collins | 2017-01-30 | 1 | -2/+4 |
* | docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of... | Eli Collins | 2016-11-25 | 1 | -1/+1 |
* | passlib.totp: doc fixes, TokenError() no longer requires explicit message, | Eli Collins | 2016-11-19 | 1 | -4/+10 |
* | passlib.exc: has_backend() now raises explicit UnknownBackendError, not Value... | Eli Collins | 2016-11-19 | 1 | -0/+13 |
* | docs: updated some docstrings, internal notes | Eli Collins | 2016-11-09 | 1 | -0/+2 |
* | passlib.totp: large refactoring of API, added support for migration applicati... | Eli Collins | 2016-07-12 | 1 | -4/+43 |
* | passlib.exc: PasswordSizeError / PasswordTruncateError now have a .max_size | Eli Collins | 2016-06-30 | 1 | -6/+22 |
* | passlib.hash: Improved handling of hashes which truncate passwords | Eli Collins | 2016-06-29 | 1 | -0/+14 |
* | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -0/+11 |
* | Merge from stable | Eli Collins | 2015-07-22 | 1 | -0/+9 |
|\ |
|
| * | bunch of bcrypt updates, centered around the bsd wraparound bug. | Eli Collins | 2015-07-21 | 1 | -0/+9 |
* | | TOTP implementation mostly finalize | Eli Collins | 2015-01-09 | 1 | -0/+15 |
|/ |
|
* | style cleanups (transplant of rc94c6072a652 in default) | Eli Collins | 2013-12-27 | 1 | -9/+9 |
* | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-12-27 | 1 | -1/+1 |
* | minor documentation updates | Eli Collins | 2013-01-19 | 1 | -1/+10 |
* | large number of assorted documentation updates | Eli Collins | 2012-08-01 | 1 | -7/+8 |
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -17/+17 |
* | updated index entries | Eli Collins | 2012-05-02 | 1 | -3/+4 |
* | last minute documentation updates | Eli Collins | 2012-05-01 | 1 | -2/+3 |
* | assorted bugfixes & additional test coverage | Eli Collins | 2012-04-30 | 1 | -6/+11 |
* | forgot to list django 1.4 hashes in registry, some other notes | Eli Collins | 2012-04-27 | 1 | -2/+2 |
* | assorted small details that weren't covered in the last few merges | Eli Collins | 2012-04-27 | 1 | -2/+2 |
* | updated front matter and other documentation | Eli Collins | 2012-04-27 | 1 | -16/+22 |
* | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d... | Eli Collins | 2012-04-17 | 1 | -2/+2 |
* | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -7/+15 |
* | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -1/+1 |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -3/+11 |
* | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -0/+54 |
* | *all* hashes now throw PasswordSizeError if password is larger than 4096 char... | Eli Collins | 2012-04-09 | 1 | -0/+22 |
* | bcrypt work | Eli Collins | 2012-03-12 | 1 | -0/+8 |
* | added some notes | Eli Collins | 2012-03-10 | 1 | -3/+6 |
* | renamed passlib.exc warning classes | Eli Collins | 2012-02-08 | 1 | -2/+2 |
* | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 1 | -0/+58 |