Export to GitHub

py-bcrypt - default

Source Commits


Commits

Author Date Commit Message
Damien Miller Aug 25, 2013 970965fcd5fd Added tag PY_BCRYPT_0_4 for changeset bbdb15493962
Damien Miller Aug 25, 2013 bbdb15493962 update version numbers for release
Damien Miller Aug 25, 2013 a34240d95043 Removed tag PY_BCRYPT_0_4
Damien Miller Aug 25, 2013 a20026ef9361 Added tag PY_BCRYPT_0_4 for changeset ee380a286b0f
Damien Miller Aug 25, 2013 ee380a286b0f issue#1 - another var not at function start; patch from Bas van der Wulp
Damien Miller Aug 1, 2013 3bbb0e74f6e3 remove redundant definition
Damien Miller Aug 1, 2013 8a90900b551b attempt runtime endian detection
Damien Miller Jul 29, 2013 835d87814110 fix -Wpointer-sign warnings
Damien Miller Jul 29, 2013 7d70fe82054a missing u_int64_t type for windows
Damien Miller Jul 29, 2013 128d90720859 remove ifdef hell for endian detection in favour of runtime test
Damien Miller Jul 29, 2013 dfff572712b9 add admonition to run regress tests before installing
Damien Miller Jul 29, 2013 fadfa1643f9e update license for timingsafe_bcmp
Damien Miller Jul 29, 2013 6b11cba81731 merge
Damien Miller Jul 29, 2013 536cdc444011 some KDF fixes; add checkpw() method
Damien Miller Jul 29, 2013 f3bf4c529bd7 bcrypt-based key derivation function support, from OpenBSD libutil
Damien Miller Jul 27, 2013 be8707d775dd issue#9: use C99 fixed integer types if available
Damien Miller Jul 27, 2013 63666c807d98 Add support for python3 based on patch from elic AT astllc.org; issue#5
Damien Miller Jul 27, 2013 9505252f9c2a apparently windows lacks strdup too; issue#3
Damien Miller Jul 27, 2013 c080ba6c360e fix compilation failure and warning mentioned in issue#2
Damien Miller Jul 27, 2013 2e76a6a18d86 fix compilation errors on VS2008; mostly from a patch from Florian Ruechel issue
Damien Miller Mar 18, 2013 829b87fa2943 Added tag PY_BCRYPT_0_3 for changeset cf5d86d07c48
Damien Miller Mar 18, 2013 cf5d86d07c48 Removed tag PY_BCRYPT_0_3
Damien Miller Mar 18, 2013 04bc17a2db5c fix MANIFEST error causing broken package https://code.google.com/p/py-bcrypt/is
Damien Miller Mar 18, 2013 d3a306254953 Added tag PY_BCRYPT_0_3 for changeset 1d5b10f86c86
Damien Miller Mar 18, 2013 1d5b10f86c86 prepare for py-bcrypt-0.3 release
Damien Miller Mar 18, 2013 3bc365ff4373 Fix concurrency bug reported by Alan Fairless of spideroak.com: Multiple threads
Damien Miller Mar 18, 2013 79e29a6fdcd5 correct test name
Damien Miller Mar 28, 2011 89dce0f9125b bzero copy of password and salt when we are done with them
Damien Miller Mar 28, 2011 1cbdb1427b70 move variable declarations to start of block, fixing builds on Windows and other
Damien Miller Mar 28, 2011 62f6fe92a777 don't need a changelog now that we are using mercurial
convert-repo Mar 27, 2011 5cb008924392 update tags
djm Jun 13, 2010 06303f3434bd more
djm Jun 13, 2010 950b83454cac - (djm) Release py-bcrypt-0.2
djm Jun 13, 2010 dae4e9b44a14 - (djm) Prefer setuptools for packaging. Based on patch from Niall O'Higgins.
djm Oct 1, 2009 b03cc5246ea2 - (djm) Allow Python threads to run during (potentially lengthy) bcrypt opera
djm Aug 8, 2006 77420e6c73ae - (djm) Add support for Win32
djm May 22, 2006 05822387e299 import of py-bcrypt: a Python interface to OpenBSD-style Blowfish password hashi
djm May 22, 2006 cfa6add6e00a Initial revision