Commit Graph

2366 Commits (db8359d9ad5bdbde1a1bc11675e743176dbd6f64)
 

Author SHA1 Message Date
Jens Steube acf13c5544 Fix the evil :password bug, where the hash itself wasn't printed
8 years ago
jsteube 0206142a69 Bcrypt on NVIDIA works better when unrolled
8 years ago
jsteube 0c55626689 Remove kernel exec timeout detection, should no longer occur due to autotune
8 years ago
jsteube e6f423ff63 Remove some v2.01 (!) leftovers in the bash completion configuration
8 years ago
jsteube e8078f2c73 Add output buffer size to ascii_digest()
8 years ago
jsteube ab3fd9e439 Close outfile after initial write check
8 years ago
jsteube e777c25a67 Improve handling of MAX_CUT_TRIES
8 years ago
jsteube daeb5f66ac Use same locking mechanism in potfile as in outfile
8 years ago
jsteube 8aae9b8746 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 2f398becfb Do not store result of binary operation in a bool
8 years ago
jsteube dc2689a996 Move skipped_temp check out of main loop
8 years ago
Jens Steube e376ab7e6d Merge pull request #602 from matrix/skipUnstableHashModes_v2_OSX
8 years ago
Gabriele Gristina 6af37ecc10 Prevent exit from benchmark mode if all devices are skipped (OSX)
8 years ago
Jens Steube 1321cbdcf8 Merge pull request #599 from neheb/master
8 years ago
jsteube 105513e307 On OSX, unset device_param->skipped back to true in case skipped_temp is set to true
8 years ago
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
8 years ago
Jens Steube 1c82cc960d Merge pull request #598 from matrix/skipUnstableHashModes_OSX
8 years ago
Gabriele Gristina 28ec87aa2b Skip unstable hash modes (OSX only)
8 years ago
jsteube 834a6c296b Do not use a struct for constants in -m 5800 to enable pocl to compile the kernel
8 years ago
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
8 years ago
Jens Steube 3240845cf3 Add some note about improved NVIDIA cracking performance
8 years ago
jsteube d62d0d8a71 Fix some error messages
8 years ago
Rosen Penev 03efea645f
More sign fixes
8 years ago
Rosen Penev 4e82eb9281
Replace atoi with atoll. Eliminates sign conversion warnings
8 years ago
Rosen Penev c13ef5aacd
Fix formats found by cppcheck
8 years ago
jsteube 4716f9c713 Fix some infos in changes.txt
8 years ago
jsteube 67d0ca055f Fix some code in wordlist.c to make cppcheck happy
8 years ago
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
8 years ago
jsteube 6bc7a94c73 Fix some code in sort_r.h to make cppcheck happy
8 years ago
jsteube 9e947b64ec Fix some code in rp_cpu.c to make cppcheck happy
8 years ago
jsteube fbcd899a34 Fix some code in rp.c to make cppcheck happy
8 years ago
jsteube 0cd39ab963 Fix some code in potfile.c to make cppcheck happy
8 years ago
jsteube 733a7385b4 Fix some code in restore.c to make cppcheck happy
8 years ago
jsteube c254138c21 Fix some code in opencl.c to make cppcheck happy
8 years ago
jsteube d5375a4818 Fix some code in interface.c to make cppcheck happy
8 years ago
jsteube ef69aa8aef Fix some code in mpsp.c to make cppcheck happy
8 years ago
jsteube bb972931f3 Fix some code in hwmon.c to make cppcheck happy
8 years ago
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
8 years ago
jsteube 24d535d197 Replaced all calls to getpwuid() with getpwuid_r() to ensure thread safety
8 years ago
jsteube fc490263a5 Fix a bug in reject counter in stdin mode and simplify some code
8 years ago
jsteube 536dcef7eb Replaced all calls to strtok() with strtok_r() to ensure thread safety
8 years ago
jsteube 316694fd08 Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
8 years ago
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
8 years ago
jsteube 92d485c8c7 Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c
8 years ago
jsteube 5623087048 Remove unused function md4s_parse_hash() from interface.c
8 years ago
jsteube 0f5dae539e Removed rules_test/ subproject: Would require total rewrite but not used in a long time
8 years ago
Jens Steube b670e57a5a Merge pull request #593 from matrix/m10420_osx
8 years ago
Gabriele Gristina bc11cd29d4 Fix m10420 OSX build error
8 years ago
Jens Steube aea5892c59 Merge pull request #592 from matrix/m04500_osx
8 years ago
Jens Steube 0db5789b10 Merge pull request #591 from matrix/m04700_osx
8 years ago