Gabriele 'matrix' Gristina
|
88087295b3
|
Removed deprecated and unused ADL function (ADL_DisplayEnable_Set)
|
2016-02-01 15:39:44 +01:00 |
|
Jens Steube
|
f256363448
|
Merge pull request #190 from gm4tr1x/fixLoopsAccelV3
Fixed loops/accel for 6800, 11300 and 11600 (osx)
|
2016-02-01 08:08:20 +01:00 |
|
Jens Steube
|
102dee00eb
|
Merge pull request #192 from gm4tr1x/ADL_LibraryLoader
Update ADL/OpenCL Library Loader
|
2016-02-01 08:08:13 +01:00 |
|
Gabriele 'matrix' Gristina
|
d120ede655
|
Update ADL Library Loader
|
2016-01-31 23:48:38 +01:00 |
|
jsteube
|
d0d3507dc2
|
Fix TI series detection
|
2016-01-31 22:53:28 +01:00 |
|
jsteube
|
21525b74e1
|
Remove more unnecessary libOpenCL*.a related stuff
|
2016-01-31 22:01:32 +01:00 |
|
Gabriele 'matrix' Gristina
|
b542d4a431
|
Fixed loops/accel for 6800, 11300 and 11600 (osx)
|
2016-01-31 21:48:08 +01:00 |
|
Gabriele 'matrix' Gristina
|
dcb4888dd5
|
Remove unnecessary libOpenCL*.a from Makefile
|
2016-01-31 19:48:40 +01:00 |
|
Jens Steube
|
55d4904dd3
|
Merge pull request #185 from gm4tr1x/fixLoopsAccelv2
Fixed some gpu loops/accel settings
|
2016-01-31 18:27:21 +01:00 |
|
Gabriele 'matrix' Gristina
|
53faf6a24a
|
Fixed some gpu loops/accel settings
|
2016-01-31 17:38:05 +01:00 |
|
Gabriele 'matrix' Gristina
|
0a907fc210
|
Fixed typo in help
|
2016-01-31 13:59:36 +01:00 |
|
Gabriele 'matrix' Gristina
|
0f0984fe86
|
Fixed all gpu code (see PR #179 for details)
|
2016-01-30 23:02:15 +01:00 |
|
Jens Steube
|
9aea991424
|
Use a rc for first result, easier to read
|
2016-01-30 22:47:13 +01:00 |
|
Gabriele 'matrix' Gristina
|
f9598f691d
|
Fixed CL_INVALID_WORK_GROUP_SIZE error with Apple CPU
|
2016-01-30 22:28:41 +01:00 |
|
Gabriele 'matrix' Gristina
|
d147d89f5e
|
cleanup unnecessary clGetProgramBuildInfo code
|
2016-01-30 20:05:39 +01:00 |
|
Gabriele 'matrix' Gristina
|
5d4160dc8c
|
Fixed gcc warnings about missing field initializers
|
2016-01-30 14:59:26 +01:00 |
|
Jens Steube
|
2c4ad77275
|
Some systems don't like using the same buffer for both input and output at the same time with snprintf()
|
2016-01-29 22:47:42 +01:00 |
|
magnum
|
ce170ea980
|
Acquire an exclusive lock before writing to any file. Note that in
some cases we never explicitly unlock a file because fclose will do
it implicitly. Closes #172.
|
2016-01-29 16:48:19 +01:00 |
|
Gabriele 'matrix' Gristina
|
ebd28553a5
|
Handling clBuildProgram failure (show build log on errors)
|
2016-01-28 21:02:36 +01:00 |
|
Gabriele 'matrix' Gristina
|
3952fa7e06
|
Updated gpu accel for -m 6211 and default runtime value to 8
|
2016-01-27 23:39:58 +01:00 |
|
Jens Steube
|
bfe3f148d7
|
As long as we depend on NVAPI for windows we also need to add a path to its includes
|
2016-01-27 20:09:17 +01:00 |
|
Gabriele 'matrix' Gristina
|
9eefb4bcd7
|
Fixed get_profile_dir and get_session_dir byte missing bug
|
2016-01-27 19:29:51 +01:00 |
|
Jens Steube
|
2232b1632e
|
Merge pull request #169 from magnumripper/onetwenty
Drop dependencies on non-distributable ADL/NVML headers.
|
2016-01-27 19:15:31 +01:00 |
|
Jens Steube
|
af7ff57b3d
|
Merge pull request #168 from magnumripper/onesixfour
Do not create a kernel cache file if build failed (actually if size ended up as zero).
|
2016-01-27 18:52:10 +01:00 |
|
Jens Steube
|
98ec1bcee7
|
Merge pull request #156 from gm4tr1x/master
Updated test.sh (support for osx and some fixes)
|
2016-01-27 18:51:28 +01:00 |
|
magnum
|
115d2b6a5a
|
Drop dependencies on non-distributable ADL/NVML headers. The needed glue
is copied into our respective local headers. Should close #120.
|
2016-01-27 18:48:54 +01:00 |
|
Jens Steube
|
cae457df0c
|
Merge pull request #167 from gm4tr1x/issue84
Issue84
|
2016-01-27 18:43:18 +01:00 |
|
magnum
|
f5d6f9b6d4
|
Do not create a kernel cache file if build failed. Also disregard any
existing cache files with size of zero. Should close #164.
|
2016-01-27 18:39:45 +01:00 |
|
Jens Steube
|
9ec2c86cd0
|
Merge pull request #165 from gm4tr1x/gcc-warnings
Fixed gcc warnings
|
2016-01-27 18:19:50 +01:00 |
|
Gabriele 'matrix' Gristina
|
b7d3a7c5bc
|
Fixed gcc warnings
|
2016-01-27 01:08:35 +01:00 |
|
Gabriele 'matrix' Gristina
|
5bae9de3a3
|
Implemented OpenCL library loader
|
2016-01-26 21:40:49 +01:00 |
|
Gabriele 'matrix' Gristina
|
6ba392c0df
|
Modified as @jsteube request
|
2016-01-26 12:07:19 +01:00 |
|
Gabriele 'matrix' Gristina
|
1124687270
|
OpenCL runtime environment is no longer required with --keyspace option
|
2016-01-25 15:44:04 +01:00 |
|
Gabriele 'matrix' Gristina
|
dcc4b5a60f
|
Added custom OSX kernel loops and gpu accel default values
Disabled some not yet worked hash types in OSX
|
2016-01-24 22:48:01 +01:00 |
|
Gabriele 'matrix' Gristina
|
479327fc20
|
Re-enable gpu-temp-disable argument for osx build
|
2016-01-24 17:49:15 +01:00 |
|
Gabriele 'matrix' Gristina
|
58359f3b7e
|
Fixed 'buf' initialization for windows
|
2016-01-24 17:20:01 +01:00 |
|
Jens Steube
|
0997ae029e
|
Remove NO-BREAK SPACE character (utf8) from sources
|
2016-01-24 17:08:49 +01:00 |
|
Jens Steube
|
9c89b58f76
|
Merge pull request #153 from gm4tr1x/missingcheck
Added missing check for in_len in _old_apply_rule function
|
2016-01-24 16:24:57 +01:00 |
|
Jens Steube
|
d275748c7c
|
Merge pull request #152 from gm4tr1x/buf
Optimized memset calls and also some initializations
|
2016-01-24 16:24:10 +01:00 |
|
Gabriele 'matrix' Gristina
|
17d885ffa4
|
Added missing check for in_len in _old_apply_rule function
|
2016-01-24 15:13:43 +01:00 |
|
Gabriele 'matrix' Gristina
|
8674959a93
|
@philsmd suggestion (PR #152)
|
2016-01-24 14:33:19 +01:00 |
|
Gabriele 'matrix' Gristina
|
3abacf515c
|
Optimized memset calls and also some initializations
|
2016-01-24 13:25:47 +01:00 |
|
Gabriele 'matrix' Gristina
|
8d891ef0ba
|
Avoid sprintf
|
2016-01-24 13:05:02 +01:00 |
|
Jens Steube
|
20b0c23af1
|
Merge pull request #146 from gm4tr1x/master
Fixed some memory allocations and other small things
|
2016-01-23 15:43:47 +01:00 |
|
Jens Steube
|
1d3795a3ab
|
Converted _a3 kernels, use SIMD for CPU and GPU
|
2016-01-23 15:32:31 +01:00 |
|
Gabriele 'matrix' Gristina
|
076597fe01
|
Fixed some memory allocations and other small things
|
2016-01-21 17:20:02 +01:00 |
|
Jens Steube
|
4c0e520fd8
|
Test convert for -m 1000 with -a 0 for SIMD, speed is now on par or faster than hashcat
|
2016-01-21 16:47:38 +01:00 |
|
Jens Steube
|
add18eaa6d
|
Fix for last commit
|
2016-01-21 10:22:57 +01:00 |
|
Jens Steube
|
bfc4495bd3
|
Expanded version information as discussed in https://github.com/hashcat/oclHashcat/issues/138
|
2016-01-21 10:17:22 +01:00 |
|
Gabriele 'matrix' Gristina
|
5da79e4411
|
Added support for build without ADL/NVML/NVAPI (issue #120)
Added support for build OSX native binaries (issue #63)
|
2016-01-20 20:55:09 +01:00 |
|