Commit Graph

1423 Commits (be90158675e7dbe76f1d3b1f09ece68ce2a87fb0)
 

Author SHA1 Message Date
Nikolai Lifanov 3d3d212595 FreeBSD also needs stdio.h
8 years ago
Nikolai Lifanov f1960ec73c use native compiler on FreeBSD
8 years ago
Nikolai Lifanov a2663fb93a include the right cl.h 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
Jens Steube 91b0cbcc5a Merge pull request #417 from philsmd/master
8 years ago
philsmd f326c5de4c Merge remote-tracking branch 'upstream/master'
8 years ago
philsmd 067c0b8e83
this fixes #400: --loopback was not working
8 years ago
Jens Steube 69e3e39568 Merge pull request #415 from anthraxx/master
8 years ago
jsteube dc9696bc3f Make scrypt thread count fixed only for non-CPU OpenCL devices
8 years ago
jsteube fc2b20b273 Fixed a bug where hashcat crashes in case of a scrypt P setting > 1
8 years ago
anthraxx 7f8aaf7430 extend global CFLAGS and LDFLAGS to aid distro packaging
8 years ago
Jens Steube 30919d4641 Merge pull request #413 from philsmd/master
8 years ago
philsmd d0f924580f
special case handling for commas within masks of .hcmask file
8 years ago
Jens Steube 362cb054a6 Merge pull request #409 from joshdekock/patch-2
8 years ago
Jens Steube 73f05240bd Merge pull request #407 from joshdekock/patch-1
8 years ago
Josh de Kock 3db9be6eda hashcat.c: change osx to OSX use shared_dir
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
jsteube b58f7a4675 Fixed a bug where hashcat crashes for accessing deallocated buffer if user spams "s" shortly before hashcat shuts down
8 years ago
jsteube ad00844b26 The Time.Estimated attribute in status display should also show --runtime limit if user set it
8 years ago
jsteube 7b84980e4b Fixed a bug where hashcat did not check the return of realpath() and crashes uncontrolled if the path does not exist
8 years ago
Jens Steube 484477dfbd Merge pull request #404 from philsmd/master
8 years ago
philsmd 4ee4794412
cosmetic: fix parenthesis of the help output
8 years ago
Jens Steube ede4cfdc3b Merge pull request #401 from philsmd/master
8 years ago
philsmd 567923966b
test: fixed verify for -m 13100, -m 13200, -m 13300 and -m 13400
8 years ago
jsteube edb5028a4d Fix for PR 69122fb554 which wasn't complete
8 years ago
Jens Steube e73f6f5d18 Fix a broken url to travis build status
8 years ago
Jens Steube 3260efbb01 Update changes.txt
8 years ago
Jens Steube 8fc1306b0b Fix https://github.com/hashcat/hashcat/issues/395
8 years ago
Jens Steube 86f1305246 Merge pull request #394 from f1rebird/master
8 years ago
Moritz Kick 69122fb554 Make linux-build POSIX compatible
8 years ago
jsteube 67a8d97675 Remove old beta notes
8 years ago
jsteube 6be99f523c Limit scrypt to 64 threads has no performance impact but makes it easier to handle
8 years ago
jsteube 8702d0e3e1 Workaround memory allocation limit from OpenCL by using multiple buffers for scrypt
8 years ago
jsteube 4ed8977e48 Dynamic tmp_t length for scrypt
8 years ago
Jens Steube 37bf9d65b0 Do our own include-file permission check before an OpenCL runtime fails loading them and erroring out with a confusing error messages like "file not found"
8 years ago
Jens Steube 3370820109 Merge pull request #392 from unix-ninja/master
8 years ago
Unix-Ninja d8bb00cf77 Make POSIX limits.h explicit declaration
8 years ago
Unix-Ninja 2188a01ae9 Refactor OSX preprocessor constants to read 'DARWIN'
8 years ago
jsteube 115c95eb02 Use dedicated variables to control shutdown of parallel threads like keypress and monitoring
8 years ago
Jens Steube cf9c184cd5 Set exhausted status was too late
8 years ago
Jens Steube 772e2ac33f Fix benchmark devices_status bug
8 years ago
Jens Steube ed1863c263 Move macros DGST_R0 - DGST_R3 to host, define dgst_size for opencl kernel from host; both at runtime
8 years ago
jsteube 0e68b2af25 Don't use device_processor_cores for scrypt
8 years ago
jsteube 6191e8bf79 Fix reset to automatic for NvAPI
8 years ago
jsteube 49811cfee1 Set fanspeed to automatic on shutdown
8 years ago
jsteube 78c1d45b09 Disable use of nvmlDeviceSetComputeMode() and nvmlDeviceSetGpuOperationMode() - no advantage of using it
8 years ago
jsteube de1d1da454 Disable some of NVMLs useless throttle reasons
8 years ago