2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-06-09 21:46:05 +02:00
Commit Graph

675 Commits

Author SHA1 Message Date
JP Aumasson bb0bb0be5b Merge pull request #158 from darwinairola/master
updated makefile to build under Cygwin environment
2016-09-09 09:59:41 +02:00
Darwin Airola 5143e76b1a updated makefile to build under Cygwin environment 2016-09-09 08:37:40 +01:00
JP Aumasson d162dead43 Merge pull request #156 from antelle/master
add javascript browser port
2016-08-30 07:38:58 +02:00
antelle 9f6270867a add javascript browser port 2016-08-29 23:30:16 +03:00
JP Aumasson 4844d2fee1 Merge pull request #155 from lucab/to-upstream/make-opttarget
makefile: optional explicit target for optimizations
2016-08-21 20:33:33 +02:00
Luca Bruno c57a95faa2
makefile: optional explicit target for optimizations
This commit allows passing an explicit OPTTARGET as the target
architecture for checking optimization capabilities.
This is needed for reataining compatibility to a baseline when
ditributing binaries.

For reference: https://bugs.debian.org/828779
2016-08-21 09:12:30 +00:00
Samuel Neves f87df8aaf8 Merge pull request #153 from WOnder93/master
Fix bad pointer copy when using custom allocator
2016-08-20 16:52:24 +01:00
Ondrej Mosnáček 91f7a15cd0 Fix bad pointer copy when using custom allocator 2016-08-20 16:42:55 +02:00
Daniel 9dc74e1b08 Fix for #152 2016-08-17 04:01:30 +02:00
Dmitry Khovratovich 1daab72b7a Added BlaMka reference 2016-08-08 13:39:24 -07:00
JP Aumasson a41b7143c9 Merge pull request #150 from kmaragon/addCoreCLRToLinks
Add C# link to documentation
2016-08-06 08:07:03 -07:00
Keef Aragon 50b0efdbc7 Add C# link to documentation 2016-08-05 23:08:14 -07:00
Dmitry Khovratovich cf6d73bcec Merge pull request #148 from Qowyn/master
Easier Windows DLL building + dependency-less builds
2016-07-26 12:37:19 +02:00
JP Aumasson 08639f336e Merge pull request #149 from ranisalt/patch-3
Update languages to reflect binding implementation
2016-07-26 07:28:13 +02:00
Ranieri Althoff 527154ec68 Update languages to reflect binding implementation 2016-07-25 05:15:49 -03:00
Qowyn bc60426065 VS2015 DLL Projects + ReleaseStatic Configuration for Releases without dependencies 2016-07-22 11:11:46 +02:00
JP Aumasson 8e82f90b94 Merge pull request #147 from PlasmaPower/patch-1
Add support for building DLLs with Visual Studio
2016-07-04 09:56:18 +02:00
Lee Bousfield a002f61ece Add support for building DLLs with Visual Studio 2016-07-03 17:05:54 -04:00
JP Aumasson 7c1fde1c9c Merge pull request #145 from technion/size_t_check
Safer implementation of #135.
2016-06-20 10:19:36 +02:00
Technion eb831c33cc Safer implementation of #135. 2016-06-19 23:58:24 +00:00
Samuel Neves 7ee1395ecd Merge pull request #142 from yonas/patch-2
Fix documentation typo in run.c
2016-06-19 17:41:26 +01:00
Yonas Yanfa 1816dcb458 Fix documentation typo in run.c 2016-06-17 13:29:09 -04:00
JP Aumasson d7266c4cee Merge pull request #140 from yonas/patch-1
Consolidate FreeBSD, NetBSD, and OpenBSD in Makefile
2016-06-02 11:59:19 +02:00
Yonas Yanfa a46839d7f7 Consolidate FreeBSD, NetBSD, and OpenBSD in Makefile
Consolidate FreeBSD, NetBSD, and OpenBSD in Makefile since they all use the same flags.
2016-06-01 06:46:47 -04:00
JP Aumasson 4625cc50f6 Merge pull request #139 from Apsalar/Solaris
Solaris build support
2016-05-30 07:36:13 +02:00
Fazal Majid 7de70b36b7 added build support for Solaris in the Makefile 2016-05-27 16:14:03 -07:00
JP Aumasson ae5043bdd9 Merge pull request #136 from lucab/to-upstream/argon2-cli-usage
run: use `-h` as command line option for usage help
2016-05-17 07:33:33 +02:00
JP Aumasson beee3069f8 Merge pull request #137 from lucab/to-upstream/pkg-config-stub
libargon2: add a pkg-config stub
2016-05-17 07:33:15 +02:00
Luca Bruno 02dc1b8780
libargon2: add a pkg-config stub
Signed-off-by: Luca Bruno <lucab@debian.org>
2016-05-15 12:06:56 +02:00
Luca Bruno 93a938510a
run: use `-h` as command line option for usage help
This commit adds `-h` as a command line option to display usage
info, moving the existing hash length switch to `-l`.
This is a breaking change for existing scripts using `-h`.

