Commit Graph

207 Commits (980f04a7b65fbbc2a1cb03dea00feb1f6ed85293)

Author SHA1 Message Date
jsteube 980f04a7b6 Rename instances of OSX to MacOS
7 years ago
jsteube 6c16b7f3ee Version tag rc6
7 years ago
jsteube dae6bc8657 Version tag rc5
7 years ago
jsteube d64f6e0912 Version tag rc4
7 years ago
jsteube f55350584f Version tag rc3
7 years ago
jsteube 822ae7b9a9 RC2
7 years ago
Jens Steube 4a4eb0ef7f Merge pull request #1376 from neheb/make
7 years ago
Rosen Penev 190fc9bf17 Deny warnings with -Wno instead of commenting them out.
7 years ago
philsmd 48f153b5e2
typo in Makefile
7 years ago
jsteube 036d4874c7 Update version numbers to v4.0.0-RC1
7 years ago
jsteube 2517292ac1 Removed option --weak-hash-check (zero-length password check) to increase startup time, it also causes many Trap 6 error on OSX
7 years ago
jsteube e47506c610 Use pure kernel rule engine for --stdout
7 years ago
Jens Steube 4833d6c4d7 Fix Makefile and test.sh script
7 years ago
jsteube c4098e2230 Fix invalid use of a non-vector function from within a vector function
7 years ago
jsteube 8abd7ae9d1 Fix some old GCC compiler warnings
7 years ago
jsteube 83d5302256 Fix install makefile target for use with hashcat.hcstat2
7 years ago
Jens Steube 08fc0ec1fb Added self-test funcionality for OpenCL kernels on startup
7 years ago
jsteube 9a8f4036ec Set github master back into development mode
7 years ago
Jens Steube acd93cf780 Mark release for production
7 years ago
Jens Steube 086a07264a Switch from libiconv to win-iconv
7 years ago
Jens Steube 79609e8a54 Building: On binary release package, link libiconv static for windows binaries
7 years ago
Pierre-Antoine Haidar-Bachminska 4e30ec5489 Fix compilation error on macOs (missing iconv linking)
7 years ago
Jens Steube 7cabb848d2 Wordlist encoding: Support added for internal convert from and to user-defined encoding during runtime
7 years ago
sgroat 21efc80975 fix string
7 years ago
magnum ba0b2ee641 Ensure 'make clean' is a safe operation (eg. do not remove output and
7 years ago
jsteube 67159b1936 Update Makefile: we're currently not in PRODUCTION=1 phase
7 years ago
Rosen Penev df3c2e712e
Change c99 to gnu99. _GNU_SOURCE conflicts with c99
7 years ago
jsteube 5f58a25dcc Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
7 years ago
jsteube 778f568d91 Prepare for v3.40 release
7 years ago
philsmd 2436972623
always use the native sed (not gsed) for OSX, #1036
7 years ago
Jens Steube 5d42f47c73 Merge pull request #1036 from gum0x/master
7 years ago
jsteube 06c184aeea Do not use NULL for va_* variadic functions
7 years ago
Jens Steube 79513ce226 Building: Replaced linking of CRT_glob.o with the use of int _dowildcard
7 years ago
gum0x f92d454ac0 Ident corrections
7 years ago
gum0x 5e52f20867 * Added Darwin OS version conditional in order to use sed instead of gsed if OS version is macOS Sierra (v16).
7 years ago
Jens Steube 07dd639038 Revert "Adding windows appveyor builds"
7 years ago
Stephen 28d37be94a Update Makefile
7 years ago
Stephen 7826906f58 Update Makefile
7 years ago
jsteube e0c3f447da Added hash-mode 4520 = sha1($salt.sha1($pass))
7 years ago
Jens Steube 0bea462bcd Fix default compile target on Msys2
7 years ago
jsteube ac5d274845 Sessions: Move out handling of multiple instance from restore file into separate pidfile
7 years ago
jsteube 9408c2fec8 Fix install target for new SHARED variable in Makefile
7 years ago
jsteube b7b2f1a79c Building: Add SHARED variable to Makefile to choose if hashcat is build as static or shared binary (using libhashcat.so/hashcat.dll)
7 years ago
jsteube df0c61bf79 - Building: Split native compilation into two dedicated targets: "hashcat_static" and "hashcat_shared", default is "hashcat_static"
7 years ago
philsmd 6fe0173a79
#965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip
7 years ago
Jens Steube 99e2a4e12d Set PRODUCTION back to zero while in development phase
7 years ago
jsteube 6d8e938549 Added production flag in Makefile to disable all the GCC compiler options needed only for development
8 years ago
Nikolai Lifanov 9616c80e25 respect ports tree CFLAGS and LFLAGS step 2
8 years ago
Nikolai Lifanov 4cce9a9fd1 respect ports tree CFLAGS and LFLAGS
8 years ago
Gabriele Gristina 472206384d Try fix -rpath usage
8 years ago