summaryrefslogtreecommitdiff
path: root/passlib/handlers/des_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-4/+4
* cleanup old python compat -- removed byte_elem_value() wrapperEli Collins2020-10-061-3/+2
* cleanup old python compat -- removed uascii_to_str() wrapperEli Collins2020-10-061-5/+5
* cleanup old python compat -- removed u() wrapper from some regexesEli Collins2020-10-061-9/+9
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-5/+5
* cleanup old python compat -- removed suppress_cause() and error_from() wrappersEli Collins2020-10-061-3/+3
* Merge from stableEli Collins2020-10-061-8/+8
|\
| * passlib.handlers: cases where crypt() returns malformed hashEli Collins2020-10-051-8/+8
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-4/+4
|/
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-221-1/+2
* utils.handlers: tried to greatly simplify how BackendMixin & subclasses operateEli Collins2016-11-101-6/+12
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-291-6/+44
* comment cleanupsEli Collins2016-06-291-4/+22
* various bsdi_crypt related cleanupsEli Collins2016-06-221-7/+7
* docs: replaced a bunch of :meth:`encrypt` referencesEli Collins2016-06-171-1/+1
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-4/+4
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-13/+14
* passlib.handlers: since no longer generating config strings, removed codeEli Collins2016-06-151-4/+4
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-4/+4
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-1/+1
* removed HasManyBackends._try_alternate_backends() -- complexity is uneededEli Collins2015-07-231-2/+8
* _CryptRecord: removed _bind_needs_update() frameworkEli Collins2015-01-271-16/+14
* move special-case for bsdi_crypt rounds generation to bsdi_cryptEli Collins2015-01-271-1/+11
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-2/+2
* comment & doc updates, removed some extraneous try/except clauses from des_cr...Eli Collins2013-12-281-18/+12
* bugfix/cleanup from previous commitsEli Collins2013-04-101-1/+1
* reowkred HasManyBackends internal apiEli Collins2013-04-101-20/+38
* style cleanupsEli Collins2013-04-091-3/+3
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-59/+58
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+40
* all os_crypt hashes now forbidden NULL charsEli Collins2012-04-301-10/+17
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-4/+4
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-18/+13
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-271-3/+3
* added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit...Eli Collins2012-04-171-0/+13
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-171-0/+1
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-1/+17
* work on des_crypt familyEli Collins2012-04-131-136/+77
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-2/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-17/+5
* tightened OS crypt backend testsEli Collins2012-04-101-3/+6
* minor constant & comment tweaksEli Collins2012-04-101-1/+1
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-8/+8
* misc bugfixesEli Collins2012-03-121-1/+1
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* added some notesEli Collins2012-03-101-0/+6
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-35/+8
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-2/+2
* large refactor of GenericHandler internalsEli Collins2012-02-081-7/+5
* simplified crypt.crypt() wrappersEli Collins2012-01-191-26/+20