319d548766
Move all outfile-check folder related host code into outfile_check.c
jsteube
2016-09-22 22:40:47 +02:00
1e2869e8bd
Fix benchmark unwanted exit with long running kernels
jsteube
2016-09-22 19:55:35 +02:00
6238aa884b
Fix --help and --version
jsteube
2016-09-22 19:31:17 +02:00
65b5918037
Some type fixing
jsteube
2016-09-22 17:11:17 +02:00
919b5d5148
Move all induction folder related host code into induct.c
jsteube
2016-09-22 17:06:53 +02:00
b6f966970b
Move all bitmap related host code into bitmap.c
jsteube
2016-09-22 16:23:36 +02:00
095dfdc730
Get rid of quiet variable in data. context
jsteube
2016-09-22 15:56:32 +02:00
f2f7dccb90
Get rid of force variable in data. context
jsteube
2016-09-22 15:52:18 +02:00
f9ec232b9b
Get rid of attack_kern variable in data. context
jsteube
2016-09-22 15:50:49 +02:00
f1d93d576a
Get rid of attack_mode variable in data. context
jsteube
2016-09-22 15:41:59 +02:00
479e93ae7d
Get rid of logfile_disable variable in data. context
jsteube
2016-09-22 15:30:21 +02:00
83baf7fcf2
Get rid of hex_salt variable in data. context
jsteube
2016-09-22 15:27:27 +02:00
b579542db6
Get rid of hex_charset variable in data. context
jsteube
2016-09-22 15:26:51 +02:00
3da185a3c8
Get rid of wordlist_mode variable in data. context
jsteube
2016-09-22 15:20:24 +02:00
5b0835258c
Get rid of hex_wordlist variable in data. context
jsteube
2016-09-22 15:14:55 +02:00
6b5d8ed62c
Get rid of truecrypt_keyfiles variable in data. context
jsteube
2016-09-22 15:12:13 +02:00
77cd4b8a63
Get rid of veracrypt* variable in data. context
jsteube
2016-09-22 15:11:31 +02:00
d619e39952
Get rid of segment_size variable in data. context
jsteube
2016-09-22 15:10:29 +02:00
07221ecf3b
Get rid of scrypt_tmto variable in data. context
jsteube
2016-09-22 15:09:48 +02:00
d4074d87a1
Get rid of powertune_enable variable in data. context
jsteube
2016-09-22 15:09:11 +02:00
88f97f2cca
Get rid of runtime variable in data. context
jsteube
2016-09-22 15:08:28 +02:00
21d852b194
Get rid of benchmark variable in data. context
jsteube
2016-09-22 15:07:19 +02:00
59ba4c2d93
Get rid of machine_readable variable in data. context
jsteube
2016-09-22 15:00:31 +02:00
b4a3dd35b0
Get rid of outfile_check_timer variable in data. context
jsteube
2016-09-22 14:59:48 +02:00
d321e0d5a4
Get rid of session variable in data. context
jsteube
2016-09-22 14:56:38 +02:00
bdad458c41
Get rid of loopback variable in data. context
jsteube
2016-09-22 14:55:30 +02:00
e4b4855fbd
Get rid of status* variables in data. context
jsteube
2016-09-22 14:52:51 +02:00
6d992ec37e
Get rid of remove* variables in data. context
jsteube
2016-09-22 14:46:04 +02:00
a3b4cc5a80
Get rid of restore, restore_disable and restore_timer variables in data. context
jsteube
2016-09-22 14:45:00 +02:00
2476f36ffe
Get rid of install_dir, profile_dir, shared_dir, and session_dir variables from data. context
jsteube
2016-09-22 14:38:02 +02:00
a628cd399a
Get rid of gpu_temp_* variables in data. context
jsteube
2016-09-22 12:55:48 +02:00
93d3b3a809
Get rid of rp_* variables in data. context
jsteube
2016-09-22 12:45:48 +02:00
c18d6a3302
Get rid of skip and limit variables in data. context
jsteube
2016-09-22 12:33:33 +02:00
7393378841
Get rid of hash_info array in data. context
jsteube
2016-09-22 12:27:23 +02:00
fe88c763af
Get rid of custom_charset_* variables in data. context
jsteube
2016-09-22 12:23:26 +02:00
1c9027cb03
Get rid of rule_buf_l, rule_buf_r, rule_len_l and rule_len_r in data. context
jsteube
2016-09-22 12:15:13 +02:00
f56b6d2065
Get rid of data.username
jsteube
2016-09-22 11:56:06 +02:00
3664f02670
Get rid of global get_next_word_func function pointer variable
jsteube
2016-09-22 11:35:08 +02:00
97d9a5d9cc
Fix missing includes in folder.h Fix some warning message
jsteube
2016-09-22 11:05:04 +02:00
2215174c2e
Replace "#if defined (HAVE_HWMON)" with "user_options->powertune_enable = false" which give a more easy to read sourcecode
jsteube
2016-09-22 10:55:33 +02:00
a70590b0dc
Move sanity check into user_options.c
jsteube
2016-09-20 17:04:31 +02:00
e6f083b708
Add all defaults for user commandline parameters to user_options.h; Prepare user commandline parameter struct for easier handling of functions calls that require them
jsteube
2016-09-20 16:04:22 +02:00
ced3b3b82f
Move global mux_counter variable into opencl_ctx_t
jsteube
2016-09-20 13:26:19 +02:00
3adbf3d0d5
Move global mux_dispatcher variable into opencl_ctx_t
jsteube
2016-09-20 13:18:47 +02:00
4cde17aea7
Fix race-condition in thread_keypress()
jsteube
2016-09-20 12:32:39 +02:00
57195b475a
Fix missing prompt when using default mask
jsteube
2016-09-19 16:09:28 +02:00
9daf139fef
Refactor devices_status to have better thread control
jsteube
2016-09-19 15:52:01 +02:00
cecf7473a6
Make sure *hashconfig and *hashes are initialized before accessing them
jsteube
2016-09-18 22:16:03 +02:00