1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-12 10:58:57 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
magnum
ba0b2ee641 Ensure 'make clean' is a safe operation (eg. do not remove output and
session files). Add a 'make distclean' target for removing such files
as well. Closes #1218.
2017-04-06 11:39:29 +02:00
jsteube
3648efdb02 Add *.pid to .gitignore 2017-01-27 23:13:33 +01:00
philsmd
f181cec5fb
.gitignore: added/fixed the wildcards for obj/lzma_sdk/ 2017-01-24 11:40:23 +01:00
philsmd
a587f549fd
fix for previous commit: added folder to .gitignore 2017-01-24 10:52:52 +01:00
jsteube
d2c76d9320 This commit splits the native hashcat binary into the hashcat library and hashcat frontend.
I've tested this with Linux and Msys2. I hope it will work on FreeBSD, OSX and Cygwin as well.
There's also four new dedicated makefile targets for install: install_library install_hashcat install_docs install_shared
Also the main_shared.c and its makefile target have been removed, as the main frontend is the best example possible
2016-12-29 20:40:07 +01:00
Gabriele Gristina
a94102f37a Add missing check for opencl_ctx_init() 2016-09-18 18:30:32 +02:00
jsteube
caf2a7da6d Use .gitmodules to handle OpenCL headers depency
Based on https://github.com/hashcat/hashcat/pull/467
2016-09-02 10:22:30 +02:00
jsteube
e47030ed7d Prepare to rename project into hashcat
This release markes the fusion of "hashcat" and "oclHashcat" into "hashcat".
It combines all features of all hashcat projects in one project.
2016-05-10 19:07:07 +02:00
Gabriele 'matrix' Gristina
5da79e4411 Added support for build without ADL/NVML/NVAPI (issue #120)
Added support for build OSX native binaries (issue #63)
2016-01-20 20:55:09 +01:00
philsmd
98c38a570e minor: .gitignore update 2016-01-03 17:43:24 +01:00
jsteube
11bf28745a Generate folders for cached kernels for the binary distribution in runtime, too 2016-01-03 13:49:07 +01:00
philsmd
c15f0d6146 issue #16: use just "deps" instead of "hashcat-deps" as directory name 2015-12-09 15:55:06 +01:00
Jens Steube
c9b3bc17de Added .gitignore 2015-12-05 14:37:25 +01:00