1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/src
Jens Steube a445f48a39 Merge pull request #1379 from neheb/patch-1
Adjust hcmalloc to be the same as calloc
2017-10-04 12:28:00 +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 Fix initialization of size_pws_amp 2017-08-20 12:04:56 +02:00
benchmark.c Splitted DPAPI kernel in 2 to increase performances 2017-09-21 12:23:33 +02:00
bitmap.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
bitops.c Fix compile error caused by __add3() 2017-08-27 19:46:17 +02:00
combinator.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
common.c
convert.c fixes show output of -m 9710, -m 9810 and -m 10410 2017-08-25 09:55:10 +02:00
cpt.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
cpu_aes.c
cpu_crc32.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
cpu_des.c
cpu_md4.c
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 Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
dictstat.c Improved dictstat header check 2017-10-02 15:44:03 +02:00
dispatch.c Merge pull request #1375 from neheb/warning 2017-09-29 11:20:35 +02:00
dynloader.c
event.c Add function to distinguish between warning and advice messages 2017-03-25 20:50:37 +01:00
ext_ADL.c
ext_lzma.c
ext_nvapi.c
ext_nvml.c
ext_OpenCL.c Fix some formating from merged PR 2017-02-23 09:45:31 +01:00
ext_sysfs.c
ext_xnvctrl.c
filehandling.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
folder.c fixed double-free problem if OpenCL/ folder is missing (and e.g. shared folder == session folder) 2017-08-10 15:05:47 +02:00
hashcat.c Removed option --weak-hash-check (zero-length password check) to increase startup time, it also causes many Trap 6 error on OSX 2017-09-19 12:04:05 +02:00
hashes.c Prepare migration -m 15800 into -m 2500 2017-09-18 13:21:00 +02:00
hlfmt.c
hwmon.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
induct.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
interface.c Merge pull request #1375 from neheb/warning 2017-09-29 11:20:35 +02:00
locking.c
logfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
loopback.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
main.c Style change for benchmark mode output 2017-09-27 13:38:17 -05:00
Makefile RC2 2017-10-01 17:17:48 +02:00
memory.c Adjust hcmalloc to be the same as calloc 2017-10-02 12:20:16 -07:00
monitor.c Merge pull request #1375 from neheb/warning 2017-09-29 11:20:35 +02:00
mpsp.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
opencl.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
outfile_check.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
outfile.c Prepare pure kernel rule engine for performance optimization 2017-08-12 13:04:52 +02:00
pidfile.c Fix some old GCC compiler warnings 2017-07-06 10:35:25 +02:00
potfile.c Removed option --weak-hash-check (zero-length password check) to increase startup time, it also causes many Trap 6 error on OSX 2017-09-19 12:04:05 +02: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 Fix empty line check in _old_apply_rule() 2017-10-01 17:03:16 +02: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 overflow in mangle_dupechar_last function 2017-09-16 20:43:38 +03:00
rp.c Update cpu rule engine to support passwords up to length 256 2017-08-11 11:15:43 +02:00
selftest.c Prepare migration -m 15800 into -m 2500 2017-09-18 13:21:00 +02:00
shared.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
status.c Prepare migration -m 15800 into -m 2500 2017-09-18 13:21:00 +02:00
stdout.c Fix overflow in out_push() 2017-09-17 12:14:52 +02:00
straight.c Added option --example-hashes to show an example hash for each hash-mode 2017-08-22 11:09:46 +02:00
terminal.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
thread.c remove hc_sleep and _msec. 2017-09-23 13:02:34 -07:00
timer.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
tuningdb.c Limit kernel-loops in straight-mode to 256, therefore allow rules to be stored in constant memory 2017-08-23 12:43:59 +02:00
usage.c Splitted DPAPI kernel in 2 to increase performances 2017-09-21 12:23:33 +02:00
user_options.c Merge pull request #1375 from neheb/warning 2017-09-29 11:20:35 +02:00
wordlist.c fixed problem with cached word lists (dictstat2): nanoseconds must be considered/ignored too 2017-09-29 12:13:29 +02:00