.. |
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
|
Remove unsused variable user_options_extra in autotune.c
|
2017-10-28 12:19:21 +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
|
switch cpu_crc32.c to event_log_*
|
2016-10-08 23:53:52 +02:00 |
convert.c
|
Remove else statement after return
|
2017-11-04 23:43:33 -07: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
|
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
|
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
|
fixed the nanosecond access time problem, also working on macos now
|
2017-10-04 12:23:37 +02:00 |
dispatch.c
|
Fixed a calculation error in get_power() leading to errors of type "BUG pw_add()!!"
|
2017-10-10 14:41:33 +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
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
hashcat.c
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
hashes.c
|
Fix missing free() for memory allocated with asprintf()
|
2017-10-04 13:04:58 +02:00 |
hlfmt.c
|
Add const to a few parameters.
|
2017-11-04 23:37:41 -07:00 |
hwmon.c
|
replace more snprintf calls with hc_asprintf.
|
2017-10-02 22:10:10 -07: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
|
OpenCL Kernels: Thread-count is set to hardware native count except if -w 4 is used then OpenCL maximum is used
|
2017-10-22 14:16:32 +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
|
logfile: Use struct directly instead of casting.
|
2017-11-04 23:33:06 -07: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
|
Revert "Replace PRIu64 with ju. Less verbose."
|
2017-10-20 12:19:33 +02:00 |
Makefile
|
Merge pull request #1408 from neheb/patch-2
|
2017-10-28 13:38: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
|
Do not use run_kernel_memset() for password candidate initialization in autotune
|
2017-10-27 11:48:24 +02:00 |
outfile_check.c
|
remove hc_sleep and _msec.
|
2017-09-23 13:02:34 -07:00 |
outfile.c
|
Revert "Replace PRIu64 with ju. Less verbose."
|
2017-10-20 12:19:33 +02:00 |
pidfile.c
|
Fix some old GCC compiler warnings
|
2017-07-06 10:35:25 +02:00 |
potfile.c
|
show/left: fix new variable redeclaration bug
|
2017-10-18 15:42:43 +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
|
Change memcpy to memmove since it overlaps
|
2017-11-04 23:22:59 -07: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
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
selftest.c
|
Add missing selftest functionality for OPTS_TYPE_INIT2/OPTS_TYPE_LOOP2 based kernels
|
2017-10-25 13:25:18 +02:00 |
shared.c
|
Startup: Check and abort session if outfile and wordlist point to the same file
|
2017-10-10 11:30:20 +02:00 |
status.c
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
stdout.c
|
Fix overflow in out_push()
|
2017-09-17 12:14:52 +02:00 |
straight.c
|
Fix a few memory leaks
|
2017-11-04 23:20:36 -07:00 |
terminal.c
|
Revert "Replace PRIu64 with ju. Less verbose."
|
2017-10-20 12:19:33 +02: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
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
usage.c
|
Rename MacOS to macOS
|
2017-10-20 13:36:47 +02:00 |
user_options.c
|
Remove else statement after return
|
2017-11-04 23:43:33 -07:00 |
wordlist.c
|
fixed the nanosecond access time problem, also working on macos now
|
2017-10-04 12:23:37 +02:00 |