1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00
Commit Graph

412 Commits

Author SHA1 Message Date
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
Jens Steube
060af27dd9 Merge branch 'master' of https://github.com/hashcat/oclHashcat 2016-01-29 18:38:46 +01:00
Jens Steube
eb60d6bb23 Remove MD4/MD5 *H1/*H2 functions and use original H functions. Modern compilers will find this easy optimization automatically 2016-01-29 18:38:34 +01:00
Jens Steube
0184235bff Merge pull request #177 from magnumripper/master
Acquire an exclusive lock before writing to any file.
2016-01-29 18:19:00 +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
Jens Steube
2a160b2706 Merge pull request #176 from gm4tr1x/bashPath
Select bash from env (very useful on osx)
2016-01-29 16:06:52 +01:00
Jens Steube
61b89bb1c8 Merge pull request #175 from gm4tr1x/appleWorkaroundLocalVar
Proposal workaround for use __local vars in 6900 gpu code with osx
2016-01-29 16:06:44 +01:00
Gabriele 'matrix' Gristina
2fae850926 Select bash from env (very useful on osx) 2016-01-29 15:36:15 +01:00
Gabriele 'matrix' Gristina
8dd7438485 Fixed __local issue with Apple platform for hash mode 6900 2016-01-29 14:17:46 +01:00
Jens Steube
31817e5bdf Merge pull request #174 from gm4tr1x/showOpenCLBuildLogOnErrors
Handling clBuildProgram failure (show build log on errors)
2016-01-29 08:36:40 +01:00
Gabriele 'matrix' Gristina
ebd28553a5 Handling clBuildProgram failure (show build log on errors) 2016-01-28 21:02:36 +01:00
Jens Steube
692a86eb54 Merge pull request #173 from gm4tr1x/master
Updated gpu accel for -m 6211 and default runtime value to 8
2016-01-28 05:08:10 +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
jsteube
7c6b3af23b Fix issue in https://github.com/hashcat/oclHashcat/issues/170 2016-01-27 20:01:08 +01:00
Jens Steube
0c65bc6ba3 Update BUILD.md with more detailed instruction for make install 2016-01-27 19:38:25 +01:00
Jens Steube
dd960b623a Update BUILD.md to current situation 2016-01-27 19:34:40 +01:00
Jens Steube
e478f33d29 Merge pull request #171 from gm4tr1x/master
Fixed get_profile_dir and get_session_dir byte missing bug
2016-01-27 19:32:40 +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
Jens Steube
9d5a757ae5 Merge pull request #157 from gm4tr1x/loops-accel
Improved osx support with custom kernel loops and gpu accel (issue #63)
2016-01-27 18:19:11 +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
Jens Steube
acbdd81039 Merge pull request #161 from gm4tr1x/gpu-warnings3
Fixed compiler warnings (no previous prototype for function)
2016-01-26 18:14:02 +01:00
Jens Steube
88baf3c36a Merge pull request #160 from gm4tr1x/gpu-warnings2
Fixed compiler warnings (unused variable)
2016-01-26 18:13:51 +01:00
Jens Steube
b0d373f358 Merge pull request #159 from gm4tr1x/gpu-warnings
Fixed compiler warnings (comparison of integers of different signs)
2016-01-26 18:13:18 +01:00
Jens Steube
eb8f46849a Merge pull request #158 from gm4tr1x/types-cosmetic
Cosmetic fix for types.h
2016-01-26 18:13:04 +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
7acfac87cf Fixed compiler warnings (no previous prototype for function) 2016-01-25 13:35:58 +01:00
Gabriele 'matrix' Gristina
44c3f16bcb Fixed compiler warnings (unused variable) 2016-01-25 13:32:45 +01:00
Gabriele 'matrix' Gristina
8d6d907957 Fixed compiler warnings (comparison of integers of different signs) for kernel 7800 and 10100 2016-01-25 13:08:31 +01:00
Gabriele 'matrix' Gristina
6cbe3cee50 Cosmetix fix for types.h 2016-01-25 12:28:06 +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
fed3af1d4a Cosmetic fix 2016-01-24 17:54:13 +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
f00617f992 Updated test.sh (support for osx and some fixes) 2016-01-24 17:31:31 +01:00
Jens Steube
0102aef229 Merge pull request #155 from gm4tr1x/master
Fixed compiler warning for windows build
2016-01-24 17:21:08 +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
714b53015d Merge pull request #154 from gm4tr1x/master
Upgrade AMD Display Library SDK from 8.0 to 9.0
2016-01-24 17:00:16 +01:00
Gabriele 'matrix' Gristina
71b09e55f2 Upgrade AMD Display Library SDK from 8.0 to 9.0 2016-01-24 16:39:51 +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