Gabriele Gristina
|
3161aec3da
|
fix the comments :)
|
2019-07-01 17:27:08 +02:00 |
|
Gabriele Gristina
|
5679ca3344
|
Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
|
2019-07-01 01:30:24 +02:00 |
|
Gabriele Gristina
|
5d3ed3e754
|
Remove union from HCFILE, using std file ops in ocl_check_dri, remove debug comments
|
2019-06-28 17:58:08 +02:00 |
|
Gabriele Gristina
|
c2e634c426
|
switch is_gzip from short to bool
|
2019-06-27 23:51:54 +02:00 |
|
Gabriele Gristina
|
481c752456
|
No more compress functions, update example.dict.gz, remove some comments
|
2019-06-27 20:18:47 +02:00 |
|
Gabriele Gristina
|
398c89c75c
|
switch almost all FILE ops, potfile is the only missing
|
2019-06-26 19:06:46 +02:00 |
|
Gabriele Gristina
|
b2529af172
|
remove original commented code
|
2019-06-22 15:00:50 +02:00 |
|
Gabriele Gristina
|
6cb4abd526
|
Add zlib support v2
|
2019-06-21 21:56:38 +02:00 |
|
Jens Steube
|
68e39c2e47
|
Startup Checks: Improved the pidfile check: Do not just check for existing PID but also check executable filename
|
2019-06-03 15:43:56 +02:00 |
|
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 |
|
Jens Steube
|
9afed4b88d
|
Pidfile: Treat a corrupted pidfile like a not existing pidfile
|
2018-11-14 09:32:06 +01:00 |
|
jsteube
|
8abd7ae9d1
|
Fix some old GCC compiler warnings
|
2017-07-06 10:35:25 +02:00 |
|
Rosen Penev
|
4ceb7a1afa
|
Prefer _WIN to _POSIX for defines.
Also miscellaneous fixes here and there.
|
2017-02-23 15:55:06 -08:00 |
|
jsteube
|
79e8b6a6b9
|
Make sure to unlink the pidfile only if our instance created it, but even in case of error
|
2017-02-17 08:59:22 +01:00 |
|
jsteube
|
b2c9172f65
|
Fix missing free() in pidfile.c
|
2017-02-14 16:58:18 +01:00 |
|
jsteube
|
2824192cc5
|
Fix several memory leaks in pidfile handling in case a hashcat instance is already running
|
2017-02-14 16:40:08 +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
|
ac5d274845
|
Sessions: Move out handling of multiple instance from restore file into separate pidfile
|
2017-01-27 16:29:18 +01:00 |
|