Commit Graph

2099 Commits (7ea6e1c65b93c3b35f815f3a3d1ac84f8cc7d873)
 

Author SHA1 Message Date
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
jsteube 6efe557cdc Fix cached kernel checksum building on oversized device version or driver version strings
8 years ago
jsteube aa1b7408a0 Add some missing returncode checks to get_exec_path()
8 years ago
jsteube 7f1dbf5a33 Fix too late check of fread() return in interface.c
8 years ago
jsteube 7249366667 Fix some possible division by 0 in hm_SYSFS_get_fan_speed_current()
8 years ago
Jens Steube 3b32ad03d0 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
Jens Steube acf13c5544 Fix the evil :password bug, where the hash itself wasn't printed
8 years ago
jsteube 0206142a69 Bcrypt on NVIDIA works better when unrolled
8 years ago
jsteube 0c55626689 Remove kernel exec timeout detection, should no longer occur due to autotune
8 years ago
jsteube e6f423ff63 Remove some v2.01 (!) leftovers in the bash completion configuration
8 years ago
jsteube e8078f2c73 Add output buffer size to ascii_digest()
8 years ago
jsteube ab3fd9e439 Close outfile after initial write check
8 years ago
jsteube e777c25a67 Improve handling of MAX_CUT_TRIES
8 years ago
jsteube daeb5f66ac Use same locking mechanism in potfile as in outfile
8 years ago
jsteube 8aae9b8746 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 2f398becfb Do not store result of binary operation in a bool
8 years ago
jsteube dc2689a996 Move skipped_temp check out of main loop
8 years ago
Jens Steube e376ab7e6d Merge pull request #602 from matrix/skipUnstableHashModes_v2_OSX
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
Jens Steube 1c82cc960d Merge pull request #598 from matrix/skipUnstableHashModes_OSX
8 years ago