Signed-off-by: Luca Bruno <lucab@debian.org>
2016-05-15 11:36:51 +02:00
JP Aumasson 95cb6b9d43 Merge pull request #134 from phxql/feature/msys2
Compile on Windows with MSYS2
2016-04-29 15:07:55 +02:00
Moritz Kammerer 51e50e995d Now compiles with MSYS2 2016-04-28 19:59:31 +02:00
Samuel Neves f7410352fd Merge pull request #132 from technion/readme_ctx
Update README example code with newer context struct and function names.
2016-04-27 19:02:30 +01:00
Technion 901445e209 Update README example code with newer context struct and function names. 2016-04-27 09:53:29 +00:00
Samuel Neves 1633bde6f0 Merge pull request #131 from technion/zero_memset
Ensure memset is not called with n == 0. This is undefined in C.
2016-04-23 15:59:09 +01:00
Technion 26a7234d91 Ensure memset is not called with n == 0. This is undefined in C. 2016-04-23 05:16:19 +00:00
Samuel Neves 00aaa66045 Merge pull request #130 from lucab/lucab/manpage
argon2: add manpage with usage info
2016-04-17 16:24:19 +01:00
Daniel Kahn Gillmor a9e7efef23
argon2: add manpage with usage info 2016-04-17 17:03:10 +02:00
Samuel Neves 26c2724a9e Merge pull request #129 from technion/uninitialized
Properly zero pwd pointed before using it.
2016-04-11 15:20:32 +01:00
Technion 69a13b457c Properly zero pwd pointed before using it. 2016-04-07 08:50:49 +00:00
Daniel a42a5b12fb prepare the next release 2016-04-06 14:20:19 +02:00
daniel-dinu 6bf7eea043 Merge pull request #128 from technion/inlength
Improve handling of long passwords for command line utility.
2016-04-06 10:20:39 +02:00
Technion 5d2810e521 Improve handling of long passwords for command line utility. 2016-04-06 00:45:58 +00:00
daniel-dinu cd77d12bf9 Merge pull request #127 from aberaud/patch-1
Include lower-case "windows.h"
2016-04-05 18:36:04 +02:00
Adrien Béraud 8a86be605a use lower-case "windows.h"
Capitalized Windows.h breaks on MinGW. "windows.h" is the proper include.
2016-04-05 12:00:56 -04:00
Daniel 137bf99d41 Merge branch 'test-ci' 2016-04-05 16:04:27 +02:00
daniel-dinu f3600f7d4f Update README.md
Included the arguments added in be3583e33c.
2016-04-05 15:26:55 +02:00
Daniel d838a7b16d Run TestCI just for Release configuration 2016-04-05 15:10:39 +02:00
daniel-dinu be3583e33c Merge pull request #126 from alipha/master
Add options for bare output to executable
2016-04-05 12:49:33 +02:00
alipha d209fc4472 Add options for bare output to executable 2016-04-04 16:29:58 -05:00