Commit Graph

2071 Commits (f2ea05ca69b8a324d28660c3a0942497985a4187)

Author SHA1 Message Date
jsteube f2ea05ca69 Final v4.0.1 commit
7 years ago
Royce Williams 59701ee7ed change wording when user tries -O, but not needed
7 years ago
philsmd d93b591dc5
cosmetic: updated comment about VERSION_EXPORT
7 years ago
philsmd 7825846e00
for 1414: add dependency on the shared root folder, fix parallel builds
7 years ago
jsteube f8c687f529 Fixed compile of kernels on AMD systems on windows due to invalid detection of ROCm
7 years ago
Rosen Penev 3ba84f17f1 More clang tidy fixes
7 years ago
Rosen Penev 0555613305 Remove else statement after return
7 years ago
Rosen Penev 496fc309fe Add const to a few parameters.
7 years ago
Rosen Penev 2a56a229fa logfile: Use struct directly instead of casting.
7 years ago
Rosen Penev 4165f94e51 Change memcpy to memmove since it overlaps
7 years ago
Rosen Penev 51a5e1cc51 Fix a few memory leaks
7 years ago
Jens Steube e6978c23c0
Merge pull request #1408 from neheb/patch-2
7 years ago
philsmd c06c5ddd48
fixes #1412: sed for VERSION_EXPORT fixed compilation problem
7 years ago
jsteube baa2f7e44a Remove unsused variable user_options_extra in autotune.c
7 years ago
jsteube 0ac3dcbf76 Unset production flag during development phase
7 years ago
jsteube 28b76bd387 Do not use run_kernel_memset() for password candidate initialization in autotune
7 years ago
jsteube c6390deeb1 Remove temporary warmup for benchmark
7 years ago
jsteube 5875867efb Merge branch 'master' of https://github.com/hashcat/hashcat
7 years ago
jsteube bbc53b7fe4 Fix initialization of example password candidates for slow hashes in autotune
7 years ago
Rosen Penev 8d4b08b3ab Switch debug to -Og
7 years ago
Jens Steube f3984b7413 Start with the original device name
7 years ago
Jens Steube afdc3fac74 Fix a shadowed variable
7 years ago
jsteube 966cff80bc Allow device name substrings in hashcat.hctune
7 years ago
jsteube c6d7fc845d Restore VERSION_TAG in Makefile
7 years ago
jsteube 55c8c287a5 Add missing selftest functionality for OPTS_TYPE_INIT2/OPTS_TYPE_LOOP2 based kernels
7 years ago
philsmd 1030f5b44e
fixes #1403: fixed extraction of the version number for archives without .git dir
7 years ago
Jens Steube 77f3eb2864 OpenCL Kernels: Thread-count is set to hardware native count except if -w 4 is used then OpenCL maximum is used
7 years ago
jsteube d0f5c9f2b3 Rename MacOS to macOS
7 years ago
Jens Steube 9568837b12 Revert "Replace PRIu64 with ju. Less verbose."
7 years ago
jsteube 980f04a7b6 Rename instances of OSX to MacOS
7 years ago
jsteube bf112870a3 OpenCL Runtime: Improved detection for AMD and NV devices on OSX
7 years ago
jsteube 2e85972ec5 Add special detection for NVIDIA OpenCL devices on OSX
7 years ago
Rosen Penev 869b5fb522 Replace PRIu64 with ju. Less verbose.
7 years ago
jsteube b99eb92b56 Re-enable amdgpu-pro, do some warm-up in benchmark mode
7 years ago
jsteube cf1ed8d75c Update ROCm requirement
7 years ago
jsteube 635b2bfd50 Do initial OpenCL device thread management a bit different
7 years ago
jsteube f84abdef1c Merge branch 'master' of https://github.com/hashcat/hashcat
7 years ago
jsteube 0d192df517 Run integreted GPU at 8 threads max
7 years ago
philsmd 2c963054f3
show/left: fix new variable redeclaration bug
7 years ago
jsteube 048b14f6c6 Fix missed set of attribute skipped_temp
7 years ago
jsteube d7da964a7c Fix missed set of attribute skipped_temp
7 years ago
jsteube 84312bfae6 Fix missed set of attribute skipped_temp
7 years ago
philsmd 276879b1ea
show/left: improve speed of --show/--left again by using a single malloc/free for all nodes and reduce RAM by using the first nodes hash information
7 years ago
philsmd 433513a47f
get rid of last_node in pot_tree_entry, we update the first node of the list instead of the last one
7 years ago
jsteube e16e878e59 Update potential trap 6 (apple only) algorithms, user can override with --force
7 years ago
jsteube 6c16b7f3ee Version tag rc6
7 years ago
philsmd 6542331101
show/left: improved the performance by using a tree and linked node structure
7 years ago
jsteube 73bba00286 Autotune: Do a pre-autotune test run to find out if kernel runtime isabove some TDR limit
7 years ago
jsteube 5265803493 Add some sanity check for benchmark mode
7 years ago
jsteube dae6bc8657 Version tag rc5
7 years ago