3dc8d526dbUpdate timeout-patch url to wiki
jsteube
2015-12-24 10:32:22 +01:00
8057d89333speedup -m 5800 for NV
jsteube
2015-12-23 18:35:38 +01:00
f1cdf15540Added option --gpu-platform to select a single OpenCL platform in case multiple OpenCL platforms are present
jsteube
2015-12-23 18:02:01 +01:00
c17bf5e865- Fixed PHY memory handling for scrypt based algorithms - Bring back kernel exec timeout checking for NV
jsteube
2015-12-23 15:51:55 +01:00
19c77034a6Updated algorithm used to automatically select an ideal --scrypt-tmto value for NV
jsteube
2015-12-23 11:24:41 +01:00
3ab31807d4Another small increased bcrypt speed for NV
jsteube
2015-12-22 23:56:12 +01:00
c894787510Remove unused stuff from bcrypt
jsteube
2015-12-22 23:46:40 +01:00
84568e5b3dIncrease bcrypt speed for NV
jsteube
2015-12-22 23:43:39 +01:00
67058ca7d4Fixed other md5crypt based algos for NV
jsteube
2015-12-22 22:02:17 +01:00
042d3f590aFix md5crypt for NV
jsteube
2015-12-22 21:26:11 +01:00
3ab7a23cd5fixed hardware monitor for amd/nv (one problem that is still there since last commit: dynamic loading of libnvidia-ml)
philsmd
2015-12-15 18:41:11 +01:00
50f39b3563Fix append_* function calls
jsteube
2015-12-15 13:42:37 +01:00
0bf4e3c34a- Dropped all vector code since new GPU's are all scalar, makes the code much easier - Some performance on low-end GPU may drop because of that, but only for a few hash-modes - Dropped scalar code (aka warp) since we do not have any vector datatypes anymore - Renamed C++ overloading functions memcat32_9 -> memcat_c32_w4x4_a3x4 - Still need to fix kernels to new function names, needs to be done manually - Temperature Management needs to be rewritten partially because of conflicting datatypes names - Added code to create different codepaths for NV on AMD in runtime in host (see data.vendor_id) - Added code to create different codepaths for NV on AMD in runtime in kernels (see IS_NV and IS_AMD) - First tests working for -m 0, for example - Great performance increases in general for NV so far - Tested amp_* and markov_* kernel - Migrated special NV optimizations for rule processor
jsteube
2015-12-15 12:04:22 +01:00
586441fa25Revert "Fixed a bug where oclHashcat rejected to load a rule which calls 15 functions although it is supported"
Jens Steube
2015-12-13 18:46:21 +01:00
f230ed73dcFixed a bug where oclHashcat rejected to load a rule which calls 15 functions although it is supported
Jens Steube
2015-12-13 14:54:39 +01:00
1537390faePrepare reordering or files to help integration into linux distributions as discussed in https://github.com/hashcat/oclHashcat/issues/20 TODOS: - Let oclHashcat actually use the new paths - Find a better way for native compilation - Replace /bin/cp with /usr/bin/install where it has to copy files recursive
Jens Steube
2015-12-13 12:21:36 +01:00
c460b554d0- Fixed a bug related to --restore if the User - Updated readme, we actually need catalyst 15.7 (for the binary package) because of OpenCL 2.0
Jens Steube
2015-12-11 19:27:07 +01:00
fc1c7d07afBUILD.md incorrectly referred to docs/deps.sh as opposed to tools/deps.sh.
magnum
2015-12-10 17:09:59 +01:00
65a17b20d3Add an .editorconfig file enforcing some of the code style. See http://editorconfig.org for a plugin to your favorite editor.
magnum
2015-12-10 16:48:36 +01:00