summaryrefslogtreecommitdiff
path: root/passlib/handlers
Commit message (Expand)AuthorAgeFilesLines
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-171-4/+7
* a bunch of bugfixes found during unittestingEli Collins2012-04-172-3/+4
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-174-12/+16
* added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit...Eli Collins2012-04-171-0/+13
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-1/+1
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-171-0/+1
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-1/+61
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-1/+17
* work on des_crypt familyEli Collins2012-04-131-136/+77
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-126-11/+12
* scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-121-3/+2
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-114-11/+20
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-1117-159/+91
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-104-11/+10
* tightened OS crypt backend testsEli Collins2012-04-105-11/+25
* minor constant & comment tweaksEli Collins2012-04-103-11/+8
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-102-511/+479
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-102-76/+33
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-1016-69/+69
* ldap salted digest improvementsEli Collins2012-04-091-12/+36
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-093-0/+6
* misc bugfixesEli Collins2012-03-123-8/+12
* bcrypt workEli Collins2012-03-121-36/+53
* doc tweaksEli Collins2012-03-121-8/+9
* updated test support & py3 compat code from an external libraryEli Collins2012-03-125-14/+14
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-111-2/+3
* added some notesEli Collins2012-03-101-0/+6
* various bcrypt improvementsEli Collins2012-03-101-36/+48
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-101-295/+188
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-101-0/+77
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-101-1/+96
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-101-46/+84
* added support for lmhashEli Collins2012-03-101-4/+96
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+195
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-101-0/+226
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-0915-297/+206
* base HandlerCase class reworkedEli Collins2012-03-091-0/+1
* consolidated some unit testsEli Collins2012-02-092-10/+12
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-0811-22/+22
* renamed passlib.exc warning classesEli Collins2012-02-082-4/+4
* minor tweaks & fixesEli Collins2012-02-081-3/+5
* large refactor of GenericHandler internalsEli Collins2012-02-0814-73/+63
* minor updatesEli Collins2012-01-191-1/+1
* simplified crypt.crypt() wrappersEli Collins2012-01-197-84/+75
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-182-6/+9
* misc bugfixes from round of changesEli Collins2012-01-189-19/+20
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-185-32/+15
* import cleanupsEli Collins2012-01-1819-108/+114
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-181-5/+6
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-1812-30/+30