Commit Graph

1709 Commits (52068e25d5867ada4fd13bf546fab7cda69b1ee1)
 

Author SHA1 Message Date
jsteube 52068e25d5 Add some additional start-up checks
8 years ago
jsteube 3a563ce2e9 Fix some nvapi calls
8 years ago
jsteube 0885c0ec6b Update loopback.c function parameters
8 years ago
jsteube 3f05b7c0a7 Update dictstat.c function parameters
8 years ago
jsteube 14248d38e3 Update tuning_db.c function parameters
8 years ago
jsteube ef582be4eb Update induct.c function parameters
8 years ago
jsteube c48ca34e1b Update outfile_check.c function parameters
8 years ago
jsteube 076784d235 Update user_options.c function parameters
8 years ago
jsteube 14334e4129 Update restore.c function parameters
8 years ago
jsteube 000534cdbc Update logfile.c function parameters
8 years ago
jsteube 662ddec0bb Update folder.c function parameters
8 years ago
jsteube a5e83c27c3 Update wordlist.c function parameters
8 years ago
jsteube a97e31881c Update interface.c function parameters
8 years ago
jsteube 9b8092abf9 Update outfile.c and potfile.c function parameters
8 years ago
jsteube 0579f93402 Update opencl.c and autotune.c function parameters
8 years ago
jsteube f084aaf61b Update hwmon.c function parameters
8 years ago
jsteube 684a28af36 Update debugfile.c and hashes.c function parameters
8 years ago
jsteube 702c175f84 Update cpt.c function parameters
8 years ago
jsteube 077a94600d Update straight.c function parameters
8 years ago
jsteube 1610a3565c Update mpsp.c function parameters
8 years ago
jsteube d9c1c89a57 Update combinator.c function parameters
8 years ago
jsteube 0155c9d44a Update bitmap.c function parameters
8 years ago
jsteube 3d1237a43d Update autotune.c function parameters
8 years ago
jsteube 3fb10fe9b4 Update status.c function parameters
8 years ago
jsteube b751a9d438 Do not show a candidate on status screen if device is copying or generating candidates
8 years ago
jsteube 15d2f9b11e Add some reserved scratch buffer for innerloop combinator instead of reallocating each time
8 years ago
jsteube c1aba9e314 Reset innerloop_* and outerloop_* variables when no longer needed
8 years ago
jsteube 935e4a6fa0 Fix loading of NetNTLMv1 + SSP hash
8 years ago
jsteube 180bdba7ac Limit exec_hexify() to max 31 chars to be able to add 0 byte
8 years ago
jsteube 72fdc6a527 Limit exec_hexify() to max 32 chars
8 years ago
jsteube 5b2b00ed7d Reset status to INIT after innerloop iteration
8 years ago
jsteube dab40d2dd5 Fix default-mask mode
8 years ago
jsteube b55cdeded8 Check for write-able potfile or exit
8 years ago
jsteube 9811e65a72 Rename Guess.Pass -> Candidates
8 years ago
jsteube eeb8210951 Added the current first and last password candidate test queued for execution per device on status view
8 years ago
jsteube 0b2c568ba6 Simplify status_display_* and status_benchmark_* function parameters
8 years ago
jsteube 6d3277ab17 Created build_plain(), build_crackpos() and build_debugdata() out of code from check_hash()
8 years ago
jsteube 3ac0737b19 Fix mask length check for algorithms using unicode
8 years ago
jsteube 578f6816c6 Fix some uint datatype leftovers
8 years ago
jsteube 79c0fc6a11 Automatically unlink restore file if all hashes have been cracked
8 years ago
jsteube 7f2ab2db60 Add unlink_restore()
8 years ago
jsteube 23462528c3 Add mp_css_append_salt() and mp_css_split_cnt()
8 years ago
jsteube 7544adce8f Add mp_css_unicode_expand()
8 years ago
Jens Steube d8b25627cc Merge pull request #526 from coolbry95/master
8 years ago
coolbry95 a78fd4e915 changed uint to u32
8 years ago
jsteube d38cd459c4 In case all hashes were cracking using hints from potfile abort and inform user
8 years ago
jsteube d80653b014 Fix some clSetKernelArg() size error that caused slow modes to not work anymore in -a 1 mode
8 years ago
jsteube 94eab8a7b6 Do not reset user_options_t on shutdown, it could be used by main.c
8 years ago
jsteube fb5d840cf8 Move wordlist folder scan to straight.c and combinator.c init functions
8 years ago
jsteube 5b2fcc4a18 Fix --version
8 years ago