Commit Graph

9563 Commits (master)
 

Author SHA1 Message Date
jsteube 94e9fe7836 No need to check for cracked hashes in benchmark mode
8 years ago
jsteube b2ff9922c9 Pure black magic to workaround 100% CPU usage bug in NVidias OpenCL runtime on Linux
8 years ago
Jens Steube eb88171bdd Fix precompute bug in PeopleSoft PS_TOKEN
8 years ago
Jens Steube 3022abf956 some axcrypt fixes
8 years ago
Jens Steube 0d38489c9d Fix typo
8 years ago
jsteube aa78cf2c74 Fix sed call in Makefile
8 years ago
jsteube f600b9dd59 Get rid of cp in Makefile install target
8 years ago
Jens Steube d518e37daf Merge pull request #370 from philsmd/master
8 years ago
philsmd eb08afa543
makefile: indentation fix (replace tabs with spaces) + comments about cygwin builds
8 years ago
Jens Steube f30629b21a Merge pull request #369 from hlein/DESTDIR
8 years ago
Jens Steube 10b086a31d Merge pull request #364 from neheb/patch-2
8 years ago
Mangix 37ff7fbc11
Small fix for < 10 Windows
8 years ago
Jens Steube ba18812a70 Merge pull request #368 from hlein/master
8 years ago
Hank Leininger 8254e2e3c4
Make sure the INSTALL_FOLDER path exists.
8 years ago
Hank Leininger 8a2bfff917
Added DESTDIR support.
8 years ago
Hank Leininger ecb7ba6f3e
Removed obsolete entries from install: target.
8 years ago
jsteube 1c695b1185 Fixed DES kernel_loops only in case of BF
8 years ago
jsteube 58296e1ecf Fix a bug in -m 1500, returned invalid plain is cracking slice was not 0
8 years ago
jsteube b9eefd9b20 Added new hash-mode 13800 = Windows 8+ phone PIN/Password
8 years ago
jsteube 063abab3d6 Remove invalid or too old drivers names
8 years ago
jsteube b875cb51ac Use CRT_glob.o to enable commandline globbing on windows binaries
8 years ago
jsteube 106e781a2f Fix some workload balancing issue
8 years ago
Jens Steube 069634ae77 Merge pull request #363 from RealEnder/master
8 years ago
Jens Steube fc1be6bb85 Fix issue #150
8 years ago
neheb a8bebb4a55 Add cygwin support
8 years ago
Alex Stanev a59afcba6e Fix travis-ci URL
8 years ago
jsteube 9d2c24fc0d Fix memory allocation for clBuildProgram() retry version
8 years ago
Jens Steube 4075577340 Do not show hardware manager in final status display in case status is EXHAUSTED, CRACKED, ABORTED OR QUIT -- it could be confusing for users to see an utilization of 0% at this point
8 years ago
jsteube 829289b109 Fix calling conventions for external libraries (mingw doesn't handle it alone); Fix first print of PROMPT after autotune;
8 years ago
jsteube 2525c2296e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
jsteube 79c44186fc Finally added: Temperature limit check on NVidia + Windows to notice User about performance drop. This is a NvAPI undocumented feature. Thanks to @philsmd for information gathering, an outstanding job
8 years ago
Jens Steube 16ffade75e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube e5359036ff Show warning about bad opencl runtime on intel cpu only once
8 years ago
jsteube 2e706edc18 Do not show *throttle* in status display if the reason is unknown
8 years ago
jsteube 3e30b62bf6 Remove some ugly code from nvapi.h
8 years ago
jsteube 08934db58c Add NvAPI_GPU_GetPerfPoliciesInfo() and NvAPI_GPU_GetPerfPoliciesStatus() for later use
8 years ago
jsteube a3e6690a9c Remove union in hm_attrs_t; Remove code related to threshold_slowdown which will be replaced with NvGetPerfPoliciesInfo()
8 years ago
jsteube 02dd1f20ab Fix of invalid use of free()
8 years ago
jsteube e9960709b5 Makefile fix
8 years ago
jsteube c970ad0f83 Fix dos-windows buffer size to maximum, users won't complain if they can scroll back
8 years ago
Jens Steube 0ffa9f4b82 Do not show warnings message in case --force is used
8 years ago
jsteube 040bbd416a More nvapi preparations and display skip reason in benchmark
8 years ago
jsteube 34bcbb3091 Prepare for reintegration of nvapi for checking thermal limit
8 years ago
jsteube 3c6296801a Prepare for reintegration of nvapi for checking thermal limit
8 years ago
Jens Steube 7ba1322d7f Redesign some of the kernel_power features like too small wordlist detection etc, now based on autotuning results
8 years ago
Jens Steube 725e3677cb Only load ADL or NVML if we really need it
8 years ago
jsteube 04dfe6e89e Fix -m 12500 by limiting max. length to 20; Limit fake rule copy in autotune() to it's max size
8 years ago
jsteube d329451cc1 Here it is: --powertune-enable for nvidia -- Works on both linux and windows
8 years ago
jsteube a23c0c4716 Added a ton of new NVML stuff
8 years ago
jsteube d89a8a68d6 Finally got rid of NvAPI on Windows, replace with NVML
8 years ago