a56aa30754Fix reported speed for slow hashes which was broken somewhere between hashcat (v3.10-809-g7fe575e) to hashcat (v3.10-820-g899413f)
jsteube
2016-11-26 19:48:39 +01:00
425031c9c3Improved SAP CODVN F/G password cracking performance by working around byte endian swaps
jsteube
2016-11-26 17:17:26 +01:00
899413f88bAllow unroll of Android FDE (Samsung DEK) on NV
jsteube
2016-11-25 22:24:14 +01:00
ac02c60b3fDo not allow unroll of Drupal7, but for NV only
jsteube
2016-11-25 22:12:54 +01:00
ee2e8ba598Do not allow unroll of Drupal7, increases performance on CL1.2
jsteube
2016-11-25 22:09:19 +01:00
0de908905fAllow unroll of PBKDF2-HMAC-SHA256 on NV
jsteube
2016-11-25 22:04:24 +01:00
e43747f36cDo not use deprecated readdir_r(), man pages tells us to fall back to readdir()
jsteube
2016-11-21 10:55:25 +01:00
90b9d5c12cFix some potential resource leaks in case of an error
jsteube
2016-11-20 23:15:54 +01:00
ea4fd1de50Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
jsteube
2016-11-20 22:54:52 +01:00
11c5d86d40Fix out_flush() in case of zero length message
jsteube
2016-11-20 22:15:39 +01:00
c8daffb4b6Fix some unreachable code
jsteube
2016-11-20 22:11:33 +01:00
5c871d5322Initialize psafe3 header even if later overwritten by fread() to make scan-build happy
jsteube
2016-11-20 21:49:16 +01:00
7388c032a8Remove some useless calls which helped understanding the code logic to make scan-build happy
jsteube
2016-11-20 21:38:17 +01:00
38514895b3Rewrite some calls to clGetProgramInfo() to make scan-build happy
jsteube
2016-11-20 21:14:51 +01:00
2a188df857Check fopen() return in logfile_append()
jsteube
2016-11-20 20:58:56 +01:00
30652f58b4use pwm1_max as reference in sysfs for 100%, not a fixed value
jsteube
2016-11-20 20:44:12 +01:00
c0c7830835Fix includes for dispatch.c
jsteube
2016-11-20 16:13:42 +01:00
834a6c296bDo not use a struct for constants in -m 5800 to enable pocl to compile the kernel
jsteube
2016-11-17 18:31:21 +01:00
888fbdafe7Using 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
jsteube
2016-11-17 18:00:17 +01:00
3240845cf3Add some note about improved NVIDIA cracking performance
Jens Steube
2016-11-17 10:41:38 +01:00
d62d0d8a71Fix some error messages
jsteube
2016-11-17 10:22:16 +01:00
c13ef5aacdFix formats found by cppcheck
Rosen Penev
2016-11-16 20:30:14 -08:00
4716f9c713Fix some infos in changes.txt
jsteube
2016-11-16 23:25:50 +01:00
67d0ca055fFix some code in wordlist.c to make cppcheck happy
jsteube
2016-11-16 17:10:45 +01:00
907fb52c7bReplaced all calls to gmtime() with gmtime_r() to ensure thread safety with exception to windows, because there's no _gmtime64_r() for windows
jsteube
2016-11-16 17:06:39 +01:00
6bc7a94c73Fix some code in sort_r.h to make cppcheck happy
jsteube
2016-11-16 16:50:33 +01:00
9e947b64ecFix some code in rp_cpu.c to make cppcheck happy
jsteube
2016-11-16 16:38:17 +01:00
fbcd899a34Fix some code in rp.c to make cppcheck happy
jsteube
2016-11-16 16:35:40 +01:00
0cd39ab963Fix some code in potfile.c to make cppcheck happy
jsteube
2016-11-16 16:08:40 +01:00
733a7385b4Fix some code in restore.c to make cppcheck happy
jsteube
2016-11-16 15:59:48 +01:00
c254138c21Fix some code in opencl.c to make cppcheck happy
jsteube
2016-11-16 15:59:39 +01:00
d5375a4818Fix some code in interface.c to make cppcheck happy
jsteube
2016-11-16 15:36:06 +01:00
ef69aa8aefFix some code in mpsp.c to make cppcheck happy
jsteube
2016-11-16 15:16:53 +01:00
bb972931f3Fix some code in hwmon.c to make cppcheck happy
jsteube
2016-11-16 14:12:12 +01:00
af633cdf77Replaced 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
jsteube
2016-11-16 13:50:42 +01:00
24d535d197Replaced all calls to getpwuid() with getpwuid_r() to ensure thread safety
jsteube
2016-11-16 13:36:26 +01:00
fc490263a5Fix a bug in reject counter in stdin mode and simplify some code
jsteube
2016-11-16 13:24:41 +01:00
536dcef7ebReplaced all calls to strtok() with strtok_r() to ensure thread safety
jsteube
2016-11-16 10:35:01 +01:00
316694fd08Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
jsteube
2016-11-16 10:22:57 +01:00
23fa7000faRemoved functions sort_by_pot() and sort_by_salt_buf() from potfile.c - Code no longer required due to potfile --show and --left handling logic
jsteube
2016-11-16 10:16:15 +01:00
92d485c8c7Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c
jsteube
2016-11-16 10:13:40 +01:00
5623087048Remove unused function md4s_parse_hash() from interface.c
jsteube
2016-11-16 10:10:12 +01:00
0f5dae539eRemoved rules_test/ subproject: Would require total rewrite but not used in a long time
jsteube
2016-11-16 10:07:36 +01:00