.. |
affinity.c
|
Fix some error string formats
|
2016-10-11 10:55:02 +02:00 |
autotune.c
|
Support mixed kernel thread count for mixed kernels in the same source file
|
2016-10-29 14:02:29 +02:00 |
benchmark.c
|
Make DEFAULT_BENCHMARK_ALGORITHMS_CNT a true constant int
|
2016-09-27 11:09:17 +02:00 |
bitmap.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
bitops.c
|
Adding compiler intrinsics implementation for bit operations
|
2016-10-01 12:29:05 +02:00 |
combinator.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
common.c
|
switch cpu_crc32.c to event_log_*
|
2016-10-08 23:53:52 +02:00 |
convert.c
|
Limit exec_hexify() to max 31 chars to be able to add 0 byte
|
2016-10-04 23:29:15 +02:00 |
cpt.c
|
Fix some EOL handling
|
2016-10-25 12:25:53 +02:00 |
cpu_aes.c
|
Introduce hashes_t; not finishe yet
|
2016-09-16 17:01:18 +02:00 |
cpu_crc32.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
cpu_des.c
|
Introduce hashes_t; not finishe yet
|
2016-09-16 17:01:18 +02:00 |
cpu_md5.c
|
Fix some missing sign conversions
|
2016-09-30 18:01:59 +02: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
|
Fix for https://github.com/hashcat/hashcat/issues/555
|
2016-10-30 12:36:21 +01:00 |
dictstat.c
|
Fix dictstat and logfile
|
2016-10-14 20:29:21 +02:00 |
dispatch.c
|
Move masks_pos from rd* to masks_ctx and dicts_pot from rd* to straight_ctx
|
2016-10-20 22:14:54 +02:00 |
dynloader.c
|
Replaced dynloader macros with real functions
|
2016-10-01 13:03:31 +02:00 |
event.c
|
Prepare library user access to OpenCL device information without running an attack
|
2016-10-23 17:31:22 +02: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_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
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
folder.c
|
Fixes https://github.com/hashcat/hashcat/issues/545
|
2016-10-25 11:30:27 +02:00 |
hashcat.c
|
Merge pull request #552 from matrix/master
|
2016-10-30 14:00:35 +01:00 |
hashes.c
|
Fixed OSX stack overflow - v2
|
2016-10-30 00:33:12 +02:00 |
hlfmt.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
hwmon.c
|
Fix NvAPI fan speed restore to default on quit
|
2016-10-30 00:21:05 +02:00 |
induct.c
|
Prepare library user access to OpenCL device information without running an attack
|
2016-10-23 17:31:22 +02:00 |
interface.c
|
Support mixed kernel thread count for mixed kernels in the same source file
|
2016-10-29 14:02:29 +02:00 |
locking.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 |
logfile.c
|
Fix more EOL issues
|
2016-10-25 12:40:47 +02:00 |
loopback.c
|
Fix some loop issue in --loopback
|
2016-10-26 15:10:59 +02:00 |
main_shared.c
|
Rename hashcat_session_run() to hashcat_session_execute()
|
2016-10-26 14:50:23 +02:00 |
main.c
|
Fixed OSX stack overflow - v2
|
2016-10-30 00:33:12 +02:00 |
Makefile
|
Move '-framework OpenCL' from CFLAGS to LDFLAGS
|
2016-10-30 14:31:17 +01:00 |
memory.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
monitor.c
|
Adjusted PID controler settings
|
2016-10-30 01:49:16 +02:00 |
mpsp.c
|
Bring back mask length of mask as number to status screen
|
2016-10-29 22:44:01 +02:00 |
opencl.c
|
Support mixed kernel thread count for mixed kernels in the same source file
|
2016-10-29 14:02:29 +02:00 |
outfile_check.c
|
Rudimentary --show support is back
|
2016-10-19 11:55:43 +02:00 |
outfile.c
|
Fix more missing zero-byte termination in outfile.c
|
2016-10-29 23:11:38 +02:00 |
potfile.c
|
Fix more EOL issues
|
2016-10-25 12:40:47 +02:00 |
restore.c
|
Add --restore-file-path option
|
2016-10-28 00:51:03 +02:00 |
rp_cpu.c
|
Centralize hashcat_ctx memory allocation and deallocation
|
2016-10-02 00:00:21 +02:00 |
rp_kernel_on_cpu.c
|
Remove some workarounds to use get rid of unused variable warnings
|
2016-10-10 09:12:36 +02:00 |
rp.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
shared.c
|
Move more status display calculate logic into separate functions
|
2016-10-17 13:44:07 +02:00 |
status.c
|
Fix input-base and input-mod ordering for status screen
|
2016-10-29 23:18:15 +02:00 |
stdout.c
|
Fix more EOL issues
|
2016-10-25 12:40:47 +02:00 |
straight.c
|
Rename some variable naming in straight.c
|
2016-10-29 23:12:18 +02:00 |
terminal.c
|
Also works for hybrid modes
|
2016-10-29 22:46:14 +02:00 |
thread.c
|
Move event_log_info() out of thread.c
|
2016-10-23 13:38:41 +02:00 |
timer.c
|
Replaced timer macros with inlines
|
2016-10-01 12:55:39 +02:00 |
tuningdb.c
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
usage.c
|
Add --restore-file-path option
|
2016-10-28 00:51:03 +02:00 |
user_options.c
|
Add --restore-file-path option
|
2016-10-28 00:51:03 +02:00 |
weak_hash.c
|
Add some more returncode checks
|
2016-10-15 19:47:53 +02:00 |
win_file_globbing.mk
|
Add some changes to improve compiling on MSYS2
|
2016-10-21 09:07:39 +02:00 |
wordlist.c
|
Fix some output in case wordlist has only size of 1 word
|
2016-10-26 14:42:19 +02:00 |