Commit Graph

73 Commits (master)

Author SHA1 Message Date
jsteube c6c31a86d8 Add some changes to improve compiling on MSYS2
8 years ago
jsteube 8598a79732 Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
8 years ago
jsteube af9de0a7b7 Fix some error string formats
8 years ago
jsteube 8fc4da795b Replace fprintf(stderr, ...) on malloc.c with log_event_error()
8 years ago
jsteube 07f5b2195b Hopefully fixes some OSX compiler errors
8 years ago
jsteube 0f96c57ead Remove some workarounds to use get rid of unused variable warnings
8 years ago
jsteube 27bec8be13 Get rid of logging.c and most exit() calls replaced with return() for true library usage
8 years ago
jsteube 662ddec0bb Update folder.c function parameters
8 years ago
jsteube 57cb082fda Add some useful stuff to main.c
8 years ago
jsteube 9413ed8f56 Centralize hashcat_ctx memory allocation and deallocation
8 years ago
jsteube 5f18fb40f1 Added hc_mkdir instead of mkdir macro
8 years ago
jsteube d16b6228a6 Fix exec_path_len replacement on OSX
8 years ago
jsteube 299edf5170 Fix some missing sign conversions
8 years ago
jsteube af1701c765 Fix some memleaks on shutdown
8 years ago
jsteube 1cc4358820 Introduce folder_config_t
8 years ago
jsteube a0f6ed6832 Introduce hashes_t; not finishe yet
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube fe634d93aa More pre-sorting
8 years ago
jsteube 9eb47153d4 Replace all #ifdef with #if defined (...) for convention
8 years ago
jsteube 25726e4f4e Remove some (hopefully) redundant macros and compiler options
8 years ago
jsteube f9e1329ca9 Fix CRLF
8 years ago
Gabriele 'matrix' Gristina b0c6eee06c Fix multiple build issues with OSX
8 years ago
jsteube c3fe5b40b1 Move folder specific functions into their own source file
8 years ago