summaryrefslogtreecommitdiff
path: root/bcrypt
Commit message (Expand)AuthorAgeFilesLines
* 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
* mergeDamien Miller2013-07-297-1/+834
|\
| * some KDF fixes; add checkpw() methodDamien Miller2013-07-296-9/+123
| * bcrypt-based key derivation function support, from OpenBSD libutilDamien Miller2013-07-297-7/+725
* | 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-272-11/+84
* 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
* prepare for py-bcrypt-0.3 releaseDamien Miller2013-03-191-1/+1
* Fix concurrency bug reported by Alan Fairless of spideroak.com:Damien Miller2013-03-192-23/+30
* 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
* - (djm) Allow Python threads to run during (potentially lengthy) bcryptdjm2009-10-011-1/+11
* - (djm) Add support for Win32djm2006-08-083-1/+18
* Initial revisiondjm2006-05-225-0/+951