.. |
affinity.c
|
Fix some formats and conversion errors
|
2016-11-30 15:14:42 -08:00 |
autotune.c
|
Reset cracking register in case autotune engine accidentially cracked a hash
|
2016-11-30 17:51:59 +01:00 |
benchmark.c
|
Fix a bunch of warnings
|
2016-10-30 10:58:14 -07: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
|
|
|
combinator.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
common.c
|
|
|
convert.c
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +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
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
cpu_des.c
|
|
|
cpu_md4.c
|
Added new hash-mode 99999 = Plaintext
|
2016-11-03 19:02:55 +01:00 |
cpu_md5.c
|
|
|
cpu_sha1.c
|
|
|
cpu_sha256.c
|
|
|
debugfile.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
dictstat.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
dispatch.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
dynloader.c
|
|
|
event.c
|
Fix %m with MinGW
|
2016-12-03 17:38:27 -08:00 |
ext_ADL.c
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02: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
|
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
|
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
|
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 |
folder.c
|
Merge pull request #898 from neheb/master
|
2016-12-03 13:04:27 +01:00 |
hashcat.c
|
Fix some variable names in hashcat.log
|
2016-11-22 18:39:02 +01:00 |
hashes.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -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
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
induct.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
interface.c
|
Fix -m 7300 hash output from ascii_digest()
|
2016-12-01 17:28:19 +01:00 |
locking.c
|
Fix locking.c warnings when compiling on windows
|
2016-11-07 15:02:34 +01:00 |
logfile.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
loopback.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
main_shared.c
|
Fix some compiler warnings when compiling hashcat_shared
|
2016-11-02 22:00:33 +01:00 |
main.c
|
Fix some formats and conversion errors
|
2016-11-30 15:14:42 -08:00 |
Makefile
|
extend global CFLAGS and LDFLAGS to aid distro packaging
|
2016-12-06 20:39: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
|
Minimum fanspeed increased to 33%, same as NV does on windows
|
2016-11-22 16:51:06 +01:00 |
mpsp.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
opencl.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
outfile_check.c
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +01:00 |
outfile.c
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +01:00 |
potfile.c
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +01:00 |
restore.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
rp_cpu.c
|
Fix some code in rp_cpu.c to make cppcheck happy
|
2016-11-16 16:38:17 +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
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
shared.c
|
Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
|
2016-11-16 10:22:57 +01:00 |
status.c
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +01:00 |
stdout.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
straight.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
terminal.c
|
Fix wrong usage of ctime_r()
|
2016-12-03 14:59:35 +01:00 |
thread.c
|
Quit program also if status == PAUSED
|
2016-10-30 16:05:00 +01:00 |
timer.c
|
|
|
tuningdb.c
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
usage.c
|
Added new hash-mode 14400 = SHA1(CX)
|
2016-11-12 11:39:38 +01:00 |
user_options.c
|
Fix some formats and conversion errors
|
2016-11-30 15:14:42 -08:00 |
weak_hash.c
|
Add some more returncode checks
|
2016-10-15 19:47:53 +02:00 |
win_file_globbing.mk
|
Update win_file_globbing.mk to not check 32 bit folder in 64 bit compilation
|
2016-11-29 13:46:59 +01:00 |
wordlist.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 |