1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-19 06:38:13 +00:00
hashcat/src
2016-11-20 16:13:42 +01:00
..
affinity.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 2016-11-16 10:35:01 +01:00
autotune.c Remove some unused code in autotune.c 2016-11-12 15:36:52 +01:00
benchmark.c Fix a bunch of warnings 2016-10-30 10:58:14 -07:00
bitmap.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 2016-10-13 10:07:04 +02:00
bitops.c Adding compiler intrinsics implementation for bit operations 2016-10-01 12:29:05 +02:00
combinator.c * Wrap everything related to *stat() into own functions 2016-10-31 11:28:06 +01:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c More sign fixes 2016-11-16 21:17:28 -08:00
cpt.c Added new hash-mode 99999 = Plaintext 2016-11-03 19:02:55 +01:00
cpu_aes.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.c More sign fixes 2016-11-16 21:17:28 -08:00
cpu_des.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_md4.c Added new hash-mode 99999 = Plaintext 2016-11-03 19:02:55 +01:00
cpu_md5.c Fix some missing sign conversions 2016-09-30 18:01:59 +02:00
cpu_sha1.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_sha256.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
debugfile.c Fix file locking (again). 2016-11-05 11:33:29 +01:00
dictstat.c More sign fixes 2016-11-16 21:17:28 -08:00
dispatch.c Fix includes for dispatch.c 2016-11-20 16:13:42 +01:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c Fix small format warning 2016-11-12 15:21:22 -08:00
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 2016-10-10 11:03:11 +02:00
ext_nvapi.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_nvml.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_OpenCL.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
ext_sysfs.c Add missing files 2016-11-05 23:34:17 +01:00
ext_xnvctrl.c Get rid of logging.c and most exit() calls replaced with return() for true library usage 2016-10-09 22:41:55 +02:00
filehandling.c More sign fixes 2016-11-16 21:17:28 -08:00
folder.c Add some missing returncode checks to get_exec_path() 2016-11-20 14:01:13 +01:00
hashcat.c 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
hashes.c Fix the evil :password bug, where the hash itself wasn't printed 2016-11-20 00:03:29 +01:00
hlfmt.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 2016-10-13 10:07:04 +02:00
hwmon.c Improve checking for successfully load of the NVML API 2016-11-20 15:59:27 +01:00
induct.c Removed function induct_ctx_cleanup() from induct.c - code was moved into hashcat.c 2016-11-16 10:13:40 +01:00
interface.c Fix too late check of fread() return in interface.c 2016-11-20 13:53:33 +01:00
locking.c Fix locking.c warnings when compiling on windows 2016-11-07 15:02:34 +01:00
logfile.c Fix file locking (again). 2016-11-05 11:33:29 +01:00
loopback.c Fix file locking (again). 2016-11-05 11:33:29 +01:00
main_shared.c Fix some compiler warnings when compiling hashcat_shared 2016-11-02 22:00:33 +01:00
main.c Fix a few float conversion errors 2016-11-12 15:20:38 -08:00
Makefile Basic sysfs support to read temp and read/write fan speed for amd-gpu-pro 2016-11-05 23:19:13 +01:00
memory.c Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository 2016-10-13 10:07:04 +02:00
monitor.c Simplify --gpu-temp-retain handling code 2016-11-20 16:08:10 +01:00
mpsp.c Fix some code in mpsp.c to make cppcheck happy 2016-11-16 15:16:53 +01:00
opencl.c Fix cached kernel checksum building on oversized device version or driver version strings 2016-11-20 14:42:45 +01:00
outfile_check.c Improve handling of MAX_CUT_TRIES 2016-11-19 15:25:01 +01:00
outfile.c Close outfile after initial write check 2016-11-19 15:25:29 +01:00
potfile.c Add output buffer size to ascii_digest() 2016-11-19 16:10:01 +01:00
restore.c Fix some code in restore.c to make cppcheck happy 2016-11-16 15:59:48 +01:00
rp_cpu.c Fix some code in rp_cpu.c to make cppcheck happy 2016-11-16 16:38:17 +01:00
rp_kernel_on_cpu.c Fix some uninitialized variables in rp_kernel_on_cpu.c 2016-11-12 16:30:21 +01:00
rp.c Fix some code in rp.c to make cppcheck happy 2016-11-16 16:35:40 +01:00
shared.c 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
status.c Add output buffer size to ascii_digest() 2016-11-19 16:10:01 +01:00
stdout.c Fix the rejection of words in a wordlist if it's exactly of length 32 2016-10-31 16:11:52 +01:00
straight.c Fix the rejection of words in a wordlist if it's exactly of length 32 2016-10-31 16:11:52 +01:00
terminal.c Fix a few printf formats 2016-11-13 17:45:36 -08:00
thread.c Quit program also if status == PAUSED 2016-10-30 16:05:00 +01:00
timer.c Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
tuningdb.c Replaced all calls to strtok() with strtok_r() to ensure thread safety 2016-11-16 10:35:01 +01:00
usage.c Added new hash-mode 14400 = SHA1(CX) 2016-11-12 11:39:38 +01:00
user_options.c Do not control fan speed in benchmark mode 2016-11-12 19:54:52 +01:00
weak_hash.c Add some more returncode checks 2016-10-15 19:47:53 +02:00
win_file_globbing.mk Add some changes to improve compiling on MSYS2 2016-10-21 09:07:39 +02:00
wordlist.c Fix some code in wordlist.c to make cppcheck happy 2016-11-16 17:10:45 +01:00