Commit Graph

2121 Commits (e5abfb8adc6e9b5ff722c1b61f1ce2707b93f2aa)
 

Author SHA1 Message Date
Gabriele Gristina e5abfb8adc Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...
8 years ago
Jens Steube 646a47236c Merge pull request #619 from matrix/truecrypt_tuning_osx_iris
8 years ago
Gabriele Gristina 14f8f7970b Apple Iris GPU tuning
8 years ago
jsteube da503c897a Seems to be safe to use bitselect() on NVidia now
8 years ago
jsteube e77c029dad Fixed event_log_warning() format in debug builds
8 years ago
Jens Steube a1374f1d0a Merge pull request #617 from matrix/truecrypt_osx
8 years ago
Gabriele Gristina 6c7d10604e Fixed 'Compile Server Error' errors when build 6213/6223/6233/6243 opencl kernels on OSX
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 425031c9c3 Improved SAP CODVN F/G password cracking performance by working around byte endian swaps
8 years ago
jsteube 899413f88b Allow unroll of Android FDE (Samsung DEK) on NV
8 years ago
jsteube ac02c60b3f Do not allow unroll of Drupal7, but for NV only
8 years ago
jsteube ee2e8ba598 Do not allow unroll of Drupal7, increases performance on CL1.2
8 years ago
jsteube 0de908905f Allow unroll of PBKDF2-HMAC-SHA256 on NV
8 years ago
jsteube ef490c92d7 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 56154f9f2f Refactor AES implementation to run fast on CL1.2 as well
8 years ago
Jens Steube 9402610c79 Merge pull request #615 from dropdeadfu/patch-1
8 years ago
Christoph Heuwieser 30a710b69c fixed spelling and grammar
8 years ago
jsteube ac8c4d946a Fix benchmark of extreme slow hashes, updated changes.txt
8 years ago
jsteube 8a8d2065c1 Add a note in changes.txt about changed $HEX[] behaviour
8 years ago
jsteube 90f0aec707 Fixed a bug in hash-mode 11600 = (7-Zip) producing clEnqueueReadBuffer(): CL_INVALID_VALUE depending on input hash
8 years ago
Jens Steube 7fe575e204 Add const qualifier to variable declaration of matching global memory objects
8 years ago
jsteube 7ea6e1c65b Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube a048bdc02c Fix some variable names in hashcat.log
8 years ago
Jens Steube 3bd2f861d7 Merge pull request #609 from lifanov/master
8 years ago
jsteube fc38f36701 Help the user to fix the coolbits problem as warning not error
8 years ago
jsteube c376c1e96b Add a notice to user to setup coolbits
8 years ago
jsteube 4882fa05a1 Minimum fanspeed increased to 33%, same as NV does on windows
8 years ago
jsteube fe3398f197 Check both fanpolicy and fanspeed rc and disable retain support of any of them failed
8 years ago
Nikolai Lifanov 9c937aa3d3 add missing includes for FreeBSD
8 years ago
jsteube 7ca6a45781 Add some hint about performance for new users
8 years ago
jsteube ac340a2ec1 Showing HM error only once update
8 years ago
jsteube da76ac97f8 Improve --gpu-temp-retain support detection
8 years ago
jsteube 06c1d4a52e Hardware-Management initialization refactor, to show HM related errors only once on startup
8 years ago
jsteube 9e1574a97b Simplify status_get_hwmon_dev() a bit
8 years ago
jsteube c419bd0441 Fix rules.txt to match v3.20 limitations
8 years ago
jsteube 66a9f2f544 Merge strcmp() changes from https://github.com/hashcat/hashcat/pull/604
8 years ago
jsteube e43747f36c Do not use deprecated readdir_r(), man pages tells us to fall back to readdir()
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 11c5d86d40 Fix out_flush() in case of zero length message
8 years ago
jsteube c8daffb4b6 Fix some unreachable code
8 years ago
jsteube 5c871d5322 Initialize psafe3 header even if later overwritten by fread() to make scan-build happy
8 years ago
jsteube 7388c032a8 Remove some useless calls which helped understanding the code logic to make scan-build happy
8 years ago
jsteube 38514895b3 Rewrite some calls to clGetProgramInfo() to make scan-build happy
8 years ago
jsteube 2a188df857 Check fopen() return in logfile_append()
8 years ago
jsteube 30652f58b4 use pwm1_max as reference in sysfs for 100%, not a fixed value
8 years ago
jsteube c0c7830835 Fix includes for dispatch.c
8 years ago
jsteube c58027c7f6 Simplify --gpu-temp-retain handling code
8 years ago
jsteube 7ae025efce Improve checking for successfully load of the NVML API
8 years ago