summaryrefslogtreecommitdiff
path: root/passlib/hosts.py
Commit message (Expand)AuthorAgeFilesLines
* passlib.registry: consolidated some internal helpers from various placesEli Collins2016-11-191-15/+7
* removed some unused importsEli Collins2013-04-091-1/+0
* style cleanupsEli Collins2013-04-091-1/+1
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-39/+39
* excluded some branches from coverageEli Collins2012-04-301-1/+1
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-171-9/+12
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-1/+1
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-101-5/+10
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-101-2/+2
* simplified crypt.crypt() wrappersEli Collins2012-01-191-2/+2
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-1/+3
* cleanups to utilsEli Collins2012-01-181-2/+2
* moved list of unix crypt schemes to passlib.utilsEli Collins2011-04-251-8/+4
* rewrote host_context to autodetect schemes based on what crypt() supports; no...Eli Collins2011-04-081-13/+27
* converted passlib.apps & passlib.hosts to use LazyCryptContextEli Collins2011-04-081-6/+6
* updated & documentated passlib.hosts moduleEli Collins2011-03-231-25/+48
* split passlib.base into passlib.registry & passlib.context - the two have lit...Eli Collins2011-03-221-1/+1
* documentation work & rearrangingEli Collins2011-03-221-0/+72