.. |
lzma_sdk
|
|
|
affinity.c
|
always check the input for NULL before the strtok_r () calls
|
2017-02-14 20:46:03 +01:00 |
autotune.c
|
Moved datatype from double to u32 in autotune.c as this makes no difference
|
2017-02-14 19:51:49 +01:00 |
benchmark.c
|
|
|
bitmap.c
|
|
|
bitops.c
|
|
|
combinator.c
|
Fix more cppcheck warnings
|
2017-02-10 16:10:21 -08:00 |
common.c
|
|
|
convert.c
|
Let is_hexify() call is_valid_hex_string() for better verification
|
2017-02-19 14:51:45 +01:00 |
cpt.c
|
|
|
cpu_aes.c
|
|
|
cpu_crc32.c
|
always check the input for NULL before the strtok_r () calls
|
2017-02-14 20:46:03 +01: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
|
|
|
cpu_sha256.c
|
|
|
debugfile.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
dictstat.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
dispatch.c
|
Fixed pointer to local outside scope when using -j or -k
|
2017-02-14 15:09:01 +01:00 |
dynloader.c
|
|
|
event.c
|
Do not use NULL for va_* variadic functions
|
2017-02-11 11:51:46 +01:00 |
ext_ADL.c
|
|
|
ext_lzma.c
|
|
|
ext_nvapi.c
|
|
|
ext_nvml.c
|
|
|
ext_OpenCL.c
|
Update CL_* errorcode to OpenCL 1.2 standard
|
2017-02-07 17:24:23 +01:00 |
ext_sysfs.c
|
|
|
ext_xnvctrl.c
|
|
|
filehandling.c
|
Fixed string not null terminated when reading maskfiles
|
2017-02-14 11:14:32 +01:00 |
folder.c
|
Test commit to workaround coverity false-positive
|
2017-02-14 17:54:36 +01:00 |
hashcat.c
|
Make sure to unlink the pidfile only if our instance created it, but even in case of error
|
2017-02-17 08:59:22 +01:00 |
hashes.c
|
Make sure to zero scratch buffer for WPA/WPA2 and LUKS
|
2017-02-21 13:09:00 +01:00 |
hlfmt.c
|
|
|
hwmon.c
|
Add ADL support to Cygwin
|
2017-02-21 21:57:05 -08:00 |
induct.c
|
Fix for CID 1402403
|
2017-02-15 13:27:33 +01:00 |
interface.c
|
Update hccapx format to version 4
|
2017-02-21 20:07:18 +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
|
Fix CID 1402413
|
2017-02-15 12:09:14 +01:00 |
loopback.c
|
file locking: check return value of fcntl ()
|
2017-02-14 15:15:50 +01:00 |
main.c
|
Cleanup zero-length printf format string warnings
|
2017-02-10 10:46:52 -08:00 |
Makefile
|
Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
|
2017-02-20 18:45:04 +01:00 |
memory.c
|
|
|
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
|
Use type independant __builtin_mul_overflow()
|
2017-02-22 12:36:05 +01:00 |
opencl.c
|
Hardware Management: Bring back kernel exec timeout detection for NVidia on user request
|
2017-02-20 18:38:31 +01:00 |
outfile_check.c
|
if fstat () fails we shouldn't forget to close the file
|
2017-02-14 17:05:35 +01:00 |
outfile.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
pidfile.c
|
Make sure to unlink the pidfile only if our instance created it, but even in case of error
|
2017-02-17 08:59:22 +01:00 |
potfile.c
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
|
2017-02-19 14:45:27 +01:00 |
restore.c
|
tainted string fix: check some lower/upper bounds of the strings
|
2017-02-15 13:19:53 +01:00 |
rp_cpu.c
|
Testfix for CID 1402439 (#1 of 1): Out-of-bounds read
|
2017-02-14 18:07:33 +01:00 |
rp_kernel_on_cpu.c
|
|
|
rp.c
|
rule engine: prevent integer underflow and dead code
|
2017-02-15 12:41:32 +01:00 |
shared.c
|
use putenv () with the COMPUTE environment as it was before
|
2017-02-15 14:32:24 +01:00 |
status.c
|
CID 1402417 (#1 of 1): Division or modulo by float zero
|
2017-02-14 21:21:24 +01:00 |
stdout.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
straight.c
|
Wordlists: Fixed memory leak in case access a file in a wordlist folder fails
|
2017-02-14 15:47:41 +01:00 |
terminal.c
|
Cleanup zero-length printf format string warnings
|
2017-02-10 10:46:52 -08:00 |
thread.c
|
|
|
timer.c
|
|
|
tuningdb.c
|
dead code: here we do not need to check for NULL
|
2017-02-14 21:01:52 +01:00 |
usage.c
|
resolves #1018: added -m 3910 = md5(md5($pass).md5($salt))
|
2017-02-12 18:12:17 +01:00 |
user_options.c
|
Fix some variable initializationg warnings in older GCC
|
2017-02-16 10:10:38 +01:00 |
weak_hash.c
|
|
|
wordlist.c
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
|
2017-02-19 14:45:27 +01:00 |