Commit Graph

38 Commits (master)

Author SHA1 Message Date
jsteube 934105bec0 Start using extract_dynamicx_hash() from hlfmt_hash_hashcat()
6 months ago
jsteube 4da995cf88 Change hlfmt.c strategy to extract dynamic-x hash-mode
6 months ago
jsteube 09915c7243 Prepare hlfmt.c for combination of --username and --dynamic-x
6 months ago
jsteube c00d88e2d9 Prepare hlfmt.c for dynamic_x flag
6 months ago
jsteube cdad6cca7b Fix datatype access to user_options->username in hlfmt.c
6 months ago
Rosen Penev adaf3f293b make const char pointers actually const
3 years ago
philsmd d1c3274965
use our safe free () wrapper hcfree whenever possible
4 years ago
Jens Steube 97c9e86d15 Filehandling: Print a truncation warning in case an oversized line was detected
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Gabriele Gristina b2529af172 remove original commented code
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
jsteube fa0b8e643d Fix pwdump column names
5 years ago
jsteube abbfc3d10b Get rid of hash_mode in hlfmt.c
5 years ago
Jens Steube ec3f3cd7b6 Switch from size_t to int
5 years ago
jsteube 05a01d3843 fix some datatypes
6 years ago
Rosen Penev 353d3c3008 Fix a bunch of cast-qual warnings
7 years ago
Rosen Penev 8458f07a57 Replace char[] with *char
7 years ago
Rosen Penev 496fc309fe Add const to a few parameters.
7 years ago
jsteube ea4fd1de50 Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
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 8fc4da795b Replace fprintf(stderr, ...) on malloc.c with log_event_error()
8 years ago
jsteube 0f96c57ead Remove some workarounds to use get rid of unused variable warnings
8 years ago
jsteube 30a190b174 Update hlfmt.c function parameters
8 years ago
coolbry95 a78fd4e915 changed uint to u32
8 years ago
jsteube 8bf2d0eb5d Fix some missing sign conversions
8 years ago
jsteube a7f45ab4ab data. no longer required in hlfmt
8 years ago
jsteube f56b6d2065 Get rid of data.username
8 years ago
jsteube 3adbf3d0d5 Move global mux_dispatcher variable into opencl_ctx_t
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 bc75ba70a1 Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources
8 years ago
jsteube 376e12efe6 Move debugfile related stuff to debugfile.c
8 years ago
jsteube bd5bc294e6 Move loopback related stuff to loopback.c
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube b7906f6b93 Move outfile 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
jsteube 26172af89d Introduce hashconfig_t
8 years ago
jsteube da8e9d50d9 Move hlfmt specific functions into their own source file
8 years ago