summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hunter Morris [Thu, 26 Nov 2009 14:12:22 +0000 (14:12 +0000)]
Simplify build process (must set ERL_TOP)
Hunter Morris [Thu, 26 Nov 2009 13:47:28 +0000 (13:47 +0000)]
First pass at experimental NIF
Hunter Morris [Thu, 26 Nov 2009 13:07:34 +0000 (13:07 +0000)]
Removed binary
Hunter Morris [Tue, 18 Aug 2009 10:23:40 +0000 (11:23 +0100)]
Minor cosmetic change
Hunter Morris [Tue, 18 Aug 2009 10:20:36 +0000 (11:20 +0100)]
Updated README to include info about starting OTP applications
Hunter Morris [Tue, 18 Aug 2009 10:15:57 +0000 (11:15 +0100)]
Added basic application callback and supervisor
Restructured build process and bumped version to 0.2
Hunter Morris [Thu, 20 Nov 2008 19:12:20 +0000 (19:12 +0000)]
Fixed broken guards
Hunter Morris [Mon, 10 Nov 2008 14:47:41 +0000 (14:47 +0000)]
Wrapped long lines in README.rst
Hunter Morris [Mon, 10 Nov 2008 14:43:18 +0000 (14:43 +0000)]
Slightly more readable README
Hunter Morris [Tue, 4 Nov 2008 12:37:12 +0000 (12:37 +0000)]
Added potential Solaris libs
Hunter Morris [Mon, 3 Nov 2008 23:52:06 +0000 (23:52 +0000)]
Call to hashpw may time out prematurely with high rounds
Hunter Morris [Mon, 3 Nov 2008 23:40:31 +0000 (23:40 +0000)]
Committed first pass at Solaris compatibility
TODO: Find somebody with a Solaris machine to test
Hunter Morris [Mon, 3 Nov 2008 23:37:34 +0000 (23:37 +0000)]
No need to copy buffer
Hunter Morris [Mon, 3 Nov 2008 23:30:16 +0000 (23:30 +0000)]
Treat csalt as binary bytes instead of string
Hunter Morris [Mon, 3 Nov 2008 21:41:55 +0000 (21:41 +0000)]
Using erl_iolist_length instead of strlen
Hunter Morris [Mon, 3 Nov 2008 18:48:30 +0000 (18:48 +0000)]
Added documentation for bcrypt module
Hunter Morris [Mon, 3 Nov 2008 18:31:18 +0000 (18:31 +0000)]
Adding basic instructions to get started
Hunter Morris [Mon, 3 Nov 2008 18:26:07 +0000 (18:26 +0000)]
Fixed problem where m4 directory didn't exist
Hunter Morris [Mon, 3 Nov 2008 18:24:12 +0000 (18:24 +0000)]
Added build mechanics for automake/autoconf
TODO: Is Sinan + automake a possibility (for C program)?
Hunter Morris [Mon, 3 Nov 2008 17:45:29 +0000 (17:45 +0000)]
Moved C source files to c_src/
Hunter Morris [Mon, 3 Nov 2008 17:43:42 +0000 (17:43 +0000)]
Fixed build error with extraneous -export declarations
Hunter Morris [Mon, 3 Nov 2008 17:42:44 +0000 (17:42 +0000)]
Restructured repo to fit sinan build spec
Hunter Morris [Mon, 3 Nov 2008 17:41:04 +0000 (17:41 +0000)]
Added _build/ to .gitignore because of sinan build
Hunter Morris [Mon, 3 Nov 2008 17:40:33 +0000 (17:40 +0000)]
Added sinan build file
Hunter Morris [Mon, 3 Nov 2008 17:01:55 +0000 (17:01 +0000)]
Added erlang port gen_server
Hunter Morris [Mon, 3 Nov 2008 16:35:00 +0000 (16:35 +0000)]
Added bcrypt_erlang port program
Hunter Morris [Mon, 3 Nov 2008 16:28:18 +0000 (16:28 +0000)]
Removed static declarations that will be exported to erlang port program
Hunter Morris [Mon, 3 Nov 2008 15:03:49 +0000 (15:03 +0000)]
Removed test main() function
Removed legacy char *bcrypt_gensalt(u_int8_t);
Hunter Morris [Mon, 3 Nov 2008 14:58:28 +0000 (14:58 +0000)]
Added erl_blf.h
Hunter Morris [Mon, 3 Nov 2008 14:52:27 +0000 (14:52 +0000)]
Added OpenBSD bcrypt implementation
Hunter Morris [Mon, 3 Nov 2008 14:45:33 +0000 (14:45 +0000)]
Added license file
Hunter Morris [Mon, 3 Nov 2008 14:36:45 +0000 (14:36 +0000)]
Added typical ignore entries
Hunter Morris [Mon, 3 Nov 2008 14:33:03 +0000 (14:33 +0000)]
Added README file