Commit Graph

1306 Commits (1eb7987081214ad1a87a2c30afa99430146d0a68)

Author SHA1 Message Date
jsteube f218e85c4d Fix -m 7300 hash output from ascii_digest()
8 years ago
Rosen Penev 4d09cc10fd
Fix some formats and conversion errors
8 years ago
Rosen Penev f5f17997b2 Fix cppcheck warnings
8 years ago
jsteube d8cccfce48 Reset cracking register in case autotune engine accidentially cracked a hash
8 years ago
jsteube daddffa3dc Status view: Show core-clock, memory-clock and execution time in benchmark-mode in case --machine-readable is activated
8 years ago
jsteube 8d899db110 Add FOREGROUND_INTENSITY to windows error message color
8 years ago
jsteube cad3b3e10b Get rid of truecrypt_mdlen
8 years ago
jsteube 3c40b88eff Status: Do not show Recovered/Time as floats but as integers to reduce over-information
8 years ago
jsteube 813911788a Status: Do not show Recovered/Time when cracking < 1000 hashes
8 years ago
Jens Steube 60bc53311c Merge pull request #891 from neheb/master
8 years ago
Rosen Penev 96783ed7a3 Fix compilation for native Cygwin
8 years ago
jsteube db5291a76c Add special weak-hash detection section for LM
8 years ago
jsteube 72d0b272c2 Update win_file_globbing.mk to not check 32 bit folder in 64 bit compilation
8 years ago
jsteube f6e0f1494a Add a warning using beignet driver
8 years ago
neheb eff04d1633 Change fseek and ftell to o variants
8 years ago
Jens Steube d1fe054d65 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
Jens Steube cd3fae958d Add Makefile code to find CRT_glob.o using the native target when compiling on Cygwin or Msys2 host
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 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 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