.. |
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
|
CPU Affinity: Fixed memory leak when invalid cpu Id was specified
|
2017-02-14 12:42:22 +01:00 |
autotune.c
|
Added hash-mode 14800 = iTunes Backup >= 10.0
|
2017-01-26 21:16:29 +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
|
Fix more cppcheck warnings
|
2017-02-10 16:10:21 -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
|
Workaround for CID 1402437 (#1 of 1): Out-of-bounds write
|
2017-02-14 13:28:25 +01:00 |
cpu_des.c
|
|
|
cpu_md4.c
|
Added new hash-mode 99999 = Plaintext
|
2016-11-03 19:02:55 +01:00 |
cpu_md5.c
|
minor: use memset () before memcpy () in cpu MD5 function
|
2017-02-14 13:21:11 +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
|
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
|
Update CL_* errorcode to OpenCL 1.2 standard
|
2017-02-07 17:24:23 +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
|
memory: we should free this memory in case of error in folder.c
|
2017-02-14 14:45:27 +01:00 |
hashcat.c
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
hashes.c
|
Added support for automatic merge of LM halfes when --show and --left is used
|
2017-02-13 16:46:37 +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
|
Hardware Monitor: Fixed several memory leaks when no AMDGPU-Pro hardware monitor sensor is found
|
2017-02-14 12:30:15 +01:00 |
induct.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
interface.c
|
-m 13100 = Kerberos 5 TGS-REP: parser failed to correctly verify the hash
|
2017-02-14 17:45:05 +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
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08: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
|
always use the native sed (not gsed) for OSX, #1036
|
2017-02-11 14:18:42 +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
|
mp: memory checks added to avoid leaks
|
2017-02-14 16:46:41 +01:00 |
opencl.c
|
CID 1402488 (#1 of 1): Resource leak
|
2017-02-14 17:18:57 +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
|
Fix missing free() in pidfile.c
|
2017-02-14 16:58:18 +01:00 |
potfile.c
|
file locking: check return value of fcntl ()
|
2017-02-14 15:15:50 +01:00 |
restore.c
|
Cleanup zero-length printf format string warnings
|
2017-02-10 10:46:52 -08:00 |
rp_cpu.c
|
Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word
|
2017-01-23 14:19:37 +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: 2 more possibly memory leaks (see previous commits)
|
2017-02-14 16:07:33 +01:00 |
shared.c
|
Fix hc_path_create(), first close the file descriptor before unlinking the file itself
|
2017-02-14 16:12:18 +01:00 |
status.c
|
Added support for loading hccapx files
|
2017-02-06 17:03:42 +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
|
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
|
|
|
tuningdb.c
|
Restore strerror as %m is unsupported by the BSDs
|
2017-02-03 17:53:50 -08:00 |
usage.c
|
resolves #1018: added -m 3910 = md5(md5($pass).md5($salt))
|
2017-02-12 18:12:17 +01:00 |
user_options.c
|
File Reads: Fixed memory leak in case outfile or hashfile was not accessible
|
2017-02-14 16:25:38 +01:00 |
weak_hash.c
|
Add some more returncode checks
|
2016-10-15 19:47:53 +02:00 |
wordlist.c
|
added return code check whenever fstat () was called
|
2017-02-14 13:57:24 +01:00 |