Commit Graph

350 Commits (61e8368592e7ba0db1fe2ce4b0ac58d876b8c071)

Author SHA1 Message Date
Jens Steube 61e8368592 hashcat 6.1.1
4 years ago
Jens Steube 9ac87db99e Unset PRODUCTION in src/Makefile
4 years ago
Jens Steube 9ed07f892b hashcat 6.1.0
4 years ago
Jens Steube 5fab483cf0 Compile ZLIB: Fixed makefile include paths in case USE_SYSTEM_ZLIB is used
4 years ago
Jens Steube ca8a8b33e6
Merge pull request #2459 from xvitaly/minizip-fix
4 years ago
Jens Steube 75d801e1d7 Compile macOS: Fixed makefile target 'clean' to correctly remove *.dSYM folders
4 years ago
philsmd 570d0ac090
Makefile: added .dictstat2, brain files and luks_tests to the distclean target
4 years ago
philsmd 78dd206bf2
Makefile: update clean/distclean targets
4 years ago
Vitaly Zaitsev d259689e19
Fixed linkage against packaged version of minizip (part of zlib).
4 years ago
Vitaly Zaitsev eb8c398114
Allow GNU/Linux maintainers to select configure options without
4 years ago
Jens Steube 9b3cda2d43 Unset PRODUCTION in src/Makefile
4 years ago
Jens Steube 13e2dec017 hashcat 6.0.0
4 years ago
philsmd 0ef0a1673f
fixes #2162: add -liconv to FreeBSD's Makefile LFLAGS
4 years ago
xambroz 6b253c15c6
Fix debugedit - canonicalization unexpectedly shrank by one character
4 years ago
Jens Steube 08163501cf Add option to disable cubin cache binaries and moved some redundant kernel load code into specific function
4 years ago
Jens Steube 7672c49f7e gcc: disable picky gcc-8 function pointer warnings
4 years ago
Jens Steube 8039290cd0 Update -m 10700 unstable warning and disable JiT compiler optimization for AMD GPU PRO, too
4 years ago
Jens Steube 4bef41ed1b Update -m 10700 unstable warning and disable JiT compiler optimization in pure kernel mode
4 years ago
philsmd d07f002337 electrum 4/5: improve speed (rm hook)
5 years ago
Jens Steube 48f60cc0f5 Get rid of cast-function-type warnings on newer GCC
5 years ago
philsmd 31d8445c37 re-enable USE_SYSTEM_LIBSECP256K1 = 1
5 years ago
philsmd db91fe6981 Added -m 21700 = Electrum 4 and -m 21800 = Electrum 5
5 years ago
Gabriele Gristina b54ad7981f update repo and re-apply zip patch
5 years ago
Gabriele Gristina 28a04d80b1 remove useless objs from OBJS_ZLIB
5 years ago
Gabriele Gristina 60a683daa8 Hide warning about implicit declaration of function
5 years ago
Gabriele Gristina e86cbf426a add workaround for zlib with cygwin build (v2)
5 years ago
Gabriele Gristina 9673dedebf Force undef WIDECHAR in cygwin build
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
Gabriele Gristina ec41a3f84e switch to /usr/bin/ar
5 years ago
Gabriele Gristina b75fcef780 Fix fatal OSX build errors
5 years ago
Jens Steube a01cc28ec6
Merge pull request #2014 from hashcat/master
5 years ago
philsmd f45a726376
fixes #2012: add Deflate support for 7-Zip using zlib
5 years ago
Jens Steube 50a6e720ca More OpenCL variables rename
5 years ago
Jens Steube a6fa7a2749 Add support for some first CUDA module loader
5 years ago
Jens Steube 6fd936b43a Removed --opencl-platforms filter in order to force backend device numbers to stay constant
5 years ago
Jens Steube e3500ff4aa Add CUDA device attributes to -I
5 years ago
Jens Steube 4045e60021 Add nvrtc wrapper for later use
5 years ago
Jens Steube 4b986de5fb Prepare native CUDA hybrid integration
5 years ago
jsteube 91d9475c11 Plugin refactorization should be finished, no more need for these flags
5 years ago
jsteube 56ecfc3991 No need to risk stability for 400k binary size
5 years ago
jsteube 5951322f72 Testcommit using ar tool in Makefile
5 years ago
jsteube b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
5 years ago
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
5 years ago
jsteube 2bb594b385 Remove add3() from bitops, replaced with the ones in inc_common.cl
5 years ago
jsteube ecbd4a51c8 Add remaining emu_inc_* sources to Makefile
5 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
5 years ago
jsteube fb8a9d7c40 Get rid of cpu_sha1.c
5 years ago
jsteube 66d94b06e4 Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version
5 years ago
jsteube 0a6fc35707 Fix includes in Makefile
5 years ago