summaryrefslogtreecommitdiff
path: root/passlib/handlers/django.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-3/+3
* cleanup old python compat -- removed str_to_usascii() wrapperEli Collins2020-10-061-3/+2
* cleanup old python compat -- removed uascii_to_str() wrapperEli Collins2020-10-061-2/+2
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-4/+4
* Merge from stableEli Collins2019-11-111-2/+8
|\
| * bugfix: django_argon2: fix some glitches related to recent argon2 "ID" supportEli Collins2019-11-111-2/+8
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-10/+10
|/
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-221-1/+2
* passlib.handlers.django: added support for django_argon2Eli Collins2016-11-221-3/+42
* bugfix: bcrypt: fixed some test failuresEli Collins2016-07-011-7/+2
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-291-3/+14
* Enhanced disabled hash managementEli Collins2016-06-261-3/+10
* utils.handlers.HasSalt: set min_salt to default to 0, not NoneEli Collins2016-06-261-5/+4
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-2/+2
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-2/+2
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-17/+12
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-7/+5
* django_bcrypt now allows selecting specific bcrypt variants (2b, etc)Eli Collins2015-07-261-9/+0
* Merge from stableEli Collins2015-07-251-2/+2
|\
| * retuned/updated default rounds settings for all hashesEli Collins2015-07-251-2/+2
* | Merge from stableEli Collins2013-12-271-12/+107
|\ \ | |/
| * updated rounds values based on timing tests. also:Eli Collins2013-12-221-4/+5
| * django compatibility part 2Eli Collins2013-12-221-2/+70
| * django compatibility updates (should fix issue 50)Eli Collins2013-12-201-6/+32
* | removed some unused importsEli Collins2013-04-091-4/+2
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-17/+16
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+16
* assorted bugfixes & additional test coverageEli Collins2012-04-301-1/+1
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-5/+5
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-11/+41
* near complete rewrite of django plugin, now making publicEli Collins2012-04-271-0/+6
* added support for the new Django 1.4 hash formatsEli Collins2012-04-271-61/+171
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-1/+1
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-14/+4
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-4/+4
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-12/+14
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-4/+4
* large refactor of GenericHandler internalsEli Collins2012-02-081-1/+1
* misc bugfixes from round of changesEli Collins2012-01-181-3/+3
* import cleanupsEli Collins2012-01-181-5/+6
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-3/+2
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-3/+3
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-11/+11
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* bugfix: django_des_crypt now accepts all H64_CHARS in salt [issue 22]Eli Collins2011-09-121-23/+52
* added documentation for Django hashes & contextEli Collins2011-07-101-5/+55
* django workEli Collins2011-06-301-109/+42
* added in-progress work on django hashesEli Collins2011-06-221-0/+211