319d548766Move all outfile-check folder related host code into outfile_check.c
jsteube
2016-09-22 22:40:47 +02:00
1e2869e8bdFix benchmark unwanted exit with long running kernels
jsteube
2016-09-22 19:55:35 +02:00
6238aa884bFix --help and --version
jsteube
2016-09-22 19:31:17 +02:00
65b5918037Some type fixing
jsteube
2016-09-22 17:11:17 +02:00
919b5d5148Move all induction folder related host code into induct.c
jsteube
2016-09-22 17:06:53 +02:00
b6f966970bMove all bitmap related host code into bitmap.c
jsteube
2016-09-22 16:23:36 +02:00
095dfdc730Get rid of quiet variable in data. context
jsteube
2016-09-22 15:56:32 +02:00
f2f7dccb90Get rid of force variable in data. context
jsteube
2016-09-22 15:52:18 +02:00
f9ec232b9bGet rid of attack_kern variable in data. context
jsteube
2016-09-22 15:50:49 +02:00
f1d93d576aGet rid of attack_mode variable in data. context
jsteube
2016-09-22 15:41:59 +02:00
479e93ae7dGet rid of logfile_disable variable in data. context
jsteube
2016-09-22 15:30:21 +02:00
83baf7fcf2Get rid of hex_salt variable in data. context
jsteube
2016-09-22 15:27:27 +02:00
b579542db6Get rid of hex_charset variable in data. context
jsteube
2016-09-22 15:26:51 +02:00
3da185a3c8Get rid of wordlist_mode variable in data. context
jsteube
2016-09-22 15:20:24 +02:00
5b0835258cGet rid of hex_wordlist variable in data. context
jsteube
2016-09-22 15:14:55 +02:00
6b5d8ed62cGet rid of truecrypt_keyfiles variable in data. context
jsteube
2016-09-22 15:12:13 +02:00
77cd4b8a63Get rid of veracrypt* variable in data. context
jsteube
2016-09-22 15:11:31 +02:00
d619e39952Get rid of segment_size variable in data. context
jsteube
2016-09-22 15:10:29 +02:00
07221ecf3bGet rid of scrypt_tmto variable in data. context
jsteube
2016-09-22 15:09:48 +02:00
d4074d87a1Get rid of powertune_enable variable in data. context
jsteube
2016-09-22 15:09:11 +02:00
88f97f2ccaGet rid of runtime variable in data. context
jsteube
2016-09-22 15:08:28 +02:00
21d852b194Get rid of benchmark variable in data. context
jsteube
2016-09-22 15:07:19 +02:00
59ba4c2d93Get rid of machine_readable variable in data. context
jsteube
2016-09-22 15:00:31 +02:00
b4a3dd35b0Get rid of outfile_check_timer variable in data. context
jsteube
2016-09-22 14:59:48 +02:00
d321e0d5a4Get rid of session variable in data. context
jsteube
2016-09-22 14:56:38 +02:00
bdad458c41Get rid of loopback variable in data. context
jsteube
2016-09-22 14:55:30 +02:00
e4b4855fbdGet rid of status* variables in data. context
jsteube
2016-09-22 14:52:51 +02:00
6d992ec37eGet rid of remove* variables in data. context
jsteube
2016-09-22 14:46:04 +02:00
a3b4cc5a80Get rid of restore, restore_disable and restore_timer variables in data. context
jsteube
2016-09-22 14:45:00 +02:00
2476f36ffeGet rid of install_dir, profile_dir, shared_dir, and session_dir variables from data. context
jsteube
2016-09-22 14:38:02 +02:00
a628cd399aGet rid of gpu_temp_* variables in data. context
jsteube
2016-09-22 12:55:48 +02:00
93d3b3a809Get rid of rp_* variables in data. context
jsteube
2016-09-22 12:45:48 +02:00
c18d6a3302Get rid of skip and limit variables in data. context
jsteube
2016-09-22 12:33:33 +02:00
7393378841Get rid of hash_info array in data. context
jsteube
2016-09-22 12:27:23 +02:00
fe88c763afGet rid of custom_charset_* variables in data. context
jsteube
2016-09-22 12:23:26 +02:00
1c9027cb03Get 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
f56b6d2065Get rid of data.username
jsteube
2016-09-22 11:56:06 +02:00
3664f02670Get rid of global get_next_word_func function pointer variable
jsteube
2016-09-22 11:35:08 +02:00
97d9a5d9ccFix missing includes in folder.h Fix some warning message
jsteube
2016-09-22 11:05:04 +02:00
2215174c2eReplace "#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
a70590b0dcMove sanity check into user_options.c
jsteube
2016-09-20 17:04:31 +02:00
e6f083b708Add 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
ced3b3b82fMove global mux_counter variable into opencl_ctx_t
jsteube
2016-09-20 13:26:19 +02:00
3adbf3d0d5Move global mux_dispatcher variable into opencl_ctx_t
jsteube
2016-09-20 13:18:47 +02:00
4cde17aea7Fix race-condition in thread_keypress()
jsteube
2016-09-20 12:32:39 +02:00
57195b475aFix missing prompt when using default mask
jsteube
2016-09-19 16:09:28 +02:00
9daf139fefRefactor devices_status to have better thread control
jsteube
2016-09-19 15:52:01 +02:00
cecf7473a6Make sure *hashconfig and *hashes are initialized before accessing them
jsteube
2016-09-18 22:16:03 +02:00