summaryrefslogtreecommitdiff
path: root/passlib/apache.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-2/+2
* cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-1/+0
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-6/+6
* cleanup old python compat -- removed IO aliases (BytesIO etc)Eli Collins2020-10-061-1/+2
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-8/+7
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* Merge from stableEli Collins2020-10-061-2/+2
|\
| * py39 compat - fixed some uneeded escape sequencesEli Collins2020-10-031-2/+2
* | Merge from stableEli Collins2019-11-111-2/+11
|\ \ | |/
| * passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-111-2/+11
* | Merge with stableEli Collins2017-01-301-4/+4
|\ \ | |/
| * passlib.apache: updated internal commentsEli Collins2017-01-301-4/+4
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-108/+13
|/
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-251-2/+2
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-1/+2
* passlib.apache: reduce spam by delaying 'no bcrypt backend' errorEli Collins2016-11-201-3/+11
* bugfix: passlib.apache: catch missing bcrypt backend, issue warning, use next...Eli Collins2016-11-201-4/+12
* passlib.apache: updated htpasswd_context to support apache 2.4 & native os sc...Eli Collins2016-11-191-35/+110
* bugfix: passlib.apache: py3 compat fixEli Collins2016-06-111-2/+3
* passlib.apache: drastically rewrote parsing & rendering codeEli Collins2016-06-111-48/+169
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-2/+2
* Merge from stableEli Collins2015-07-221-11/+43
|\
| * HtpasswdFile's default context now recognized bcrypt, sha256_crypt (fixes iss...Eli Collins2015-07-201-11/+43
| * style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-19/+19
| * massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-1/+1
* | added the official OrderedDict backport, replaced existing refsEli Collins2015-01-101-35/+1
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-4/+3
* | removed some unused importsEli Collins2013-04-091-5/+3
* | style cleanupsEli Collins2013-04-091-19/+19
* | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-04-061-1/+1
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-53/+52
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-271-1/+5
* loads of documentation updatesEli Collins2012-05-011-3/+63
* moved is_ascii_codec() helper to utilsEli Collins2012-05-011-9/+1
* fleshed out passlib.apache tests; small bugfixe to moduleEli Collins2012-04-301-1/+2
* excluded some branches from coverageEli Collins2012-04-301-3/+3
* updated front matter and other documentationEli Collins2012-04-271-11/+16
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-271-4/+4
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-1/+1
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-349/+793
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* misc bugfixes from round of changesEli Collins2012-01-181-2/+2
* import cleanupsEli Collins2012-01-181-3/+2
* couple of minor tweaks - basic unittests pass 2.7 & 3.2Eli Collins2011-12-061-1/+1
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-2/+2
* added compat.unicode imports in a number of placesEli Collins2011-12-061-2/+2
* added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-3/+4
* branch exploring feasibility of removing need for 2to3Eli Collins2011-12-061-1/+1
* all verify() methods now use "constant time" comparison function (see CHANGEL...Eli Collins2011-12-011-2/+4
* GAE compatibility fix: changed apache UTs to not rely on filesystem.Eli Collins2011-08-121-3/+36