1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-16 04:49:24 +00:00
hashcat/src
Rosen Penev 2a2bd0e2b1
Restore strerror as %m is unsupported by the BSDs
The BSDs just print m instead of the actual error message. Benefit
is not worth the cost.
2017-02-03 17:53:50 -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 Fix some formats and conversion errors 2016-11-30 15:14:42 -08:00
autotune.c
benchmark.c
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
combinator.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
common.c switch cpu_crc32.c to event_log_* 2016-10-08 23:53:52 +02:00
convert.c Switch hex_to_u32() to LE 2016-12-26 15:09:56 +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
cpu_crc32.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
cpu_des.c
cpu_md4.c
cpu_md5.c Fix some missing sign conversions 2016-09-30 18:01:59 +02: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 Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
dynloader.c
event.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08: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
ext_nvapi.c
ext_nvml.c
ext_OpenCL.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_sysfs.c
ext_xnvctrl.c
filehandling.c
folder.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
hashcat.c
hashes.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08: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 Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
induct.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
interface.c
locking.c Fix locking.c warnings when compiling on windows 2016-11-07 15:02:34 +01:00
logfile.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
loopback.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
main.c Final machine output status missing depending timer 2017-01-12 09:01:21 +01:00
Makefile
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 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
mpsp.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
opencl.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
outfile_check.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
outfile.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
pidfile.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
potfile.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
restore.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
rp_cpu.c
rp_kernel_on_cpu.c
rp.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
shared.c Fix for https://github.com/hashcat/hashcat/issues/1006 2017-01-31 21:29:45 +01:00
status.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
stdout.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
straight.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
terminal.c
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 Replaced timer macros with inlines 2016-10-01 12:55:39 +02:00
tuningdb.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
usage.c fixes #943: added -m 15000 = FileZilla Server >= 0.9.55 2017-02-03 00:07:31 +01:00
user_options.c Restore strerror as %m is unsupported by the BSDs 2017-02-03 17:53:50 -08:00
weak_hash.c
win_file_globbing.mk
wordlist.c Replace some snprintf calls with asprintf. 2016-12-19 16:46:30 -08:00