| Commit message (Expand) | Author | Age | Files | Lines |
* | py39 compat - fixed some uneeded escape sequences | Eli Collins | 2020-10-03 | 1 | -2/+2 |
* | passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b" | Eli Collins | 2019-11-11 | 1 | -2/+11 |
* | passlib.apache: updated internal comments | Eli Collins | 2017-01-30 | 1 | -4/+4 |
* | docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of... | Eli Collins | 2016-11-25 | 1 | -2/+2 |
* | passlib.utils: relocated a bunch of properties & decorators to .utils.decor | Eli Collins | 2016-11-22 | 1 | -1/+2 |
* | passlib.apache: reduce spam by delaying 'no bcrypt backend' error | Eli Collins | 2016-11-20 | 1 | -3/+11 |
* | bugfix: passlib.apache: catch missing bcrypt backend, issue warning, use next... | Eli Collins | 2016-11-20 | 1 | -4/+12 |
* | passlib.apache: updated htpasswd_context to support apache 2.4 & native os sc... | Eli Collins | 2016-11-19 | 1 | -35/+110 |
* | bugfix: passlib.apache: py3 compat fix | Eli Collins | 2016-06-11 | 1 | -2/+3 |
* | passlib.apache: drastically rewrote parsing & rendering code | Eli Collins | 2016-06-11 | 1 | -48/+169 |
* | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -2/+2 |
* | Merge from stable | Eli Collins | 2015-07-22 | 1 | -11/+43 |
|\ |
|
| * | HtpasswdFile's default context now recognized bcrypt, sha256_crypt (fixes iss... | Eli Collins | 2015-07-20 | 1 | -11/+43 |
| * | style cleanups (transplant of rc94c6072a652 in default) | Eli Collins | 2013-12-27 | 1 | -19/+19 |
| * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-12-27 | 1 | -1/+1 |
* | | added the official OrderedDict backport, replaced existing refs | Eli Collins | 2015-01-10 | 1 | -35/+1 |
* | | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -4/+3 |
* | | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -5/+3 |
* | | style cleanups | Eli Collins | 2013-04-09 | 1 | -19/+19 |
* | | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-04-06 | 1 | -1/+1 |
|/ |
|
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -53/+52 |
* | md5_crypt deprecated by author, updated docs accordingly | Eli Collins | 2012-06-27 | 1 | -1/+5 |
* | loads of documentation updates | Eli Collins | 2012-05-01 | 1 | -3/+63 |
* | moved is_ascii_codec() helper to utils | Eli Collins | 2012-05-01 | 1 | -9/+1 |
* | fleshed out passlib.apache tests; small bugfixe to module | Eli Collins | 2012-04-30 | 1 | -1/+2 |
* | excluded some branches from coverage | Eli Collins | 2012-04-30 | 1 | -3/+3 |
* | updated front matter and other documentation | Eli Collins | 2012-04-27 | 1 | -11/+16 |
* | renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ... | Eli Collins | 2012-04-27 | 1 | -4/+4 |
* | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d... | Eli Collins | 2012-04-17 | 1 | -1/+1 |
* | updated passlib.apache module's api - more flexible to use, changed some ambi... | Eli Collins | 2012-04-17 | 1 | -349/+793 |
* | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 1 | -2/+2 |
* | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -2/+2 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -3/+2 |
* | couple of minor tweaks - basic unittests pass 2.7 & 3.2 | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -2/+2 |
* | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -2/+2 |
* | added compatibility module (passlib.utils.compat) | Eli Collins | 2011-12-06 | 1 | -3/+4 |
* | branch exploring feasibility of removing need for 2to3 | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | all verify() methods now use "constant time" comparison function (see CHANGEL... | Eli Collins | 2011-12-01 | 1 | -2/+4 |
* | GAE compatibility fix: changed apache UTs to not rely on filesystem. | Eli Collins | 2011-08-12 | 1 | -3/+36 |
* | removed duplicate code inside passlib.apache | Eli Collins | 2011-07-27 | 1 | -10/+12 |
* | stripped trailing whitespace from a bunch of files | Eli Collins | 2011-07-08 | 1 | -20/+20 |
* | updated changelog to include python 3 compat; various other documentation upd... | Eli Collins | 2011-06-29 | 1 | -23/+1 |
* | apache module rewritten for py3 compat | Eli Collins | 2011-06-20 | 1 | -53/+183 |
* | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -6/+6 |
* | split passlib.base into passlib.registry & passlib.context - the two have lit... | Eli Collins | 2011-03-22 | 1 | -1/+1 |
* | documentation work & rearranging | Eli Collins | 2011-03-22 | 1 | -1/+1 |
* | passlib.apache: improved interface; added docs & UTs (all passlib.apache uts ... | Eli Collins | 2011-03-17 | 1 | -50/+234 |
* | apache & misc work | Eli Collins | 2011-03-15 | 1 | -11/+181 |
* | fixed wart - CryptContext now searches schemes in order, instead of reverse o... | Eli Collins | 2011-03-05 | 1 | -1/+1 |