Commit Graph

9563 Commits (master)
 

Author SHA1 Message Date
Jens Steube f4a6585c58 Merge pull request #388 from unix-ninja/master
8 years ago
Unix-Ninja fce2363fec Clean end-of-line output usage (not actually POSIX)
8 years ago
Unix-Ninja 78a819417b Add -D short flag for --opencl-device-types
8 years ago
Jens Steube 1550b9de07 OSX didn't know about MAX_PATH, had to include limits.h; Use heap not stack memory
8 years ago
Jens Steube 6d2aa559a6 Windows doesn't accept escape characters, falling back to old method for windows
8 years ago
Jens Steube 268b1e3ad0 Remove workaround with multiple include folders; Instead use a naive escape function
8 years ago
Jens Steube 68f040680a Merge pull request #387 from philsmd/master
8 years ago
philsmd 79d02466af
cosmetic fix: don't show prompt and warning within the same line
8 years ago
Jens Steube 8298cd4926 Drop -m 190, no reason to keep it
8 years ago
Jens Steube c172da1bd2 Evil bug fixed caused by variable-name collision
8 years ago
Jens Steube fe18f51406 Fix invalid error CL_INVALID_VALUE caused by a zero length copy when using large hashlists
8 years ago
Jens Steube 49360a6dd7 Merge pull request #385 from NSAKEY/master
8 years ago
_NSAKEY 26dada5a19 Capitalization.
8 years ago
_NSAKEY c713196d8b Another trivial log message edit.
8 years ago
Jens Steube 2a88323d9c Merge pull request #384 from NSAKEY/master
8 years ago
_NSAKEY 2504b59eea Trivial log message touch-ups.
8 years ago
jsteube 39042d39e8 Fix a race condition in output file handling
8 years ago
jsteube e3c499c75d Add GTX 1070 to tuning database
8 years ago
Jens Steube 5a2f0bb5be Remove benchmark info; Better align status display if more than 9 devices
8 years ago
Jens Steube adb170f887 Merge pull request #380 from usernamestaken/master
8 years ago
radix 5d41b93514
Update wording on some warning messages.
8 years ago
Jens Steube e01a2143d2 Merge pull request #379 from 0xbsec/patch-1
8 years ago
Jens Steube 09bb592aed Merge pull request #378 from dropdeadfu/master
8 years ago
M. Hasbini 6bd6a3fa66 Removed duplicate rule 'cl' & 'l'
8 years ago
dropdead 30aebe81fa Cleaned log output
8 years ago
jsteube 6b2b11fdc0 Increase --stdout output performance
8 years ago
jsteube e4f2002e53 Add missing -m 2000 kernels
8 years ago
jsteube 4444c17ec6 Speed up startup time for --stdout by using an empty kernel
8 years ago
jsteube 07acd52ed4 Some optical change on startup
8 years ago
jsteube d57ac912cc Fix https://github.com/hashcat/oclHashcat/issues/374
8 years ago
jsteube 92a111be74 Fixed some macros
8 years ago
jsteube e8aefb412c Reenable --gpu-temp-retain (65c by default), now that we have fan set support on Linux and Windows
8 years ago
jsteube 2bd49e6720 Added --gpu-temp-retain support for windows through nvapi
8 years ago
jsteube 6a2ec331ef Check permission to set fan speed before actually doing it, otherwise X11 becomes mad and drops the connection
8 years ago
jsteube e43be7aba3 Do not try to set fanspeed if connection to X11 failed
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 4f9af82f5c Hacked hashcat.hctune for GTX1080 is no longer needed as NV fixed the device name bug in the driver
8 years ago
jsteube 28505c350b Add commandline support to override cpu spinning damper for nvidia runtime
8 years ago
Jens Steube fd3813f279 save_hash() always works with a file, therefore no branch required
8 years ago
Jens Steube c61798434e Merge branch 'master' of https://github.com/hashcat/oclHashcat
8 years ago
Jens Steube 90181e565a This patch should remove a bottleneck causing slow writing performance of hash files which can be annoying when using --remove in combination with large hashlists
8 years ago
jsteube 5542e46022 Added option --stdout to print candidates instead of trying to crack a hash
8 years ago
jsteube 3461673b26 Update hashcat.hctune to use vector > 1 for NV cards only in BF because of register pressure
8 years ago
jsteube eda36a9877 Make sure to not overflow
8 years ago
Jens Steube 4f0709b3c9 Another slow-hash improvement
8 years ago
jsteube d275772b9f Fix for 100% CPU burning loop workaround for slow hashes
8 years ago
jsteube 8abc42e346 Simple, but effective workaround to solve the 100% CPU burning loop bug in Nvidias OpenCL runtime, works Linux and Windows, 0% cpu (alsmost), 100% performance in comparison to CPU burning loop variant. Replaces old previous try with overwritten clock_gettime() function
8 years ago
jsteube 217f9e6004 Do not try to use clock_gettime() on OSX
8 years ago
jsteube 7ef80fb12b Do not automatically enable powertune in benchmark, but allow the user to enable it manually
8 years ago
jsteube 9174767847 Inform user about how to verify reported cracking speed
8 years ago