Commit Graph

1915 Commits (96e963b0d0e32ccba98356efb6388bc3ca859459)
 

Author SHA1 Message Date
jsteube 757dc088ff Transport back errors from outer_loop()
8 years ago
jsteube 8de576f5e9 Make it possible to access error messages without using an event
8 years ago
jsteube fc2d242f50 Remove some unneeded includes from main_shared.c
8 years ago
jsteube c826dc0e4d install_folder and shared_folder are not mandatory, remove them from main_shared.c to make the example more easy to understand
8 years ago
jsteube e4718dc582 Make some more useful example for returncode in main_shared.c
8 years ago
jsteube 10dfea61ad Add main_shared Makefile target, create main_shared.c out of main.c library use example
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 62284f79b1 Get rid of exit() in hashcat.c
8 years ago
jsteube 690ca0219e Fix formatstring in CPT display and get rid of potfile_format_plain()
8 years ago
jsteube ee1661b9db Revert "Fix formatstring in CPT display"
8 years ago
jsteube 8d3e9fc70c Fix formatstring in CPT display
8 years ago
jsteube 556c07d8ee Revert "Use printf() instead of event_log_*() in terminal.c and status.c"
8 years ago
jsteube 358ad9bdbe Revert "Fix some newlines in status.c"
8 years ago
jsteube 29c2931b67 Fix some newlines in status.c
8 years ago
jsteube 690b465ddc Use printf() instead of event_log_*() in terminal.c and status.c
8 years ago
jsteube 60f6137a3f Fix some newlines in restore mode
8 years ago
jsteube ebc26ecac5 Fix some log levels in opencl.c
8 years ago
jsteube 386efb7fb5 Make use of EVENT_CRACKER_HASH_CRACKED, do not print a cracked hash to stdout directly, let the client do it
8 years ago
jsteube 20832d29d6 Do not reset innerloop_left and outerloop_left too early so we can access it from status display
8 years ago
jsteube fa70e44874 Better handle rc == -1
8 years ago
jsteube 6a697571fd Remove debugging symbols from binary builds
8 years ago
jsteube a3bf6fd4ef Make use of nvmlDeviceGetCount()
8 years ago
jsteube afd44130fc Prefix warning and error messages
8 years ago
jsteube bb4e381d18 Do not run keypress thread in case -I is used
8 years ago
jsteube af9de0a7b7 Fix some error string formats
8 years ago
jsteube ab8d2eb336 Fix newlines in help menu
8 years ago
jsteube 26fd67d932 Inline outfile_format_plain()
8 years ago
jsteube 60000136fe Hand merged https://github.com/hashcat/hashcat/pull/533
8 years ago
Jens Steube 225c682ea3 Merge pull request #533 from coolbry95/master
8 years ago
jsteube 2a5545d2b7 Move logfile stuff back to hashcat.c, it's a core feature which should be handled by the library
8 years ago
jsteube 6d2c58d8df Add main_potfile_remove_parse_post()
8 years ago
jsteube f962a38221 Remove double message
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
coolbry95 a6652f90bf Change Makefile to strip symbols in the linker instead of the compiler to make compatible with clang
8 years ago
jsteube 7ed79bf42e switch dictstat.c to event_log_*
8 years ago
jsteube 2a2df035e6 switch debugfile.c to event_log_*
8 years ago
jsteube fa4de96ab0 switch cpu_crc32.c to event_log_*
8 years ago
jsteube ebc8eb7454 switch combinator.c to event_log_*
8 years ago
jsteube 25a1f7ab84 switch autotune.c to event_log_*
8 years ago
jsteube 88565b4a5e Switch CPU affinity stuff to event_log_*
8 years ago
jsteube 42677df2a6 Start context-related logging with goal to get rid of logging.c
8 years ago
jsteube f469694030 Add event_set_kernel_power_final()
8 years ago
jsteube d993aa5ffa Get rid of more log_info() in hashcat()
8 years ago
jsteube 27887bf9ce Get rid of more log_info() in hashcat()
8 years ago
jsteube 81650dcc46 Initial proposal
8 years ago
jsteube bea228dabe Add straight_ctx_update_loop()
8 years ago
jsteube 4ed2fb4913 Add mask_ctx_update_loop()
8 years ago