hashcat.git
2016-07-09 Jens SteubeDo not remove *.dictstat with make clean
2016-07-08 jsteubeReplace LINUX macro with compiler predefined macro...
2016-07-08 jsteubeReplace DARWIN macro with __APPLE__
2016-07-08 jsteubeRewrite some code to workaround strict aliasing rule...
2016-07-08 Jens SteubeMissing save of original platform id
2016-07-08 Jens SteubeMerge branch 'master' of https://github.com/hashcat...
2016-07-08 Jens SteubeMake use of cl_context_properties[] to clCreateContext...
2016-07-08 Jens SteubeMerge pull request #426 from philsmd/master
2016-07-08 Jens SteubeMerge pull request #421 from lifanov/freebsd-port
2016-07-08 philsmdfixes -m 424: problem removing multiple already found...
2016-07-06 Nikolai Lifanovenable path resolution on FreeBSD
2016-07-06 Nikolai Lifanovfix get_path_exe: not sure what I was thinking
2016-07-06 Nikolai Lifanovadd tty handling for FreeBSD
2016-07-06 Nikolai Lifanovimplement thread affinity for FreeBSD
2016-07-06 Jens SteubeMerge pull request #419 from philsmd/master
2016-07-06 philsmdfixed problem where hashcat did not remove WPA/WPA2...
2016-07-05 Nikolai Lifanovimplement get_exec_path for FreeBSD
2016-07-05 Nikolai LifanovFreeBSD also needs stdio.h
2016-07-05 Nikolai Lifanovuse native compiler on FreeBSD
2016-07-05 Nikolai Lifanovinclude the right cl.h on FreeBSD
2016-07-05 Nikolai LifanovRevert "make native build play well with external build...
2016-07-05 Nikolai Lifanovmake native build play well with external build systems
2016-07-05 Nikolai Lifanovadd FreeBSD Makefile target
2016-07-05 Jens SteubeMerge pull request #417 from philsmd/master
2016-07-05 philsmdMerge remote-tracking branch 'upstream/master'
2016-07-05 philsmdthis fixes #400: --loopback was not working
2016-07-05 Jens SteubeMerge pull request #415 from anthraxx/master
2016-07-04 jsteubeMake scrypt thread count fixed only for non-CPU OpenCL...
2016-07-04 jsteubeFixed a bug where hashcat crashes in case of a scrypt...
2016-07-04 anthraxxextend global CFLAGS and LDFLAGS to aid distro packaging
2016-07-04 Jens SteubeMerge pull request #413 from philsmd/master
2016-07-04 philsmdspecial case handling for commas within masks of .hcmas...
2016-07-04 Jens SteubeMerge pull request #409 from joshdekock/patch-2
2016-07-04 Jens SteubeMerge pull request #407 from joshdekock/patch-1
2016-07-01 Josh de Kockhashcat.c: change osx to OSX use shared_dir
2016-07-01 Josh de KockMakefile: remove .app for OSX
2016-07-01 Josh de KockMakefile: fix sed on OSX
2016-07-01 jsteubeFixed a bug where hashcat crashes for accessing dealloc...
2016-07-01 jsteubeThe Time.Estimated attribute in status display should...
2016-07-01 jsteubeFixed a bug where hashcat did not check the return...
2016-07-01 Jens SteubeMerge pull request #404 from philsmd/master
2016-07-01 philsmdcosmetic: fix parenthesis of the help output
2016-07-01 Jens SteubeMerge pull request #401 from philsmd/master
2016-06-30 philsmdtest: fixed verify for -m 13100, -m 13200, -m 13300...
2016-06-30 jsteubeFix for PR https://github.com/hashcat/hashcat/commit...
2016-06-30 Jens SteubeFix a broken url to travis build status
2016-06-30 Jens SteubeUpdate changes.txt
2016-06-30 Jens SteubeFix https://github.com/hashcat/hashcat/issues/395
2016-06-30 Jens SteubeMerge pull request #394 from f1rebird/master
2016-06-29 Moritz KickMake linux-build POSIX compatible
2016-06-29 jsteubeRemove old beta notes
2016-06-28 jsteubeLimit scrypt to 64 threads has no performance impact... v3.00
2016-06-28 jsteubeWorkaround memory allocation limit from OpenCL by using...
2016-06-27 jsteubeDynamic tmp_t length for scrypt
2016-06-27 Jens SteubeDo our own include-file permission check before an...
2016-06-27 Jens SteubeMerge pull request #392 from unix-ninja/master
2016-06-27 Unix-NinjaMake POSIX limits.h explicit declaration
2016-06-27 Unix-NinjaRefactor OSX preprocessor constants to read 'DARWIN'
2016-06-27 jsteubeUse dedicated variables to control shutdown of parallel...
2016-06-27 Jens SteubeSet exhausted status was too late
2016-06-27 Jens SteubeFix benchmark devices_status bug
2016-06-26 Jens SteubeMove macros DGST_R0 - DGST_R3 to host, define dgst_size...
2016-06-26 jsteubeDon't use device_processor_cores for scrypt
2016-06-26 jsteubeFix reset to automatic for NvAPI
2016-06-26 jsteubeSet fanspeed to automatic on shutdown
2016-06-26 jsteubeDisable use of nvmlDeviceSetComputeMode() and nvmlDevic...
2016-06-26 jsteubeDisable some of NVMLs useless throttle reasons
2016-06-26 jsteubeMove thread_monitor() to outer threads
2016-06-26 jsteubeFix race condition in thread_keypress
2016-06-26 jsteubeDo not overwrite quit status when user forced it with...
2016-06-26 jsteubeFix a bug related to --limit
2016-06-26 jsteubeFix some devices_status handling
2016-06-25 jsteubeAdd some small section with basic examples to --help...
2016-06-25 Jens SteubeMove keyspress detecting thread to outer loop
2016-06-25 Jens Steubewindows path update
2016-06-25 Jens SteubeMerge pull request #390 from philsmd/master
2016-06-25 philsmddo not ignore keypress / status changes
2016-06-25 Jens SteubeMerge pull request #388 from unix-ninja/master
2016-06-24 Unix-NinjaClean end-of-line output usage (not actually POSIX)
2016-06-24 Unix-NinjaAdd -D short flag for --opencl-device-types
2016-06-24 Jens SteubeOSX didn't know about MAX_PATH, had to include limits...
2016-06-24 Jens SteubeWindows doesn't accept escape characters, falling back...
2016-06-24 Jens SteubeRemove workaround with multiple include folders; Instea...
2016-06-24 Jens SteubeMerge pull request #387 from philsmd/master
2016-06-24 philsmdcosmetic fix: don't show prompt and warning within...
2016-06-23 Jens SteubeDrop -m 190, no reason to keep it
2016-06-22 Jens SteubeEvil bug fixed caused by variable-name collision
2016-06-22 Jens SteubeFix invalid error CL_INVALID_VALUE caused by a zero...
2016-06-21 Jens SteubeMerge pull request #385 from NSAKEY/master
2016-06-21 _NSAKEYCapitalization.
2016-06-21 _NSAKEYAnother trivial log message edit.
2016-06-21 Jens SteubeMerge pull request #384 from NSAKEY/master
2016-06-21 _NSAKEYTrivial log message touch-ups.
2016-06-21 jsteubeFix a race condition in output file handling
2016-06-21 jsteubeAdd GTX 1070 to tuning database
2016-06-21 Jens SteubeRemove benchmark info; Better align status display...
2016-06-19 Jens SteubeMerge pull request #380 from usernamestaken/master
2016-06-19 radixUpdate wording on some warning messages.
2016-06-19 Jens SteubeMerge pull request #379 from 0xbsec/patch-1
2016-06-19 Jens SteubeMerge pull request #378 from dropdeadfu/master
next