summaryrefslogtreecommitdiff
path: root/passlib/handlers/des_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc bugfixes from round of changesEli Collins2012-01-181-3/+3
* import cleanupsEli Collins2012-01-181-9/+8
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-8/+8
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-1/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-5/+5
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-18/+19
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+2
* bugfixes from running UTsEli Collins2011-07-091-4/+5
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-1/+4
* converted remaining handlers to py3 compat (all unix crypt hashes)Eli Collins2011-06-171-49/+70
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-0/+4
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-3/+3
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-4/+4
* minor doc updatesEli Collins2011-04-081-1/+8
* added os_crypt backend for bsdi_crypt, sha1_cryptEli Collins2011-04-081-3/+15
* converted most handlers to use new helper classes.Eli Collins2011-04-051-21/+36
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-15/+15
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-1/+1
* removed pure-python bcrypt implementation, wasn't fast enough to be usuable, ...Eli Collins2011-03-241-0/+5
* big rename: changed base handler class namesEli Collins2011-03-221-5/+5
* big rename: driver->handlerEli Collins2011-03-221-0/+474