jsteube
|
708a86fb59
|
Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes
|
2019-03-31 17:39:00 +02:00 |
|
jsteube
|
75f7172cca
|
Prepare remove of hash_type variable
|
2019-02-12 15:30:42 +01:00 |
|
jsteube
|
05a01d3843
|
fix some datatypes
|
2018-02-08 19:13:29 +01:00 |
|
philsmd
|
9d58ddd9f6
|
fixed strtok_r () calls, could prevent memory crashes
|
2017-11-18 14:23:02 +01:00 |
|
Rosen Penev
|
6b0ee145c4
|
Fix missing stuff
|
2017-11-10 20:54:48 -08:00 |
|
Rosen Penev
|
1109017a53
|
Change atoi family to strtol family
Suggested by clang tidy
|
2017-11-05 12:33:41 -08:00 |
|
Rosen Penev
|
0555613305
|
Remove else statement after return
Suggested by clang tidy
|
2017-11-04 23:43:33 -07:00 |
|
Jens Steube
|
f3984b7413
|
Start with the original device name
|
2017-10-27 01:28:55 +02:00 |
|
Jens Steube
|
afdc3fac74
|
Fix a shadowed variable
|
2017-10-27 01:20:32 +02:00 |
|
jsteube
|
966cff80bc
|
Allow device name substrings in hashcat.hctune
|
2017-10-27 01:01:07 +02:00 |
|
jsteube
|
1d04de3a8e
|
Limit kernel-loops in straight-mode to 256, therefore allow rules to be stored in constant memory
|
2017-08-23 12:43:59 +02:00 |
|
jsteube
|
12d95fd22c
|
Added option --example-hashes to show an example hash for each hash-mode
|
2017-08-22 11:09:46 +02:00 |
|
sgroat
|
21efc80975
|
fix string
|
2017-04-10 13:35:01 -07:00 |
|
philsmd
|
9ed93fcce9
|
dead code: here we do not need to check for NULL
|
2017-02-14 21:01:52 +01:00 |
|
philsmd
|
f535eb2bd0
|
always check the input for NULL before the strtok_r () calls
|
2017-02-14 20:46:03 +01:00 |
|
philsmd
|
a82f6fb77c
|
our usage of strtok_r () was not totally correct (but almost)
|
2017-02-14 19:48:07 +01:00 |
|
Rosen Penev
|
2a2bd0e2b1
|
Restore strerror as %m is unsupported by the BSDs
The BSDs just print m instead of the actual error message. Benefit
is not worth the cost.
|
2017-02-03 17:53:50 -08:00 |
|
jsteube
|
6ece83760d
|
Add wrapping function for asprintf()
|
2016-12-24 00:40:40 +01:00 |
|
Rosen Penev
|
36bd1c7dd9
|
Replace some snprintf calls with asprintf.
Simplifies the code.
|
2016-12-19 16:46:30 -08:00 |
|
Rosen Penev
|
5c0bd0a15f
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
|
Rosen Penev
|
4d09cc10fd
|
Fix some formats and conversion errors
|
2016-11-30 15:14:42 -08:00 |
|
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.
|
2016-11-20 22:54:52 +01:00 |
|
jsteube
|
536dcef7eb
|
Replaced all calls to strtok() with strtok_r() to ensure thread safety
|
2016-11-16 10:35:01 +01:00 |
|
jsteube
|
8598a79732
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
|
jsteube
|
8fc4da795b
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
|
jsteube
|
27bec8be13
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
|
jsteube
|
14248d38e3
|
Update tuning_db.c function parameters
|
2016-10-06 16:51:01 +02:00 |
|
jsteube
|
9413ed8f56
|
Centralize hashcat_ctx memory allocation and deallocation
|
2016-10-02 00:00:21 +02:00 |
|
jsteube
|
af1701c765
|
Fix some memleaks on shutdown
|
2016-09-30 13:36:27 +02:00 |
|
jsteube
|
d2877b95e4
|
Automatically disable most features in case -I is used
|
2016-09-30 13:14:11 +02:00 |
|
jsteube
|
eb6dffd52a
|
Make tuning_db support modular
|
2016-09-30 12:58:06 +02:00 |
|
jsteube
|
a5800b41f4
|
Rename hash_management.c to hashes.c
|
2016-09-30 09:25:51 +02:00 |
|
jsteube
|
3adbf3d0d5
|
Move global mux_dispatcher variable into opencl_ctx_t
|
2016-09-20 13:18:47 +02:00 |
|
jsteube
|
a0f6ed6832
|
Introduce hashes_t; not finishe yet
|
2016-09-16 17:01:18 +02:00 |
|
jsteube
|
7ce2f2ff19
|
Introduce opencl_ctx_t; not finished yet
|
2016-09-15 16:02:52 +02:00 |
|
jsteube
|
bc75ba70a1
|
Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources
|
2016-09-14 16:07:24 +02:00 |
|
jsteube
|
3daf0af480
|
Added docs/credits.txt
Added docs/team.txt
|
2016-09-11 22:20:15 +02:00 |
|
jsteube
|
6aee697112
|
Cleanup some macro values
|
2016-09-08 12:17:56 +02:00 |
|
jsteube
|
8dd57b715b
|
Create real opencl.c to better distinguish between opencl helper functions and library handling functions
|
2016-09-07 15:13:50 +02:00 |
|
jsteube
|
3ed4bfd237
|
Move tuningdb specific functions into their own source file
|
2016-09-06 19:44:27 +02:00 |
|