Commit Graph
3187 Commits
Author SHA1 Message Date
philsmd 0615affffa travis test: workaround undefined _WIN32 with a sed fix 2017-02-11 13:18:38 +01:00
jsteube 85aba06e6f Renamed some variables which 'shadow' another variable or function 2017-02-11 12:19:34 +01:00
Jens Steube 6cf3763eb5 Merge pull request #1044 from neheb/master
Fix more cppcheck warnings
2017-02-11 12:04:16 +01:00
jsteube 06c184aeea Do not use NULL for va_* variadic functions 2017-02-11 11:51:46 +01:00
Jens Steube fdbe6f8281 Merge pull request #1043 from stephengroat/master
Cleanup zero-length printf format string warnings
2017-02-11 11:50:51 +01:00
Rosen Penev a3d04a40b0 Fix more cppcheck warnings 2017-02-10 16:10:21 -08:00
sgroat 113fe102f5 Cleanup zero-length printf format string warnings 2017-02-10 10:46:52 -08:00
Jens Steube 7087966f19 Merge pull request #1042 from philsmd/pr/added_appveyor_tests
cleaned up the .appveyor.yml file and implemented the test_script(s) #1032
2017-02-10 14:12:12 +01:00
Jens Steube ab0dbcec59 Merge pull request #1041 from philsmd/master
readme: added appveyor badges to README.md #1032
2017-02-10 14:11:50 +01:00
philsmd 9fb50a948e cleaned up the .appveyor.yml file and implemented the test_script(s) #1032 2017-02-10 14:02:43 +01:00
philsmd 99356624af readme: added appveyor badges to README.md 2017-02-10 13:58:10 +01:00
jsteube 8329704977 Commandline: Do some checks related to custom-charset options if user specifies them
Fixes https://github.com/hashcat/hashcat/issues/1040
2017-02-10 09:08:19 +01:00
Jens Steube 41f5cce0f1 Merge pull request #1038 from stephengroat/new-appveyor
New appveyor
2017-02-10 08:54:15 +01:00
Stephen 9c43109ee7 remove rdp blocks 2017-02-09 20:18:14 -08:00
Stephen acc16faaa8 reorder for cygwin first and enable rdp 2017-02-09 20:09:11 -08:00
Stephen fd0febeabd cleanup git submodule command 2017-02-09 15:17:09 -08:00
Stephen eb681652d3 remove unnecessary git submodule clone 2017-02-09 15:16:23 -08:00
Stephen 4c3e68998c Create .appveyor.yml 2017-02-09 15:15:14 -08:00
Jens Steube 79513ce226 Building: Replaced linking of CRT_glob.o with the use of int _dowildcard 2017-02-09 10:42:35 +01:00
jsteube 9aabc20248 Add a warning message if old hccap file is detected and abort 2017-02-08 20:25:04 +01:00
jsteube 7c5c7047ce Add missing changes log from previous merge 2017-02-08 10:24:36 +01:00
Jens Steube dec6307729 Merge pull request #1031 from neheb/master
Add NVML and NVAPI support to Cygwin. Disable file globbing.
2017-02-08 10:19:22 +01:00
Rosen Penev 74cb35e981 Disable CRT glob under Cygwin 2017-02-07 16:29:59 -08:00
Rosen Penev ee0911c26e Add NVML and NVAPI support to Cygwin 2017-02-07 16:19:41 -08:00
Jens Steube 4d591550d3 Merge pull request #1030 from philsmd/master
tests: added support for .hccapx to the tests
2017-02-07 19:54:58 +01:00
philsmd 7466ea941a tests: added support for .hccapx to the tests 2017-02-07 19:00:36 +01:00
Jens Steube 9005b66626 Fixed clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR caused by an invalid work-item count during weak-hash-check 2017-02-07 17:50:02 +01:00
Jens Steube 778b64b680 Update changes 2017-02-07 17:25:29 +01:00
Jens Steube c45ed21f9b Update CL_* errorcode to OpenCL 1.2 standard 2017-02-07 17:24:23 +01:00
jsteube 5b922a6b8d Fix for https://github.com/hashcat/hashcat/issues/1029 2017-02-07 16:23:42 +01:00
Jens Steube 3202057b47 Merge pull request #1026 from hashcat/revert-1024-master
Revert "Adding windows appveyor builds"
2017-02-07 11:57:03 +01:00
Jens Steube 07dd639038 Revert "Adding windows appveyor builds" 2017-02-07 11:56:48 +01:00
Jens Steube 0993ee8dc5 Merge pull request #1024 from stephengroat/master
Adding windows appveyor builds
2017-02-07 11:44:27 +01:00
Jens Steube c1f0adebe6 Force #pragma pack(1) for struct hccapx 2017-02-07 11:19:09 +01:00
Stephen 28d37be94a Update Makefile 2017-02-06 16:18:56 -08:00
Stephen 237182ff43 Update main.c 2017-02-06 16:18:19 -08:00
Stephen 7826906f58 Update Makefile 2017-02-06 16:00:00 -08:00
Stephen 0abf79de4d Update win_file_globbing.mk 2017-02-06 15:43:26 -08:00
Stephen cbc355be39 Update .appveyor.yml 2017-02-06 13:20:45 -08:00
Stephen e5b0556dea Update .appveyor.yml 2017-02-06 13:12:33 -08:00
Stephen 8ac2490ae5 add clang and gcc specifically 2017-02-06 13:11:42 -08:00
Stephen f1d89d9fea Create .appveyor.yml 2017-02-06 12:45:12 -08:00
Jens Steube 65d5921eda Merge pull request #1020 from neheb/master
Restore strerror as %m is unsupported by the BSDs
2017-02-06 19:37:05 +01:00
jsteube 717da7f4f2 Added support for loading hccapx files 2017-02-06 17:03:42 +01:00
Rosen Penev 2a2bd0e2b1 Restore strerror as %m is unsupported by the BSDs
The BSDs just print m instead of the actual error message. Benefit
is not worth the cost.
2017-02-03 17:53:50 -08:00
Jens Steube cc991ee106 Merge pull request #1019 from philsmd/master
mv switch_buffer_by_offset_8x4_le_S, switch_buffer_by_offset_8x4_le_VV ()
2017-02-03 11:40:53 +01:00
philsmd c18c2950c9 mv switch_buffer_by_offset_8x4_le_S and switch_buffer_by_offset_8x4_le_VV () into inc_common.cl 2017-02-03 11:32:19 +01:00
Jens Steube 539a3ab3ad Merge pull request #1016 from philsmd/pr/filezilla_server
fixes #943: added -m 15000 = FileZilla Server >= 0.9.55
2017-02-03 10:08:23 +01:00
Jens Steube de85ee9718 Merge pull request #1014 from philsmd/master
updated license year
2017-02-03 10:03:31 +01:00
philsmd 15a9644f2a fixes #943: added -m 15000 = FileZilla Server >= 0.9.55 2017-02-03 00:07:31 +01:00