Jens Steube
|
f75accef59
|
Update -m 2501 selftest hash in order to succeed with new AUX kernels
|
2018-02-13 12:09:00 +01:00 |
|
Jens Steube
|
6cd6b08229
|
Other format that base on md5crypt should also use OPTS_TYPE_PREFERED_THREAD
|
2018-02-13 11:59:47 +01:00 |
|
Jens Steube
|
413ade76fb
|
Add OPTS_TYPE_PREFERED_THREAD flag for -m 500
|
2018-02-13 11:12:08 +01:00 |
|
jsteube
|
98b20526f4
|
Fix missing cleanup for new AUX kernels
|
2018-02-13 10:39:22 +01:00 |
|
Jens Steube
|
7d09ae93f2
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2018-02-13 10:27:55 +01:00 |
|
Jens Steube
|
1361651730
|
Add OPTS_TYPE_PREFERED_THREAD marker
|
2018-02-13 10:27:43 +01:00 |
|
jsteube
|
8053a05594
|
Use kernel specific max thread counts for helper kernel, not device specific
|
2018-02-13 10:02:00 +01:00 |
|
jsteube
|
fe4413797e
|
OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one
|
2018-02-13 09:13:35 +01:00 |
|
Jens Steube
|
31da893a40
|
Enforce 2GB host memory per GPU limit
|
2018-02-12 15:29:08 +01:00 |
|
Jens Steube
|
c9f3ef6dae
|
Fix final comparison in sort_by_dictstat()
|
2018-02-12 14:56:28 +01:00 |
|
jsteube
|
91e522d094
|
Add special marker for speed only mode
|
2018-02-12 09:41:46 +01:00 |
|
jsteube
|
00bd356ade
|
Synchronize m01000s with m00900s
|
2018-02-12 09:03:11 +01:00 |
|
jsteube
|
aa65ed28e5
|
Switch back c_append_helper to static
|
2018-02-12 09:02:37 +01:00 |
|
jsteube
|
240652a0ff
|
Move speed timer initialization from run_cracker() to run_copy()
|
2018-02-11 22:28:17 +01:00 |
|
jsteube
|
c4f30220a0
|
OpenCL Kernels: Refactored kernel thread management from native to maximum per kernel
|
2018-02-11 21:29:57 +01:00 |
|
Jens Steube
|
d38608b9bc
|
Add get_kernel_preferred_wgs_multiple() for future use
|
2018-02-11 16:22:24 +01:00 |
|
Jens Steube
|
1f442b5b0c
|
Add get_kernel_local_mem_size() for future use
|
2018-02-11 16:09:50 +01:00 |
|
jsteube
|
ce8f445ebe
|
Fix a few warnings and divide by zero (speed_pos)
|
2018-02-11 14:25:55 +01:00 |
|
Jens Steube
|
d656e9c3a4
|
OpenCL Kernels: Use the kernel local buffer size as additional reference in order to limit the thread-count
|
2018-02-11 10:56:08 +01:00 |
|
jsteube
|
a7a15df911
|
OpenCL Kernels: Improve performance preview accuracy in --benchmark, --speed-only and --progress-only mode
|
2018-02-10 20:44:13 +01:00 |
|
Jens Steube
|
fd89cac052
|
No longer need to warm-up OpenCL device for benchmark with new thread settings
|
2018-02-09 23:41:30 +01:00 |
|
Jens Steube
|
75c4d09301
|
CPU threads still work better on a single local work item
|
2018-02-09 23:40:52 +01:00 |
|
jsteube
|
5951207365
|
Get rid of some old volatiles
|
2018-02-09 19:18:30 +01:00 |
|
Jens Steube
|
fa379074b6
|
Fixed a logic error in storing temporary progress for slow hashes,leading to invalid speeds in status view
|
2018-02-09 18:30:53 +01:00 |
|
Jens Steube
|
b0ff625844
|
OpenCL Kernels: Thread-count is switched from native to maximum - as a consequence we assume host memory pool of 2GB per GPU
|
2018-02-09 16:42:28 +01:00 |
|
jsteube
|
088c45040b
|
Remove some redundant constants
|
2018-02-09 10:48:19 +01:00 |
|
Jens Steube
|
9b1e66d87c
|
Fixed a race condition in combinator- and hybrid-mode where the same scratch buffer was used by multiple threads
|
2018-02-09 09:50:13 +01:00 |
|
jsteube
|
05a01d3843
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
|
jsteube
|
98abea9a0f
|
Fix one more technical teething trouble with compressor kernels
|
2018-02-08 15:41:19 +01:00 |
|
jsteube
|
9daaafc255
|
Update changes with the latest missing changes
|
2018-02-08 13:45:48 +01:00 |
|
jsteube
|
d5153539e2
|
Some syntax error
|
2018-02-08 09:49:59 +01:00 |
|
jsteube
|
786384664e
|
DECLSPEC for CPU
|
2018-02-08 09:42:59 +01:00 |
|
jsteube
|
3dcacb5f55
|
Fix hc_clEnqueueReadBuffer buffer size in gidd_to_pw_t()
|
2018-02-08 08:26:24 +01:00 |
|
jsteube
|
1c25cf5490
|
Fix compiler warning about rc variable which shadows a previous local
|
2018-02-07 22:32:01 +01:00 |
|
jsteube
|
819b955d8a
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2018-02-07 22:29:04 +01:00 |
|
jsteube
|
4cbd0eb812
|
Fix missing compressor kernel in --stdout mode
|
2018-02-07 22:28:52 +01:00 |
|
Jens Steube
|
4111ce29c9
|
Merge pull request #1511 from Chick3nman/master
Update rule syntax in best64.rule
|
2018-02-07 18:52:10 +01:00 |
|
jsteube
|
bb401c9cec
|
Fixed a missing check for returncode in case hashcat.hcstat2 was not found
|
2018-02-07 18:47:55 +01:00 |
|
jsteube
|
bee0d75a3e
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2018-02-07 18:13:15 +01:00 |
|
jsteube
|
512fb5f6fb
|
No inline keyword for rules
|
2018-02-07 15:02:58 +01:00 |
|
jsteube
|
e4e1c1d515
|
We can't mix inline functions with static constants
|
2018-02-07 14:16:27 +01:00 |
|
jsteube
|
ff4d5208be
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2018-02-06 22:05:32 +01:00 |
|
Jens Steube
|
8273bb8376
|
NV JiT doesn't like static inline keywords
|
2018-02-06 22:05:15 +01:00 |
|
jsteube
|
f3865d9d0d
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2018-02-06 19:12:44 +01:00 |
|
jsteube
|
3e08750900
|
OpenCL Kernels: Add general function declaration keyword (static inline)
|
2018-02-06 19:12:24 +01:00 |
|
jsteube
|
bd9c17e49a
|
Add some missing function declarations
|
2018-02-06 13:06:10 +01:00 |
|
jsteube
|
e59d5fd25e
|
sometimes device_global_mem and device_maxmem_alloc reportedback from the opencl runtime are a bit inaccurate.
let's add some extra space just to be sure.
|
2018-02-06 10:11:06 +01:00 |
|
jsteube
|
cdc4f3828b
|
Reduce max kernel threads from 256 to 64 in -w 4 to save host and GPU memory
|
2018-02-06 09:38:54 +01:00 |
|
jsteube
|
5391edca0d
|
Weird macOS JiT likes this more
|
2018-02-05 19:39:20 +01:00 |
|
Chick3nman
|
b22839c481
|
Merge pull request #2 from hashcat/master
OpenCL Kernels: Add a decompressing kernel and a compressing host cod…
|
2018-02-05 10:25:23 -06:00 |
|