summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableHEADmasterEli Collins2020-10-081-2/+4
|\
| * bumped to 1.7.4, marking for release1.7.4Eli Collins2020-10-082-3/+5
* | Merge from stableEli Collins2020-10-082-8/+39
|\ \ | |/
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-072-8/+22
| * bugfix: python2.6 compat fixes -- a few "{}" set constructors slipped in.Eli Collins2020-10-071-0/+5
| * passlib.context: now raises UnknownHashError() if hash can't be identified.Eli Collins2020-10-071-0/+12
| * docs: typo fixesEli Collins2020-10-061-1/+1
* | passlib.hash.bcrypt: remove support for "bcryptor" backendEli Collins2020-10-062-25/+9
* | cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-0/+4
* | cleanup old python compat -- removed PY26 conditional, and unittest2 imports.Eli Collins2020-10-061-2/+1
* | docs & setup: updates text & setup requirements to indicate we need minimumEli Collins2020-10-065-23/+21
* | Merge from stableEli Collins2020-10-0615-44/+211
|\ \ | |/
| * bumped to 1.7.3; updated docs for release1.7.3Eli Collins2020-10-064-6/+6
| * docs / sha crypt: commented out the "implicit_rounds" param in docs,Eli Collins2020-10-061-3/+3
| * passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)Eli Collins2020-10-054-2/+14
| * passlib.handlers: cases where crypt() returns malformed hashEli Collins2020-10-052-0/+6
| * passlib.handlers.bcrypt: safe_verify() calls should test for NotImplementedEli Collins2020-10-051-0/+3
| * docs: added notices that python 2 support will be dropped in 1.8 (issue 119)Eli Collins2020-10-033-7/+24
| * docs: minor adjusted to doc languageEli Collins2020-05-121-12/+13
| * bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...Eli Collins2020-05-121-0/+2
| * bcrypt / os_crypt backend: now throws new PasswordValueError()Eli Collins2020-05-122-0/+9
| * bugfix: bcrypt: test vector for "8bit bug" wasn't UTF8 safe,Eli Collins2020-05-121-1/+1
| * bugfix: bcrypt os_crypt backend wasn't being detected properly under py3;Eli Collins2020-05-121-0/+5
| * passlib.tests: fixed bug where HandlerCase.test_82_crypt_support() wasn'tEli Collins2020-05-111-0/+3
| * docs: updated some urls, styling tweaks, bumped copyright yearEli Collins2020-05-113-5/+22
| * docs: require latest CSP theme versionEli Collins2020-05-042-2/+2
| * admin: updated more repository links; as well as links to cloud_spthemeEli Collins2020-05-045-5/+5
| * admin: relocating repository & issue tracker from bitbucket to heptapodEli Collins2020-05-023-2/+36
| * reworked lookup_hash() and create_hex_digest() internals to work betterEli Collins2020-05-021-0/+19
| * passlib.ext.django: fix import that was removed in django 3Eli Collins2020-03-281-0/+2
| * passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compatEli Collins2020-03-281-0/+3
| * passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256Eli Collins2020-02-163-14/+41
| * passlib.hash.bcrypt: added notes re: final salt characterEli Collins2020-02-171-0/+2
| * passlib.utils: have safe_crypt() check if crypt() is returning bytesEli Collins2020-02-171-0/+3
| * docs: various minor updatesEli Collins2020-02-162-9/+6
* | Merge from stableEli Collins2019-11-226-19/+67
|\ \ | |/
| * docs: update for releaseEli Collins2019-11-222-3/+3
| * bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-223-2/+24
| * general: Python 2.6 & 3.3 support deprecated -- added notes in docsEli Collins2019-11-222-1/+21
| * docs: minor text & build issuesEli Collins2019-11-193-4/+12
| * docs: updated build dependanciesEli Collins2019-11-124-11/+9
* | Merge from stableEli Collins2019-11-112-4/+19
|\ \ | |/
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-112-4/+14
| * passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-111-0/+5
* | Merge from stableEli Collins2019-11-108-43/+89
|\ \ | |/
| * argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...Eli Collins2019-11-101-0/+5
| * argon2 -- added support for type "ID" hashes & for generating type "D" hashes.Eli Collins2019-11-102-2/+11
| * added tests for parsehash() method; fixed argon2 error (fixes issue 97)Eli Collins2019-11-101-0/+4
| * bugfix: passlib.totp: always prepend issuer to URIs (fixes issue 92)Eli Collins2019-11-091-0/+6
| * docs: update 1.7.2 changelog for everything added to stable since 1.7.1Eli Collins2019-11-092-0/+22