Commit Graph

2493 Commits (1fdb646aec6273fc38e2a6065219f9ea6af26646)
 

Author SHA1 Message Date
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
Jens Steube 0ec3e356f2 Merge pull request #590 from matrix/m04400_osx
8 years ago
Jens Steube ce0f806c84 Merge pull request #589 from matrix/m14400_osx
8 years ago
Jens Steube 6784202866 Merge pull request #588 from matrix/m13800_osx
8 years ago
Jens Steube 069230ffb8 Merge pull request #587 from matrix/m01100_osx
8 years ago
Gabriele Gristina aa5a0c14b6 Fix m04500 OSX build error
8 years ago
Gabriele Gristina c735cf746c Fix m04700 OSX build error
8 years ago
Gabriele Gristina 2ef354fa63 Fix m04400 OSX build error
8 years ago
Gabriele Gristina bce0e658b9 Fix m14400 OSX build error
8 years ago
Gabriele Gristina 0729c1a172 Fix m13800 OSX build error
8 years ago
Gabriele Gristina 96a03a8f7b Fix m01100 OSX build error
8 years ago
Jens Steube a085fc1e2d Merge pull request #585 from Hydraze/master
8 years ago
Pierre-Antoine Haidar-Bachminska aaf5231b13 Print expected data in rules debugging modes
8 years ago
Jens Steube badf05adfa Merge pull request #584 from matrix/master
8 years ago
jsteube f1e24329b7 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube d3c130a3ae Fix typo in array index number
8 years ago
Gabriele Gristina 246336c49c Fix CL_BUILD_PROGRAM_FAILURE on OSX (#412)
8 years ago
jsteube 8805ca169b Prepare for v3.20 release
8 years ago
jsteube 710d2e9bdb Bug was in v3.10 as well so add a note
8 years ago
jsteube 8f4d93f938 Fix some double-free if manually setting --outfile-check-dir
8 years ago
jsteube 8645571a7c Improve CPU detection on AMDGPU-Pro
8 years ago
Jens Steube 9f4c4dc14c Merge pull request #583 from neheb/master
8 years ago
jsteube abd1a7098d Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 91a69fa635 Experiment to fix https://github.com/hashcat/hashcat/issues/412
8 years ago