Commit Graph

3856 Commits (729c5f09bcd00c3a6e51387d152346c609525e9d)
 

Author SHA1 Message Date
philsmd f314ad0926
tests: minor, always run -m 99999 last
8 years ago
Jens Steube 37712fd9c0 Merge pull request #1134 from philsmd/master
8 years ago
philsmd 86ea878755
tests: fixed timeout values
8 years ago
jsteube dc170907ed Compress multiple newlines to one in host code, too
8 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
8 years ago
jsteube d0fa9d059d Remove some unused macros
8 years ago
jsteube 22be61b20d Remove aligned __constant datatypes from OpenCL kernel function declarations
8 years ago
jsteube 6401c58568 Align all the __constant buffers to workaround OpenCL JIT compiler errors in NV drivers 378.x
8 years ago
jsteube 3fb433de60 Remove __constant from OpenCL kernel function declarations
8 years ago
jsteube ecb851ecda Testwise workaround for -m 9100 on 378.x
8 years ago
jsteube c094f3b511 Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
8 years ago
Jens Steube 2dd8018915 Fix -m 4520 for salt length exactly 15
8 years ago
jsteube 7aab78fb52 Fix broken SHA512 in LUKS due to union refactoring in tmps variable
8 years ago
Jens Steube ffc678857b Merge pull request #1130 from neheb/master
8 years ago
Rosen Penev 4ceb7a1afa
Prefer _WIN to _POSIX for defines.
8 years ago
jsteube de186ceda5 Fix some typo
8 years ago
jsteube ba5fb80a38 Refactor kernel declarations for Skip32 to enable OSX using it
8 years ago
jsteube f381b107a3 Remove some unused variable
8 years ago
jsteube 877b3fdc4d Fix some case to make GCC on OSX happy
8 years ago
jsteube d6b843901b In case of multiline error message use only the first line as error and the description as warning
8 years ago
jsteube aa5ed1ca89 OpenCL Runtime: Added a warning about using Mesa OpenCL runtime
8 years ago
jsteube 4e2adc031a Add some compiler independant integer overflow functions
8 years ago
jsteube 7797826c8d Continue with WPA hashing logic as it was already
8 years ago
jsteube 57371376a3 Fix some formating from merged PR
8 years ago
Jens Steube 91316d43bb Merge pull request #1127 from neheb/master
8 years ago
jsteube d8e056d59f Also add WPA keymic to parser hash
8 years ago
Rosen Penev abd7b2bfcc
Simplify common.h a bit.
8 years ago
Jens Steube f302576a79 Merge pull request #1125 from yhfudev/opencl_error_messages
8 years ago
Jens Steube 53571f9516 Merge pull request #1124 from lindi2/master
8 years ago
Jens Steube 4a3c90dd3c Fixes https://github.com/hashcat/hashcat/issues/1123
8 years ago
yhfudev eba49f0dae a complete opencl error messages
8 years ago
Timo Juhani Lindfors 289744e7a3 Fix spelling of MHz
8 years ago
jsteube 922fea7616 Add more integer overflow checks
8 years ago
jsteube 080131c86e Use type independant __builtin_mul_overflow()
8 years ago
jsteube 62bc8689b7 Mask Checks: Added integer overflow detection for a keyspace of a mask provided by user
8 years ago
Jens Steube 14883bcd53 Merge pull request #1114 from neheb/master
8 years ago
Rosen Penev a1619f640d
Add ADL support to Cygwin
8 years ago
jsteube 96370d0ca7 Also update docs/readme.txt
8 years ago
jsteube d200b8493e We're at over 200 algorithms :)
8 years ago
Jens Steube b60f624b1c Merge pull request #1120 from LocutusOfBorg/patch-1
8 years ago
jsteube 9b08d4af0f Update hccapx format to version 4
8 years ago
Jens Steube 2dd027af65 Make sure to zero scratch buffer for WPA/WPA2 and LUKS
8 years ago
Gianfranco Costamagna b0324c48ca Fix typo in README file (from Paul Wise)
8 years ago
jsteube 5f58a25dcc Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
8 years ago
jsteube c3251cebd8 Hardware Management: Bring back kernel exec timeout detection for NVidia on user request
8 years ago
Jens Steube 5ec763fa20 Let is_hexify() call is_valid_hex_string() for better verification
8 years ago
Jens Steube dd55c1eb66 WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
8 years ago
jsteube 778f568d91 Prepare for v3.40 release
8 years ago
jsteube bbb4c74e85 OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
8 years ago
jsteube 79e8b6a6b9 Make sure to unlink the pidfile only if our instance created it, but even in case of error
8 years ago