Commit Graph

157 Commits (33aeae60908e9dcdc9165dff5897d90d661ca9f6)

Author SHA1 Message Date
jsteube 33aeae6090 For CYGWIN prefer to use "opencl.dll" (installed by drivers) instead of optional "cygOpenCL-1.dll"
8 years ago
jsteube 45479978c4 Fix some warning messages
8 years ago
jsteube 89d0d99bdb Shader Model version message is confusing users, rename it to CUDA version
8 years ago
jsteube 72af615e8b WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected
8 years ago
jsteube e4ba40dd7e OpenCL Runtime: Updated AMDGPU-Pro driver version check, do warn if version 16.50 is detected which is known to be broken
8 years ago
jsteube 72599fd109 Fixed kernel loops in leading to slower performance in --increment mode
8 years ago
jsteube 0d31ee3b53 Alternative --progress-only in case of multiple salts cracking
8 years ago
jsteube 367024da3f Fix --progress-only in case of multiple salts cracking
8 years ago
jsteube ec5610271a New option --progress-only: Quickly provides ideal progress step size and time to process it per device based on the user hashes and selected options, then quit
8 years ago
Rosen Penev 5c0bd0a15f
Remove strerror in favor of thread safe %m
8 years ago
jsteube cc1dca7a2b Fixed double free (actually, double fclose()) in opencl.c
8 years ago
Rosen Penev 4d09cc10fd
Fix some formats and conversion errors
8 years ago
Rosen Penev f5f17997b2 Fix cppcheck warnings
8 years ago
Rosen Penev 96783ed7a3 Fix compilation for native Cygwin
8 years ago
jsteube f6e0f1494a Add a warning using beignet driver
8 years ago
Gabriele Gristina 49b44da588 Request build log only if size > 1 (v2)
8 years ago
jsteube e77c029dad Fixed event_log_warning() format in debug builds
8 years ago
jsteube ed149fdd52 More benchmark fixes
8 years ago
jsteube a56aa30754 Fix reported speed for slow hashes which was broken somewhere between hashcat (v3.10-809-g7fe575e) to hashcat (v3.10-820-g899413f)
8 years ago
jsteube ac8c4d946a Fix benchmark of extreme slow hashes, updated changes.txt
8 years ago
jsteube 90b9d5c12c Fix some potential resource leaks in case of an error
8 years ago
jsteube ea4fd1de50 Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
8 years ago
jsteube 38514895b3 Rewrite some calls to clGetProgramInfo() to make scan-build happy
8 years ago
jsteube 6efe557cdc Fix cached kernel checksum building on oversized device version or driver version strings
8 years ago
jsteube 0c55626689 Remove kernel exec timeout detection, should no longer occur due to autotune
8 years ago
jsteube dc2689a996 Move skipped_temp check out of main loop
8 years ago
Gabriele Gristina 6af37ecc10 Prevent exit from benchmark mode if all devices are skipped (OSX)
8 years ago
Jens Steube 1321cbdcf8 Merge pull request #599 from neheb/master
8 years ago
jsteube 105513e307 On OSX, unset device_param->skipped back to true in case skipped_temp is set to true
8 years ago
jsteube 72e39a7ec0 Try to use true and false in case we're handling a bool data-type just as kind of a hint it's a bool
8 years ago
Gabriele Gristina 28ec87aa2b Skip unstable hash modes (OSX only)
8 years ago
jsteube 888fbdafe7 Using platform vendor name is better than using device vendor name when it comes whatever to use builtin amd_bytealign() or hand-written version because pocl uses its own platform vendor name but uses AMDs device vendor name
8 years ago
jsteube d62d0d8a71 Fix some error messages
8 years ago
Rosen Penev c13ef5aacd
Fix formats found by cppcheck
8 years ago
jsteube c254138c21 Fix some code in opencl.c to make cppcheck happy
8 years ago
jsteube 536dcef7eb Replaced all calls to strtok() with strtok_r() to ensure thread safety
8 years ago
jsteube 8645571a7c Improve CPU detection on AMDGPU-Pro
8 years ago
Rosen Penev 22abb22c13
Fix a few printf formats
8 years ago
jsteube 01171a7b3b Moved OpenCL requirement from v1.1 to v1.2
8 years ago
Gabriele Gristina dff72bbfb3 Fix clang warning on OSX
8 years ago
jsteube 98b6371cd7 No more branch needed to check cracked after moving check for speed only above
8 years ago
jsteube f178769863 Do not wait for the progress mutex to read and store speed timer
8 years ago
jsteube a3190986d4 Added a missing error check after using run_kernel_bzero()
8 years ago
jsteube bc26cae58c Add some safety check for AMDGPU-Pro driver in combination with non-root user
8 years ago
Jens Steube 15100059fa Fix Intel OpenCL runtime version check
8 years ago
jsteube 80a4f234f5 Update OpenCL runtime- and driver-requirements
8 years ago
jsteube 9eb9543cda Basic sysfs support to read temp and read/write fan speed for amd-gpu-pro
8 years ago
jsteube e63bc4d328 Query PCI-Express bus/device/function and store for later use
8 years ago
jsteube 42bcb8bdc8 Revert "Testwise commit, this could be a problem but never actually created a problem. Need to keep an eye on it"
8 years ago
jsteube 96e963b0d0 Testwise commit, this could be a problem but never actually created a problem. Need to keep an eye on it
8 years ago