summaryrefslogtreecommitdiff
path: root/docs/history
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableHEADmasterEli Collins2020-10-081-2/+4
|\
| * bumped to 1.7.4, marking for release1.7.4Eli Collins2020-10-081-2/+4
* | Merge from stableEli Collins2020-10-081-0/+27
|\ \ | |/
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-0/+10
| * 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
* | cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-0/+4
* | docs & setup: updates text & setup requirements to indicate we need minimumEli Collins2020-10-062-8/+11
* | Merge from stableEli Collins2020-10-062-5/+118
|\ \ | |/
| * bumped to 1.7.3; updated docs for release1.7.3Eli Collins2020-10-062-4/+4
| * passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)Eli Collins2020-10-051-0/+7
| * passlib.handlers: cases where crypt() returns malformed hashEli Collins2020-10-051-0/+4
| * 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-032-3/+20
| * 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-121-0/+7
| * 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-111-1/+5
| * admin: updated more repository links; as well as links to cloud_spthemeEli Collins2020-05-042-2/+2
| * admin: relocating repository & issue tracker from bitbucket to heptapodEli Collins2020-05-021-0/+14
| * 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-161-0/+14
| * passlib.utils: have safe_crypt() check if crypt() is returning bytesEli Collins2020-02-171-0/+3
* | Merge from stableEli Collins2019-11-221-3/+25
|\ \ | |/
| * docs: update for releaseEli Collins2019-11-221-2/+2
| * bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backendsEli Collins2019-11-221-0/+7
| * general: Python 2.6 & 3.3 support deprecated -- added notes in docsEli Collins2019-11-221-0/+13
| * docs: updated build dependanciesEli Collins2019-11-121-1/+3
* | Merge from stableEli Collins2019-11-111-0/+10
|\ \ | |/
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-111-0/+5
| * passlib.apache: adjust default context to use "2y" bcrypt hashes instead of "2b"Eli Collins2019-11-111-0/+5
* | Merge from stableEli Collins2019-11-101-0/+44
|\ \ | |/
| * 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-101-0/+9
| * 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-091-0/+17
| * Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.Eli Collins2019-11-091-2/+0
| * argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-041-0/+5
* | passlib.context: removed deprecated 'harden_verify' kwdEli Collins2017-01-301-1/+1
* | Merge with stableEli Collins2017-01-301-16/+33
|\ \ | |/
| * bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-301-4/+4
| * minor update to docs & ignore fileEli Collins2017-01-301-5/+4
| * bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-301-3/+9
| * PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-301-1/+4