summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag PY_BCRYPT_0_4 for changeset bbdb15493962HEADmasterDamien Miller2013-08-250-0/+0
* update version numbers for releasePY_BCRYPT_0_4Damien Miller2013-08-252-2/+2
* Removed tag PY_BCRYPT_0_4Damien Miller2013-08-250-0/+0
* Added tag PY_BCRYPT_0_4 for changeset ee380a286b0fDamien Miller2013-08-250-0/+0
* issue#1 - another var not at function start; patch from Bas van der WulpDamien Miller2013-08-251-1/+2
* remove redundant definitionDamien Miller2013-08-011-1/+0
* attempt runtime endian detectionDamien Miller2013-08-011-2/+25
* fix -Wpointer-sign warningsDamien Miller2013-07-293-3/+3
* missing u_int64_t type for windowsDamien Miller2013-07-291-0/+1
* remove ifdef hell for endian detection in favour of runtime testDamien Miller2013-07-291-42/+11
* add admonition to run regress tests before installingDamien Miller2013-07-291-1/+2
* update license for timingsafe_bcmpDamien Miller2013-07-291-1/+20
* mergeDamien Miller2013-07-2912-11/+1019
|\
| * some KDF fixes; add checkpw() methodDamien Miller2013-07-299-13/+137
| * bcrypt-based key derivation function support, from OpenBSD libutilDamien Miller2013-07-2912-15/+898
* | issue#9: use C99 fixed integer types if availableDamien Miller2013-07-282-7/+9
|/
* Add support for python3 based on patch from elic AT astllc.org; issue#5Damien Miller2013-07-273-11/+109
* apparently windows lacks strdup too; issue#3Damien Miller2013-07-271-0/+1
* fix compilation failure and warning mentioned in issue#2Damien Miller2013-07-271-2/+2
* fix compilation errors on VS2008; mostly from a patch from Florian RuechelDamien Miller2013-07-273-6/+6
* Added tag PY_BCRYPT_0_3 for changeset cf5d86d07c48Damien Miller2013-03-190-0/+0
* Removed tag PY_BCRYPT_0_3PY_BCRYPT_0_3Damien Miller2013-03-190-0/+0
* fix MANIFEST error causing broken packageDamien Miller2013-03-192-12/+4
* Added tag PY_BCRYPT_0_3 for changeset 1d5b10f86c86Damien Miller2013-03-190-0/+0
* prepare for py-bcrypt-0.3 releaseDamien Miller2013-03-193-5/+5
* Fix concurrency bug reported by Alan Fairless of spideroak.com:Damien Miller2013-03-192-23/+30
* correct test nameDamien Miller2013-03-191-1/+1
* bzero copy of password and salt when we are done with themDamien Miller2011-03-281-0/+3
* move variable declarations to start of block, fixing builds on Windows andDamien Miller2011-03-281-2/+4
* don't need a changelog now that we are using mercurialDamien Miller2011-03-281-14/+0
* update tagsconvert-repo2011-03-270-0/+0
* moredjm2010-06-131-0/+2
* - (djm) Release py-bcrypt-0.2PY_BCRYPT_0_2djm2010-06-131-0/+1
* - (djm) Prefer setuptools for packaging. Based on patch from Nialldjm2010-06-134-7/+14
* - (djm) Allow Python threads to run during (potentially lengthy) bcryptdjm2009-10-012-1/+15
* - (djm) Add support for Win32djm2006-08-085-2/+21
* Initial revisiondjm2006-05-2213-0/+1255