1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-12 10:48:57 +00:00
hashcat/src
2017-08-01 14:16:27 +02:00
..
lzma_sdk Compress multiple newlines to one in host code, too 2017-02-26 15:48:14 +01:00
affinity.c more event_log_* standardization 2017-04-02 00:18:59 -08:00
autotune.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
benchmark.c Added hash-mode 2501 = WPA/WPA2 PMK 2017-07-03 16:11:57 +02:00
bitmap.c Added self-test funcionality for OpenCL kernels on startup 2017-06-13 19:07:08 +02:00
bitops.c Simply do not use __builtin_bswap16() this causes all kinds of problems, use our own implementation 2017-01-21 18:23:11 +01:00
combinator.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c Very hot commit, continue reading here: 2017-06-17 17:57:30 +02:00
cpt.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 2016-11-20 22:54:52 +01:00
cpu_aes.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_crc32.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02: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 cpu MD5: use smaller than (<) instead of != to make coverity happy 2017-02-15 12:11:18 +01:00
cpu_sha1.c Fixed cracking of PeopleSoft Token if salt length + password length is >= 128 byte 2017-02-27 11:06:53 +01:00
cpu_sha256.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
debugfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
dictstat.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
dispatch.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c Add function to distinguish between warning and advice messages 2017-03-25 20:50:37 +01:00
ext_ADL.c Replace fprintf(stderr, ...) on malloc.c with log_event_error() 2016-10-10 11:03:11 +02:00
ext_lzma.c #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 2017-01-24 10:28:35 +01: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 Fix some formating from merged PR 2017-02-23 09:45:31 +01: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 Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
folder.c more event_log_* standardization 2017-04-01 23:50:06 -08:00
hashcat.c Added self-test funcionality for OpenCL kernels on startup 2017-06-13 19:07:08 +02:00
hashes.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
hlfmt.c Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use. 2016-11-20 22:54:52 +01:00
hwmon.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
induct.c Fix for CID 1402403 2017-02-15 13:27:33 +01:00
interface.c Add pure kernels for FortiGate (FortiOS) 2017-08-01 14:16:27 +02:00
locking.c file locking: for windows we need to just return 0 (otherwise compiler complains) 2017-02-14 16:53:01 +01:00
logfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
loopback.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
main.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
Makefile Switch back to rand(). 2017-07-29 15:54:20 -07:00
memory.c Eventual fix for #1263 2017-05-30 12:15:55 +02:00
monitor.c Hardware Monitor: Fixed several memory leaks in case hash-file writing (in case of --remove) failed 2017-02-14 16:00:10 +01:00
mpsp.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
opencl.c No need for handling OPTS_TYPE_PT_ADD80 and OPTS_TYPE_PT_ADD01 in non-optimized combinator mode 2017-08-01 12:12:24 +02:00
outfile_check.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
outfile.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
pidfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
potfile.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
restore.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
rp_cpu.c Add support for rejection rule _N 2017-05-19 15:13:07 +03:00
rp_kernel_on_cpu.c Add support for rule: eX 2017-04-30 16:23:39 +03:00
rp.c Add support for rule: eX 2017-04-30 16:23:39 +03:00
selftest.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
shared.c Merge pull request #1309 from neheb/master 2017-07-30 12:30:27 +02:00
status.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
stdout.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
straight.c Move no-rules check to interface.c so that interface.c is the only source where pw_min and pw_max are set 2017-07-17 15:27:03 +02:00
terminal.c tighten to under 80 columns, and minor grammar 2017-07-19 06:08:37 -08:00
thread.c more event_log_* standardization 2017-04-01 23:50:06 -08:00
timer.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
tuningdb.c fix string 2017-04-10 13:35:01 -07:00
usage.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
user_options.c Preparation for WPA/WPA2 AES-CMAC: works till PMK 2017-07-20 12:46:18 +02:00
weak_hash.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00
wordlist.c Add OPTI_TYPE_OPTIMIZED_KERNEL 2017-07-18 14:45:15 +02:00