jsteube
|
7ae025efce
|
Improve checking for successfully load of the NVML API
|
2016-11-20 15:59:27 +01:00 |
|
jsteube
|
7249366667
|
Fix some possible division by 0 in hm_SYSFS_get_fan_speed_current()
|
2016-11-20 13:39:29 +01:00 |
|
jsteube
|
72e39a7ec0
|
Try to use true and false in case we're handling a bool data-type just as kind of a hint it's a bool
|
2016-11-18 10:09:03 +01:00 |
|
jsteube
|
bb972931f3
|
Fix some code in hwmon.c to make cppcheck happy
|
2016-11-16 14:12:12 +01:00 |
|
jsteube
|
8645571a7c
|
Improve CPU detection on AMDGPU-Pro
|
2016-11-14 13:05:40 +01:00 |
|
Rosen Penev
|
22abb22c13
|
Fix a few printf formats
|
2016-11-13 17:45:36 -08:00 |
|
Rosen Penev
|
bd780a3729
|
Fix a few float conversion errors
|
2016-11-12 15:20:38 -08:00 |
|
jsteube
|
ac811011b0
|
Fix SYSFS device_id numbering
|
2016-11-11 23:48:43 +01:00 |
|
jsteube
|
12ea82b821
|
Added support for --powertune-enable for AMD-GPU-PRO driver
|
2016-11-10 17:05:26 +01:00 |
|
jsteube
|
69804dc5f7
|
Fix folder.c warnings when compiling on windows
|
2016-11-07 15:05:12 +01:00 |
|
jsteube
|
47b852fcf7
|
Added memory-clock, shader-clock and lanes to status screen via amd-gpu-pro sysfs readings
|
2016-11-06 12:46:51 +01:00 |
|
jsteube
|
9eb9543cda
|
Basic sysfs support to read temp and read/write fan speed for amd-gpu-pro
|
2016-11-05 23:19:13 +01:00 |
|
jsteube
|
3442892fda
|
Use __attribute__ ((format (printf, 2, 3))) to help compiler to identify format strings
|
2016-10-31 09:19:37 +01:00 |
|
Rosen Penev
|
a219b95c17
|
Fix a bunch of warnings
|
2016-10-30 10:58:14 -07:00 |
|
jsteube
|
99afe745b5
|
Fix NvAPI fan speed restore to default on quit
|
2016-10-30 00:21:05 +02:00 |
|
jsteube
|
1c055a6311
|
Move event_log_info() out of hashes.c
|
2016-10-23 14:49:40 +02:00 |
|
jsteube
|
8598a79732
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
|
jsteube
|
ebc26ecac5
|
Fix some log levels in opencl.c
|
2016-10-12 11:45:24 +02:00 |
|
jsteube
|
a3bf6fd4ef
|
Make use of nvmlDeviceGetCount()
|
2016-10-11 12:18:06 +02:00 |
|
jsteube
|
af9de0a7b7
|
Fix some error string formats
|
2016-10-11 10:55:02 +02:00 |
|
jsteube
|
8fc4da795b
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
|
jsteube
|
27bec8be13
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
|
jsteube
|
3a563ce2e9
|
Fix some nvapi calls
|
2016-10-06 17:03:24 +02:00 |
|
jsteube
|
f084aaf61b
|
Update hwmon.c function parameters
|
2016-10-06 11:10:00 +02:00 |
|
coolbry95
|
a78fd4e915
|
changed uint to u32
|
2016-10-04 00:35:49 -04:00 |
|
jsteube
|
9413ed8f56
|
Centralize hashcat_ctx memory allocation and deallocation
|
2016-10-02 00:00:21 +02:00 |
|
jsteube
|
d696a57f2c
|
Use ADL_PTR * instead of void * if possible
|
2016-10-01 13:15:05 +02:00 |
|
jsteube
|
af1701c765
|
Fix some memleaks on shutdown
|
2016-09-30 13:36:27 +02:00 |
|
jsteube
|
d2877b95e4
|
Automatically disable most features in case -I is used
|
2016-09-30 13:14:11 +02:00 |
|
jsteube
|
9f98f6d0d8
|
Make hwmon support modular
|
2016-09-30 11:57:28 +02:00 |
|
jsteube
|
8034fb31b8
|
Make bitmaps, cracks-per-time and debugfile support modular
|
2016-09-30 11:48:14 +02:00 |
|
jsteube
|
c53de67cd4
|
Remove some unneeded mutex
|
2016-09-30 00:04:12 +02:00 |
|
jsteube
|
9f61fb3024
|
Make hm_adapters_* attributes local ones
|
2016-09-28 23:07:25 +02:00 |
|
jsteube
|
ee30055401
|
Get rid of data. global variable in wordlist.c
|
2016-09-28 22:52:42 +02:00 |
|
jsteube
|
7191780296
|
Make use of hwmon_ctx_t
|
2016-09-28 22:28:44 +02:00 |
|
jsteube
|
81bc9081ad
|
Prepare hwmon_ctx_t, not used yet
|
2016-09-28 15:26:56 +02:00 |
|
jsteube
|
94680cb311
|
Move hardware_power_all, kernel_power_all and kernel_power_final to opencl_ctx_t
|
2016-09-28 11:49:08 +02:00 |
|
jsteube
|
2215174c2e
|
Replace "#if defined (HAVE_HWMON)" with "user_options->powertune_enable = false" which give a more easy to read sourcecode
|
2016-09-22 10:55:33 +02:00 |
|
jsteube
|
3adbf3d0d5
|
Move global mux_dispatcher variable into opencl_ctx_t
|
2016-09-20 13:18:47 +02:00 |
|
jsteube
|
a0f6ed6832
|
Introduce hashes_t; not finishe yet
|
2016-09-16 17:01:18 +02:00 |
|
jsteube
|
7ce2f2ff19
|
Introduce opencl_ctx_t; not finished yet
|
2016-09-15 16:02:52 +02:00 |
|
jsteube
|
bc75ba70a1
|
Move tons of functions from hashcat.c into hash_management, interface, opencl, restore, status and weak_hash sources
|
2016-09-14 16:07:24 +02:00 |
|
jsteube
|
376e12efe6
|
Move debugfile related stuff to debugfile.c
|
2016-09-13 10:38:59 +02:00 |
|
jsteube
|
bd5bc294e6
|
Move loopback related stuff to loopback.c
|
2016-09-12 14:58:25 +02:00 |
|
jsteube
|
3daf0af480
|
Added docs/credits.txt
Added docs/team.txt
|
2016-09-11 22:20:15 +02:00 |
|
jsteube
|
b7906f6b93
|
Move outfile specific functions into their own source file
|
2016-09-10 17:35:58 +02:00 |
|
jsteube
|
63b47eebc9
|
Prepare move potfile specific functions into their own source file
|
2016-09-09 23:17:43 +02:00 |
|
jsteube
|
26172af89d
|
Introduce hashconfig_t
|
2016-09-09 16:54:48 +02:00 |
|
jsteube
|
6aee697112
|
Cleanup some macro values
|
2016-09-08 12:17:56 +02:00 |
|
jsteube
|
51a059a606
|
Move status specific functions into their own source file
|
2016-09-08 09:21:25 +02:00 |
|