summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Build on darwinHEADmasterRichard Ipsum2017-11-011-7/+13
|
* Update Makefile to not link the modules against the interpreterv1.2dsilvers/link-fixupDaniel Silverstone2017-07-081-2/+2
|
* Declare PHONY targetsRichard Ipsum2017-06-171-1/+7
|
* Allow lib installation dir to be overriddenRichard Ipsum2017-06-171-4/+6
|
* Add install targetRichard Ipsum2017-06-171-0/+3
|
* Remove luxio specific stuff from findlua.mkRichard Ipsum2017-06-171-14/+4
|
* Replace find lua rules with luxio cargoRichard Ipsum2017-06-172-97/+82
| | | | Take the findlua.mk file from luxio and use it for this project.
* Merge remote-tracking branch 'ripsum/richardipsum/no-saltgen-override-v3'Daniel Silverstone2017-06-133-8/+51
|\
| * Harden reading from /dev/urandomRichard Ipsum2017-06-111-3/+25
| | | | | | | | Guard against short reads.
| * README: add build instructionsRichard Ipsum2017-06-051-1/+16
| |
| * Add TRUST_LIBSCRYPT_SALT_GEN build optionRichard Ipsum2017-06-052-4/+10
|/ | | | | | | | | | | Modern versions of libscrypt now generate salt correctly, indeed using the very method currently used by lua-scrypt.[1] This patch adds a build option that is disabled by default, when enabled lua-scrypt will use libscrypt's salt generation code rather than its own. [1]: https://sources.debian.net/src/libscrypt/1.21-3/crypto-scrypt-saltgen.c/
* Add CoCv1.1Daniel Silverstone2016-05-301-0/+20
|
* Update copyright with base64 licenceDaniel Silverstone2015-11-061-0/+30
|
* Inline a base64 implementation so that we don't rely on the libscrypt one ↵Daniel Silverstone2015-11-064-8/+194
| | | | which is hidden on some platforms
* Better support for Lua 5.2v1.0Daniel Silverstone2015-07-082-4/+11
|
* Add ldoc based documentationDaniel Silverstone2015-07-085-0/+87
|
* Add a note about when the fix comes inDaniel Silverstone2015-07-081-1/+3
|
* Change to using libscrypt even though it has known failure modesDaniel Silverstone2015-07-0824-3584/+144
|
* Ignore intermediatestrunkDaniel Silverstone2014-03-111-0/+3
|
* Add INSTALL and CFLAGS to MakefileRob Kendrick (humdrum)2014-01-201-0/+3
|
* Add example and 'minimal' testRob Kendrick (trite)2013-07-301-0/+30
|
* Password hashing and verification, Makefile stolen from LuxioRob Kendrick (trite)2013-07-302-6/+337
|
* Makefile to build scrypt library componentsRob Kendrick (fatigue)2013-07-301-0/+35
|
* Remove mention of scrypt_platform.h from scryptenc libraryRob Kendrick (fatigue)2013-07-302-2/+0
|
* Remove mention of scrypt_platform.h from util libraryRob Kendrick (fatigue)2013-07-304-5/+0
|
* Remove mention of scrypt_platform.h from crypto libraryRob Kendrick (fatigue)2013-07-305-6/+1
|
* Import upstream scrypt implementationRob Kendrick (fatigue)2013-07-3020-0/+3399