Jens Steube
|
1321cbdcf8
|
Merge pull request #599 from neheb/master
Sign fixes
|
2016-11-18 10:30:35 +01:00 |
|
jsteube
|
105513e307
|
On OSX, unset device_param->skipped back to true in case skipped_temp is set to true
|
2016-11-18 10:26:48 +01:00 |
|
jsteube
|
72e39a7ec0
|
Try to use true and false in case we're handling a bool data-type just as kind of a hint it's a bool
|
2016-11-18 10:09:03 +01:00 |
|
Jens Steube
|
1c82cc960d
|
Merge pull request #598 from matrix/skipUnstableHashModes_OSX
Skip unstable hash modes (OSX only)
|
2016-11-18 09:36:20 +01:00 |
|
Gabriele Gristina
|
28ec87aa2b
|
Skip unstable hash modes (OSX only)
|
2016-11-17 23:15:32 +01:00 |
|
jsteube
|
834a6c296b
|
Do not use a struct for constants in -m 5800 to enable pocl to compile the kernel
|
2016-11-17 18:31:21 +01:00 |
|
jsteube
|
888fbdafe7
|
Using platform vendor name is better than using device vendor name when it comes whatever to use builtin amd_bytealign() or hand-written version because pocl uses its own platform vendor name but uses AMDs device vendor name
|
2016-11-17 18:00:17 +01:00 |
|
Jens Steube
|
3240845cf3
|
Add some note about improved NVIDIA cracking performance
|
2016-11-17 10:41:38 +01:00 |
|
jsteube
|
d62d0d8a71
|
Fix some error messages
|
2016-11-17 10:22:16 +01:00 |
|
Rosen Penev
|
03efea645f
|
More sign fixes
|
2016-11-16 21:17:28 -08:00 |
|
Rosen Penev
|
4e82eb9281
|
Replace atoi with atoll. Eliminates sign conversion warnings
|
2016-11-16 20:43:17 -08:00 |
|
Rosen Penev
|
c13ef5aacd
|
Fix formats found by cppcheck
|
2016-11-16 20:30:14 -08:00 |
|
jsteube
|
4716f9c713
|
Fix some infos in changes.txt
|
2016-11-16 23:25:50 +01:00 |
|
jsteube
|
67d0ca055f
|
Fix some code in wordlist.c to make cppcheck happy
|
2016-11-16 17:10:45 +01:00 |
|
jsteube
|
907fb52c7b
|
Replaced all calls to gmtime() with gmtime_r() to ensure thread safety with exception to windows, because there's no _gmtime64_r() for windows
|
2016-11-16 17:06:39 +01:00 |
|
jsteube
|
6bc7a94c73
|
Fix some code in sort_r.h to make cppcheck happy
|
2016-11-16 16:50:33 +01:00 |
|
jsteube
|
9e947b64ec
|
Fix some code in rp_cpu.c to make cppcheck happy
|
2016-11-16 16:38:17 +01:00 |
|
jsteube
|
fbcd899a34
|
Fix some code in rp.c to make cppcheck happy
|
2016-11-16 16:35:40 +01:00 |
|
jsteube
|
0cd39ab963
|
Fix some code in potfile.c to make cppcheck happy
|
2016-11-16 16:08:40 +01:00 |
|
jsteube
|
733a7385b4
|
Fix some code in restore.c to make cppcheck happy
|
2016-11-16 15:59:48 +01:00 |
|
jsteube
|
c254138c21
|
Fix some code in opencl.c to make cppcheck happy
|
2016-11-16 15:59:39 +01:00 |
|
jsteube
|
d5375a4818
|
Fix some code in interface.c to make cppcheck happy
|
2016-11-16 15:36:06 +01:00 |
|
jsteube
|
ef69aa8aef
|
Fix some code in mpsp.c to make cppcheck happy
|
2016-11-16 15:16:53 +01:00 |
|
jsteube
|
bb972931f3
|
Fix some code in hwmon.c to make cppcheck happy
|
2016-11-16 14:12:12 +01:00 |
|
jsteube
|
af633cdf77
|
Replaced all calls to readdir() with readdir_r() to ensure thread safety with exception to windows, because there's no readdir_r() for windows. We should replace this with FindFirstFile() and FindNextFile() in a later version
|
2016-11-16 13:50:42 +01:00 |
|
jsteube
|
24d535d197
|
Replaced all calls to getpwuid() with getpwuid_r() to ensure thread safety
|
2016-11-16 13:36:26 +01:00 |
|
jsteube
|
fc490263a5
|
Fix a bug in reject counter in stdin mode and simplify some code
|
2016-11-16 13:24:41 +01:00 |
|
jsteube
|
536dcef7eb
|
Replaced all calls to strtok() with strtok_r() to ensure thread safety
|
2016-11-16 10:35:01 +01:00 |
|
jsteube
|
316694fd08
|
Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
|
2016-11-16 10:22:57 +01:00 |
|
jsteube
|
23fa7000fa
|
Removed functions sort_by_pot() and sort_by_salt_buf() from potfile.c - Code no longer required due to potfile --show and --left handling logic
|
2016-11-16 10:16:15 +01:00 |
|
jsteube
|
92d485c8c7
|
Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c
|
2016-11-16 10:13:40 +01:00 |
|
jsteube
|
5623087048
|
Remove unused function md4s_parse_hash() from interface.c
|
2016-11-16 10:10:12 +01:00 |
|
jsteube
|
0f5dae539e
|
Removed rules_test/ subproject: Would require total rewrite but not used in a long time
|
2016-11-16 10:07:36 +01:00 |
|
Jens Steube
|
b670e57a5a
|
Merge pull request #593 from matrix/m10420_osx
Fix m10420 OSX build error
|
2016-11-16 09:52:01 +01:00 |
|
Gabriele Gristina
|
bc11cd29d4
|
Fix m10420 OSX build error
|
2016-11-15 19:24:23 +01:00 |
|
Jens Steube
|
aea5892c59
|
Merge pull request #592 from matrix/m04500_osx
Fix m04500 OSX build error
|
2016-11-15 09:53:27 +01:00 |
|
Jens Steube
|
0db5789b10
|
Merge pull request #591 from matrix/m04700_osx
Fix m04700 OSX build error
|
2016-11-15 09:53:19 +01:00 |
|
Jens Steube
|
0ec3e356f2
|
Merge pull request #590 from matrix/m04400_osx
Fix m04400 OSX build error
|
2016-11-15 09:53:13 +01:00 |
|
Jens Steube
|
ce0f806c84
|
Merge pull request #589 from matrix/m14400_osx
Fix m14400 OSX build error
|
2016-11-15 09:53:05 +01:00 |
|
Jens Steube
|
6784202866
|
Merge pull request #588 from matrix/m13800_osx
Fix m13800 OSX build error
|
2016-11-15 09:52:59 +01:00 |
|
Jens Steube
|
069230ffb8
|
Merge pull request #587 from matrix/m01100_osx
Fix m01100 OSX build error
|
2016-11-15 09:52:42 +01:00 |
|
Gabriele Gristina
|
aa5a0c14b6
|
Fix m04500 OSX build error
|
2016-11-15 00:19:17 +01:00 |
|
Gabriele Gristina
|
c735cf746c
|
Fix m04700 OSX build error
|
2016-11-15 00:15:32 +01:00 |
|
Gabriele Gristina
|
2ef354fa63
|
Fix m04400 OSX build error
|
2016-11-15 00:11:45 +01:00 |
|
Gabriele Gristina
|
bce0e658b9
|
Fix m14400 OSX build error
|
2016-11-14 23:54:57 +01:00 |
|
Gabriele Gristina
|
0729c1a172
|
Fix m13800 OSX build error
|
2016-11-14 23:49:23 +01:00 |
|
Gabriele Gristina
|
96a03a8f7b
|
Fix m01100 OSX build error
|
2016-11-14 23:41:51 +01:00 |
|
Jens Steube
|
a085fc1e2d
|
Merge pull request #585 from Hydraze/master
Print expected data in rule debugging modes
|
2016-11-14 20:43:23 +01:00 |
|
Pierre-Antoine Haidar-Bachminska
|
aaf5231b13
|
Print expected data in rules debugging modes
|
2016-11-14 20:29:25 +01:00 |
|
Jens Steube
|
badf05adfa
|
Merge pull request #584 from matrix/master
Fix CL_BUILD_PROGRAM_FAILURE on OSX (#412)
|
2016-11-14 20:26:04 +01:00 |
|