Commit Graph

1433 Commits (a94102f37ad9f8e55ba46d6d2e003d077926dde4)
 

Author SHA1 Message Date
Gabriele Gristina a94102f37a Add missing check for opencl_ctx_init()
8 years ago
Jens Steube fd70fde1df Merge pull request #506 from matrix/master
8 years ago
Gabriele Gristina fdbc44ce6c Add option for show opencl info and exit
8 years ago
jsteube 438898bd43 Fix https://github.com/hashcat/hashcat/issues/504
8 years ago
jsteube caeedd5646 Move more code from hashcat.c to opencl.c related to opencl device initialization and shutdown
8 years ago
jsteube f273d4771b Fix missing pwlen copy in amp_a0
8 years ago
jsteube 0eff6b7cab Fix potfile remove logic
8 years ago
jsteube a0f6ed6832 Introduce hashes_t; not finishe yet
8 years ago
jsteube 7ce2f2ff19 Introduce opencl_ctx_t; not finished yet
8 years ago
jsteube d60e2529c1 Fix missing #endif in opencl.h
8 years ago
jsteube be90158675 Fix missing include in autotune.c
8 years ago
jsteube 70811aa5de Fix includes in monitor.c
8 years ago
jsteube dcdd0d89cd Move thread_monitor() to monitor.c
8 years ago
jsteube 1ce58f51d1 Move thread_keypress() to terminal.c
8 years ago
jsteube 3f5ce6bb8e Continue move thread_calc() and thread_calc_stdin() to dispatch.c
8 years ago
jsteube 81845d39a3 Move thread_calc() and thread_calc_stdin() to thread.c
8 years ago
jsteube f4c5241275 Move thread_outfile_remove() to outfile_check.c
8 years ago
jsteube e063b906ab Move thread_autotune() to autotune.c
8 years ago
jsteube f1835dc7f5 Move more functions to thread.c
8 years ago
jsteube e94ab8c113 Move autotune related stuff to autotune.c
8 years ago
jsteube 963cda3db6 Move more functions to hash_management.c
8 years ago
jsteube bd9e092ea3 Do not write potfile if --potfile-disable is in use
8 years ago
jsteube e9d6d06300 Add a note in changes.txt for last change
8 years ago
jsteube 30371bef10 Allow words of length > 32 in wordlists for -a 0 for slow hashes if no rules are in use or a : rule is in the rulefile
8 years ago
jsteube bc75ba70a1 Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources
8 years ago
jsteube 0fa43d52b8 Move some general outfile-check related functions to induct.c
8 years ago
jsteube 25f8a95306 Move some general induction-related functions to induct.c
8 years ago
jsteube 7e6f3ef853 Make sure potfile is opened in case weak-hash-check cracks a hash
8 years ago
jsteube 66418b7a35 Test filehandle before closing it
8 years ago
jsteube c808d2a998 Fix compiling in debug mode
8 years ago
Jens Steube e5172a9d38 Merge pull request #496 from jeffmcjunkin/master
8 years ago
jsteube 376e12efe6 Move debugfile related stuff to debugfile.c
8 years ago
Jeff McJunkin f2bf6c97be Update usage.c: Correct typo in --bitmap-max
8 years ago
jsteube ac77ee56e3 Add missing include in thread.c
8 years ago
jsteube bd5bc294e6 Move loopback related stuff to loopback.c
8 years ago
jsteube 533a87b685 Move count_words() to wordlist.c
8 years ago
jsteube 2678592484 Move more hash-mode dependant configuration into hashconfig
8 years ago
jsteube e25224a940 Move benchmark related stuff to benchmark.c
8 years ago
jsteube 10b4670682 Move version related stuff to version.h
8 years ago
jsteube c27e8aebbe - Update docs/team.txt
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube 2a6e03510b Add template files
8 years ago
jsteube fe634d93aa More pre-sorting
8 years ago
jsteube 5126a86907 Move prompt functions to terminal.c
8 years ago
jsteube 7f1ecc7cb7 Use hashcat.c configuration macros to get an idea of the remaining features which should move into their own source file
8 years ago
jsteube b7906f6b93 Move outfile specific functions into their own source file
8 years ago
jsteube a61d1faaad Cleanup and redefine some potfile functions
8 years ago
jsteube 53db51dcc3 Finalize potfile specific functions migration to their own source file
8 years ago
jsteube f809937b1e Move more potfile specific functions into their own source file
8 years ago
jsteube 63b47eebc9 Prepare move potfile specific functions into their own source file
8 years ago