Commit Graph

275 Commits (b71e06fca8ef172cc1e507635afcb8d925a25822)

Author SHA1 Message Date
jsteube a81c316d1e Add back globbing support for windows
8 years ago
jsteube a5800b41f4 Rename hash_management.c to hashes.c
8 years ago
jsteube 84f96c4dda Add cpt_ctx_t
8 years ago
jsteube dfb88a7002 Remove unneeded objects
8 years ago
jsteube c71f1bfb0c Introduct combinator_ctx_t
8 years ago
jsteube 67dd2e9b67 Separate rules and straight mode from each other, remove rules_ctx_t
8 years ago
jsteube 59ebe10b07 Move functions from filenames.c to opencl.c and shared.c
8 years ago
jsteube 62b97a6fe6 Move loading rules into outer loop
8 years ago
jsteube ebe9f1c07f Prepare for rules_ctx_t
8 years ago
jsteube e6f083b708 Add all defaults for user commandline parameters to user_options.h; Prepare user commandline parameter struct for easier handling of functions calls that require them
8 years ago
jsteube caeedd5646 Move more code from hashcat.c to opencl.c related to opencl device initialization and shutdown
8 years ago
jsteube dcdd0d89cd Move thread_monitor() to monitor.c
8 years ago
jsteube 3f5ce6bb8e Continue move thread_calc() and thread_calc_stdin() to dispatch.c
8 years ago
jsteube bc75ba70a1 Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube 2a6e03510b Add template files
8 years ago
jsteube b7906f6b93 Move outfile specific functions into their own source file
8 years ago
jsteube 63b47eebc9 Prepare move potfile specific functions into their own source file
8 years ago
jsteube f006542317 Prepare move dictstat specific functions into their own source file
8 years ago
jsteube e304eed8c5 Move wordlist specific functions into their own source file
8 years ago
jsteube 18534fcdeb Move stdout specific functions into their own source file
8 years ago
jsteube a8e5172f16 Move filename specific functions into their own source file
8 years ago
jsteube da8e9d50d9 Move hlfmt specific functions into their own source file
8 years ago
jsteube 51a059a606 Move status specific functions into their own source file
8 years ago
jsteube 9eb47153d4 Replace all #ifdef with #if defined (...) for convention
8 years ago
jsteube a56855e355 Move restore specific functions into their own source file
8 years ago
jsteube 1fc22dba03 Move bitmap specific functions into their own source file
8 years ago
jsteube 5c5f3264dd Older gcc do not accept _GNU_SOURCE as a replacement for -std=c99
8 years ago
jsteube 25726e4f4e Remove some (hopefully) redundant macros and compiler options
8 years ago
jsteube 8dd57b715b Create real opencl.c to better distinguish between opencl helper functions and library handling functions
8 years ago
jsteube 3ba5c743f8 Move affinity specific functions into their own source file
8 years ago
jsteube 3ed4bfd237 Move tuningdb specific functions into their own source file
8 years ago
jsteube b8e47c2ba2 Move locking specific functions into their own source file
8 years ago
jsteube c3fe5b40b1 Move folder specific functions into their own source file
8 years ago
jsteube 176fcb56b1 Reorder objects in Makefile
8 years ago
jsteube 1902e6c2eb Create real cpu_crc32.c and rp_cpu.c
8 years ago
jsteube 0a5759ef1c Move usage specific functions into their own source file
8 years ago
jsteube 21666f77b7 Move maskprocessor and statusprocessor specific functions into their own source file
8 years ago
jsteube d15ae38723 Move hwmon specific functions into their own source file
8 years ago
jsteube 5dd5c15966 Move tty_*() specific functions into their own source file
8 years ago
jsteube eb5e192df5 Move logfile() specific functions into their own source file
8 years ago
jsteube 3dc77ced14 More preparation for easier integration of:
8 years ago
jsteube 4b79ccd416 Preparation for easier integration of:
8 years ago
jsteube ff376ce112 Moved bit operations out of shared.[hc] and created bitops.[hc]
8 years ago
philsmd 04baf0ee54
added additional forward slash between folder and file (to make sure)
8 years ago
philsmd ab1005ab1a
fixes #425: flexible way of searching for CRT_glob.o on linux and cygwin
8 years ago
Jens Steube e7214abee3 Do not remove *.dictstat with make clean
8 years ago
jsteube 49f693a1c9 Replace LINUX macro with compiler predefined macro __linux__
8 years ago
jsteube 96f2ade4bb Replace DARWIN macro with __APPLE__
8 years ago
Nikolai Lifanov f1960ec73c use native compiler on FreeBSD
8 years ago
Nikolai Lifanov dd66aba33f Revert "make native build play well with external build systems"
8 years ago
Nikolai Lifanov 61efadb684 make native build play well with external build systems
8 years ago
Nikolai Lifanov 4a598af78c add FreeBSD Makefile target
8 years ago
anthraxx 7f8aaf7430 extend global CFLAGS and LDFLAGS to aid distro packaging
8 years ago
Josh de Kock 86cf95e878 Makefile: remove .app for OSX
8 years ago
Josh de Kock 75a38b2e2e Makefile: fix sed on OSX
8 years ago
Unix-Ninja 2188a01ae9 Refactor OSX preprocessor constants to read 'DARWIN'
8 years ago
jsteube 9a970c0955 Added support for XNVCTRL on Linux to add support for --gpu-temp-retain for NVidia GPU
8 years ago
jsteube aa78cf2c74 Fix sed call in Makefile
8 years ago
jsteube f600b9dd59 Get rid of cp in Makefile install target
8 years ago
philsmd eb08afa543
makefile: indentation fix (replace tabs with spaces) + comments about cygwin builds
8 years ago
Jens Steube f30629b21a Merge pull request #369 from hlein/DESTDIR
8 years ago
Jens Steube 10b086a31d Merge pull request #364 from neheb/patch-2
8 years ago
Mangix 37ff7fbc11
Small fix for < 10 Windows
8 years ago
Hank Leininger 8254e2e3c4
Make sure the INSTALL_FOLDER path exists.
8 years ago
Hank Leininger 8a2bfff917
Added DESTDIR support.
8 years ago
Hank Leininger ecb7ba6f3e
Removed obsolete entries from install: target.
8 years ago
jsteube b875cb51ac Use CRT_glob.o to enable commandline globbing on windows binaries
8 years ago
neheb a8bebb4a55 Add cygwin support
8 years ago
jsteube 829289b109 Fix calling conventions for external libraries (mingw doesn't handle it alone); Fix first print of PROMPT after autotune;
8 years ago
jsteube e9960709b5 Makefile fix
8 years ago
jsteube 040bbd416a More nvapi preparations and display skip reason in benchmark
8 years ago
jsteube 3c6296801a Prepare for reintegration of nvapi for checking thermal limit
8 years ago
jsteube d89a8a68d6 Finally got rid of NvAPI on Windows, replace with NVML
8 years ago
jsteube 19e36694da Added support for --gpu-temp-retain for nvidia devices on windows
8 years ago
Jens Steube 2899f53a15 Move files from include/ to OpenCL/ if they are used within kernels
8 years ago
anthraxx 3828ea354c fallback for Makefile version if its not a git checkout (tarball) (refix)
8 years ago
Jens Steube a55c051c28 Revert "fallback for Makefile version if its not a git checkout (tarball)"
8 years ago
anthraxx a4e1692647 fallback for Makefile version if its not a git checkout (tarball)
8 years ago
jsteube aefd3b03a3 Use VERSION_TAG only, but uncut
8 years ago
jsteube e47030ed7d Prepare to rename project into hashcat
8 years ago
Jens Steube d7f8b356ef Fix for #265: hashcat_tuning.hctab wasn't installed automatically
8 years ago
philsmd 6636cc144d #245: Makefile DEBUG fix
8 years ago
magnum a5be8a75ed Allow and support vector-width 16, which is current maximum for
8 years ago
Jens Steube e01038083c Update Makefile and BUILD.md
8 years ago
Gabriele 'matrix' Gristina f3407cd7f4 HWMon mod
8 years ago
Gabriele 'matrix' Gristina d120ede655 Update ADL Library Loader
8 years ago
jsteube 21525b74e1 Remove more unnecessary libOpenCL*.a related stuff
8 years ago
Gabriele 'matrix' Gristina dcb4888dd5 Remove unnecessary libOpenCL*.a from Makefile
8 years ago
Jens Steube bfe3f148d7 As long as we depend on NVAPI for windows we also need to add a path to its includes
8 years ago
magnum 115d2b6a5a Drop dependencies on non-distributable ADL/NVML headers. The needed glue
8 years ago
Jens Steube cae457df0c Merge pull request #167 from gm4tr1x/issue84
8 years ago
Gabriele 'matrix' Gristina 5bae9de3a3 Implemented OpenCL library loader
8 years ago
Gabriele 'matrix' Gristina dcc4b5a60f Added custom OSX kernel loops and gpu accel default values
8 years ago
Jens Steube 0997ae029e Remove NO-BREAK SPACE character (utf8) from sources
8 years ago
Jens Steube add18eaa6d Fix for last commit
8 years ago
Jens Steube bfc4495bd3 Expanded version information as discussed in https://github.com/hashcat/oclHashcat/issues/138
8 years ago
Gabriele 'matrix' Gristina 5da79e4411 Added support for build without ADL/NVML/NVAPI (issue #120)
8 years ago
Jens Steube b35d2dd2eb Fix native compiler
8 years ago
Jens Steube 05505030b8 Fix CFLAGS
8 years ago
Jens Steube 63e06f582b Prepare fix for datatypes, not final
8 years ago
Jens Steube 7bfee268d4 Fixed some heap buffer overflow
8 years ago
philsmd 7081e3cdf6 Makefile: remove kernels/ directory when running make clean
8 years ago
jsteube 331188167c Replace the substring GPU to a more appropriate "device" or "kernel" substring depending on the context
8 years ago
philsmd f2b8f008c0 pr #53 did not copy the example .hash and .dict files to the doc folder
8 years ago
philsmd d8ac4c3bbc install also the example scripts, place them into the doc folder
8 years ago
Jens Steube 0952a4dfd3 Fix CFLAGS_CROSS_LINUX in Makefile
8 years ago
Jens Steube dc13c2fc71 Switched to Khronos OSS OpenCL reference implementation for building
8 years ago
jsteube 61744662c0 Fix path to includes
8 years ago
jsteube 5f7c47b461 Fix path to includes
8 years ago
jsteube d008a45f3c Activate reordering or files to help integration into linux distributions
8 years ago
jsteube 2be8f5f982 - Added Makefile target for native compilation
8 years ago
philsmd fc65b6fd44 issue #38: NVIDIA SDK is not needed anymore, the lib is dynamically loaded on NVidia systems
8 years ago
jsteube e2412c9b10 We do not depend on CUDA any longer, so get rid of it :)
9 years ago
jsteube 80f86c52a1 Cleanup makefile
9 years ago
jsteube 4a0c47ca08 It's safe now to use AMD's OpenCL includes, tested on NV
9 years ago
philsmd cff683eac1 change in library loading: libnvidia-ml now does load dynamically only on NVidia systems
9 years ago
jsteube 0bf4e3c34a - Dropped all vector code since new GPU's are all scalar, makes the code much easier
9 years ago
Jens Steube 1537390fae Prepare reordering or files to help integration into linux distributions as discussed in https://github.com/hashcat/oclHashcat/issues/20
9 years ago
philsmd c15f0d6146 issue #16: use just "deps" instead of "hashcat-deps" as directory name
9 years ago
philsmd 29547c4f9b issue #14: move /opt/hashcat-deps/ to [git_clone_dir]/hascat-deps/
9 years ago
philsmd ffcf763b13 typo fixed in Makefile
9 years ago
Jens Steube ab66fa1772 Revert "Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads"
9 years ago
Jens Steube e5adccbf38 Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads
9 years ago
Jens Steube 5065474b4e Initial commit
9 years ago