1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
2018-02-14 10:21:44 +01:00
..
lzma_sdk Update LZMA SDK files to latest (2017-08-28, 17.01 beta) 2017-11-07 12:27:27 +01:00
affinity.c fix some datatypes 2018-02-08 19:13:29 +01:00
autotune.c OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one 2018-02-13 09:13:35 +01:00
benchmark.c fix some datatypes 2018-02-08 19:13:29 +01:00
bitmap.c fix some datatypes 2018-02-08 19:13:29 +01:00
bitops.c fix some datatypes 2018-02-08 19:13:29 +01:00
combinator.c Fixed a race condition in combinator- and hybrid-mode where the same scratch buffer was used by multiple threads 2018-02-09 09:50:13 +01:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c fix some datatypes 2018-02-08 19:13:29 +01:00
cpt.c remove special time handling in hashcat. 2017-12-09 16:40:45 -08:00
cpu_aes.c
cpu_crc32.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
cpu_des.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_md4.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_md5.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_sha1.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
cpu_sha256.c Add const to a few parameters. 2017-11-04 23:37:41 -07:00
debugfile.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
dictstat.c Fix final comparison in sort_by_dictstat() 2018-02-12 14:56:28 +01:00
dispatch.c Add special marker for speed only mode 2018-02-12 09:41:46 +01:00
dynloader.c Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c fix some datatypes 2018-02-08 19:13:29 +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 fix some datatypes 2018-02-08 19:13:29 +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
filehandling.c fix some datatypes 2018-02-08 19:13:29 +01:00
folder.c Eventual fix for unicode folder name issue on windows 2017-12-02 15:24:10 +01:00
hashcat.c Improve autotune and synchronize results on same OpenCL devices 2018-02-03 13:49:39 +01:00
hashes.c OpenCL Kernels: Use the kernel local buffer size as additional reference in order to limit the thread-count 2018-02-11 10:56:08 +01:00
hlfmt.c fix some datatypes 2018-02-08 19:13:29 +01:00
hwmon.c Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius, please use driver specific tools 2017-12-01 15:19:10 +01:00
induct.c fix some datatypes 2018-02-08 19:13:29 +01:00
interface.c Fix temporary datatype in wpapmk kernels 2018-02-13 16:34:00 +01: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 logfile: Use struct directly instead of casting. 2017-11-04 23:33:06 -07:00
loopback.c remove special time handling in hashcat. 2017-12-09 16:40:45 -08:00
main.c max/min password/salt length vs max/min supported lengths by kernel 2018-02-13 18:19:32 +01:00
Makefile Prepare for v4.1.0 release 2018-01-30 11:24:21 +01:00
memory.c Adjust hcmalloc to be the same as calloc 2017-10-02 12:20:16 -07:00
monitor.c fix some datatypes 2018-02-08 19:13:29 +01:00
mpsp.c fix some datatypes 2018-02-08 19:13:29 +01:00
opencl.c Fix -a 7 of fast hashes in optimized mode 2018-02-14 10:21:44 +01:00
outfile_check.c fix some datatypes 2018-02-08 19:13:29 +01:00
outfile.c fix some datatypes 2018-02-08 19:13:29 +01:00
pidfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
potfile.c fix some datatypes 2018-02-08 19:13:29 +01:00
restore.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
rp_cpu.c Replace char[] with *char 2017-11-13 12:12:44 -08:00
rp_kernel_on_cpu_optimized.c Backport current state of optimized kernel rule engine to CPU 2017-08-20 12:50:24 +02:00
rp_kernel_on_cpu.c fix some datatypes 2018-02-08 19:13:29 +01:00
rp.c fix some datatypes 2018-02-08 19:13:29 +01:00
selftest.c OpenCL Kernels: Use three separate comparison kernels (depending on keyver) for WPA instead of one 2018-02-13 09:13:35 +01:00
shared.c Add round_up_multiple_32() and round_up_multiple_64() 2018-02-13 13:20:29 +01:00
status.c OpenCL Kernels: Refactored kernel thread management from native to maximum per kernel 2018-02-11 21:29:57 +01:00
stdout.c fix some datatypes 2018-02-08 19:13:29 +01:00
straight.c Fix a few memory leaks 2017-11-04 23:20:36 -07:00
terminal.c fix some datatypes 2018-02-08 19:13:29 +01:00
thread.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
timer.c Fix clock_gettime() on OSX (v2) 2018-01-11 02:41:16 +01:00
tuningdb.c fix some datatypes 2018-02-08 19:13:29 +01:00
usage.c Added hash-mode 16600 = Electrum Wallet (Salt-Type 1-3) 2018-01-25 15:28:21 +01:00
user_options.c fix some datatypes 2018-02-08 19:13:29 +01:00
wordlist.c fix some datatypes 2018-02-08 19:13:29 +01:00