1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
Commit Graph

8234 Commits

Author SHA1 Message Date
Jens Steube
4392da95c9 Update docs/changes.txt 2022-02-09 14:41:34 +01:00
Jens Steube
ac19970276
Merge pull request #3159 from matrix/missing_STR_M2S_replacement
Rename STR() to M2S(), part 2
2022-02-08 10:27:40 +01:00
Gabriele Gristina
b0c6738289 Rename STR() to M2S(), part 2 2022-02-07 13:31:22 +01:00
Jens Steube
be75e4b4ea Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2022-02-07 09:57:08 +01:00
Jens Steube
8192fd0d47
Merge pull request #3157 from matrix/rpi_Makefile
Fixed building error on Raspberry Pi
2022-02-06 14:53:07 +01:00
Jens Steube
ace160d810
Merge pull request #3156 from matrix/metal_hostCode
Backends: added Metal host-code
2022-02-06 14:52:40 +01:00
Gabriele Gristina
7ac879f1e4 Fixed unused variable warning on Windows 2022-02-06 02:04:27 +01:00
Gabriele Gristina
89a52cfe21 Fixed building error on Raspberry Pi 2022-02-06 01:57:04 +01:00
Gabriele Gristina
829d49c8ba resync src/backend.c 2022-02-06 01:17:19 +01:00
Gabriele Gristina
6427ee57f4 cleanup ext_metal.m 2022-02-05 23:30:04 +01:00
Gabriele Gristina
490702fcfa Backends: added Metal host-code 2022-02-05 22:48:16 +01:00
Jens Steube
68e86fffee
Merge pull request #3153 from matrix/metal_prepare_kernelAddressSpaceAttributes
Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime
2022-02-05 17:34:57 +01:00
Gabriele Gristina
9d36245d51 Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2022-02-04 19:54:00 +01:00
Jens Steube
8293964097 Fix coding convention 2022-02-04 10:28:45 +01:00
Jens Steube
edae3db725
Merge pull request #3140 from matrix/metal_prepare_kernelIncludes_v2
Refactored standard kernel includes in order to support Apple Metal runtime, updated backend, test units and status code
2022-02-03 18:17:17 +01:00
Jens Steube
bf8f14669b Fix docs/changes.txt wording 2022-02-02 16:34:10 +01:00
Gabriele Gristina
f21ae3219c
Merge branch 'master' into metal_prepare_kernelIncludes_v2 2022-02-02 07:33:45 +01:00
Jens Steube
d4b7663d19 Fix warning on Linux
```
src/terminal.c: In function ‘backend_info’:
src/terminal.c:821:10: warning: unused variable ‘hw_model_len’
[-Wunused-variable]
  821 |   size_t hw_model_len = 0;
      |          ^~~~~~~~~~~~
```
2022-02-01 18:22:54 +01:00
Jens Steube
b37cd4dd08
Merge pull request #3148 from matrix/backendInfo_add_sysinfo
Padding backend_info() output, updated changes.txt
2022-01-31 18:38:35 +01:00
Gabriele Gristina
c2cbb2938a Padding backend_info() output, updated changes.txt 2022-01-30 19:49:23 +01:00
Jens Steube
1998379f7f
Merge pull request #3147 from philsmd/master
tests: cleanup and module dependencies fix
2022-01-30 16:46:49 +01:00
philsmd
6ca37c5a94
tests: cleanup and module deps fix 2022-01-30 10:35:51 +01:00
Jens Steube
e971a6e095
Merge pull request #3146 from matrix/backendInfo_add_sysinfo
Added generic system info to backend_info()
2022-01-29 19:24:19 +01:00
Gabriele Gristina
3ce57b5d2a Added generic system info to backend_info() 2022-01-29 08:15:28 +01:00
Gabriele Gristina
cd363b32f6
Merge branch 'master' into metal_prepare_kernelIncludes_v2 2022-01-28 19:56:26 +01:00
Jens Steube
86b4abde9a Fixed changes.txt ordering 2022-01-28 17:09:52 +01:00
Jens Steube
b8a2853be0
Merge pull request #3142 from matrix/appleSilicon_universalBinary
Added support to building Universal macOS binary on Apple Silicon
2022-01-27 16:26:17 +01:00
Jens Steube
ecb78a6ffd
Merge pull request #3141 from matrix/updated_moduleUnstableWarnings_and_statusCodes
Fixed bug on benchmark engine, add some unstable warnings, updated negative status code
2022-01-26 13:37:10 +01:00
Jens Steube
a60c4a2033
Merge branch 'master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-26 13:37:02 +01:00
Jens Steube
c39829f231 Cleaned up some changes.txt entries 2022-01-25 14:44:27 +01:00
Gabriele Gristina
0f8629dc83
Merge branch 'hashcat:master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-24 07:37:12 +01:00
Gabriele Gristina
e15df9dac9 push back changes on changes.txt and status_codes.txt 2022-01-24 07:35:46 +01:00
Gabriele Gristina
f13948d14c Merge remote-tracking branch 'origin/master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-24 07:32:41 +01:00
Gabriele Gristina
9066a714a0 restore changes.txt and status_codes.txt 2022-01-24 07:32:07 +01:00
Jens Steube
b444958462
Merge pull request #3143 from lorenzobilli/hctune-update
Added Nvidia 16 series and latest 30s to hctune
2022-01-24 07:24:59 +01:00
Gabriele Gristina
e5237a0ad2
Merge branch 'hashcat:master' into metal_prepare_kernelIncludes_v2 2022-01-24 07:13:51 +01:00
Lorenzo Billi
07a5cae4fd Added Nvidia 16 series and latest 30s to hctune 2022-01-23 18:34:49 +01:00
Jens Steube
adef885dcd
Merge pull request #3105 from matrix/autotune_error_handling
Autotune: Added error handling
2022-01-23 18:05:03 +01:00
Gabriele Gristina
e8fc803cdd Updated includes on hash-type 28600 kernel source 2022-01-23 14:18:02 +01:00
Gabriele Gristina
d9c93cd3f3 Updated status code handling on test.sh (added autotune failure) 2022-01-23 00:15:05 +01:00
Gabriele Gristina
0bb2f8ebe4
Merge branch 'hashcat:master' into autotune_error_handling 2022-01-23 00:08:22 +01:00
Gabriele Gristina
743c12b858 Updated credits 2022-01-22 23:49:02 +01:00
Gabriele Gristina
07240ada8b Added support to building Universal macOS binary on Apple Silicon 2022-01-22 23:08:18 +01:00
Gabriele Gristina
01a28f80f7 Updated handling of POCL's known bugs 2022-01-22 22:40:18 +01:00
Gabriele Gristina
2c0b4cd20a
Merge branch 'hashcat:master' into metal_prepare_kernelIncludes_v2 2022-01-22 21:06:02 +01:00
Gabriele Gristina
0525f434e8
Merge branch 'master' into updated_moduleUnstableWarnings_and_statusCodes 2022-01-22 18:52:57 +01:00
Jens Steube
d85f86373c
Merge pull request #3113 from matrix/apple_gpu_modules_native_threads
Set native_threads to 32 with Apple GPU's on multiple hash modules
2022-01-22 18:26:26 +01:00
Gabriele Gristina
a1ced24564 Fixed bug on benchmark engine, add some unstable warnings, updated negative status code 2022-01-22 12:10:09 +01:00
Gabriele Gristina
10fa1434ca Updated status code: set -10 for autotune failure 2022-01-21 20:28:13 +01:00
Gabriele Gristina
6175459b0a
Merge branch 'hashcat:master' into autotune_error_handling 2022-01-21 20:26:10 +01:00