1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 08:10:59 +00:00
hashcat/src
Rosen Penev 4ceb7a1afa
Prefer _WIN to _POSIX for defines.
Also miscellaneous fixes here and there.
2017-02-23 15:55:06 -08:00
..
lzma_sdk #965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip 2017-01-24 10:28:35 +01:00
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 fixes #928: new mode -m 1411 = SSHA-256(Base64), LDAP {SSHA256} 2017-01-31 12:40:43 +01:00
bitmap.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
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 more integer overflow checks 2017-02-22 16:33:23 +01:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c Let is_hexify() call is_valid_hex_string() for better verification 2017-02-19 14:51:45 +01: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 always check the input for NULL before the strtok_r () calls 2017-02-14 20:46:03 +01: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 Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
cpu_sha256.c Introduce hashes_t; not finishe yet 2016-09-16 17:01:18 +02:00
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 Replaced dynloader macros with real functions 2016-10-01 13:03:31 +02:00
event.c Do not use NULL for va_* variadic functions 2017-02-11 11:51:46 +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 Fixed string not null terminated when reading maskfiles 2017-02-14 11:14:32 +01:00
folder.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08: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 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 Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
induct.c Fix for CID 1402403 2017-02-15 13:27:33 +01:00
interface.c Remove some unused variable 2017-02-23 12:15:19 +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 Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -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 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
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 some compiler independant integer overflow functions 2017-02-23 10:39:17 +01:00
opencl.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08: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 Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08: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 In case of multiline error message use only the first line as error and the description as warning 2017-02-23 11:59:34 +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 Fix some uninitialized variables in rp_kernel_on_cpu.c 2016-11-12 16:30:21 +01:00
rp.c rule engine: prevent integer underflow and dead code 2017-02-15 12:41:32 +01:00
shared.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
status.c Fix spelling of MHz 2017-02-22 19:34:33 +02:00
stdout.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
straight.c Add more integer overflow checks 2017-02-22 16:33:23 +01:00
terminal.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
thread.c Returncode: Added dedicated returncode (see docs/status_codes.txt) for shutdowns caused by --runtime and checkpoint keypress 2017-01-06 08:45:40 +01:00
timer.c Prefer _WIN to _POSIX for defines. 2017-02-23 15:55:06 -08:00
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 In case of multiline error message use only the first line as error and the description as warning 2017-02-23 11:59:34 +01:00
weak_hash.c Add some more returncode checks 2016-10-15 19:47:53 +02:00
wordlist.c Fix some case to make GCC on OSX happy 2017-02-23 12:05:35 +01:00