jsteube
|
2d2eadd2f6
|
Use hc_path_create() for additional write checks on startup
|
2017-01-28 00:08:12 +01:00 |
|
jsteube
|
17548d3ee8
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01:00 |
|
jsteube
|
6ece83760d
|
Add wrapping function for asprintf()
|
2016-12-24 00:40:40 +01:00 |
|
jsteube
|
316694fd08
|
Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
|
2016-11-16 10:22:57 +01:00 |
|
jsteube
|
93adde9d2f
|
* Wrap everything related to *stat() into own functions
* Testwise remove early includes to stdin for OSX, see if they are still required
|
2016-10-31 11:28:06 +01:00 |
|
Rosen Penev
|
a219b95c17
|
Fix a bunch of warnings
|
2016-10-30 10:58:14 -07:00 |
|
jsteube
|
b044271b01
|
Move more status display calculate logic into separate functions
|
2016-10-17 13:44:07 +02:00 |
|
jsteube
|
42677df2a6
|
Start context-related logging with goal to get rid of logging.c
|
2016-10-08 23:16:40 +02:00 |
|
jsteube
|
81650dcc46
|
Initial proposal
|
2016-10-07 16:56:44 +02:00 |
|
jsteube
|
a5f842c4b5
|
Fix some missing sign conversions
|
2016-09-30 17:41:40 +02:00 |
|
jsteube
|
936655e0ee
|
Add missing include for windows
|
2016-09-29 00:25:36 +02:00 |
|
jsteube
|
df23d5b4e9
|
Move more functions out of hashcat.c
|
2016-09-28 23:53:46 +02:00 |
|
jsteube
|
59ebe10b07
|
Move functions from filenames.c to opencl.c and shared.c
|
2016-09-24 21:44:43 +02:00 |
|
jsteube
|
a70590b0dc
|
Move sanity check into user_options.c
|
2016-09-20 17:04:31 +02:00 |
|
jsteube
|
4cde17aea7
|
Fix race-condition in thread_keypress()
|
2016-09-20 12:32:39 +02:00 |
|
jsteube
|
3daf0af480
|
Added docs/credits.txt
Added docs/team.txt
|
2016-09-11 22:20:15 +02:00 |
|
jsteube
|
ae457c992e
|
get rid of hc_global_data_t data in shared.c
|
2016-09-08 14:11:35 +02:00 |
|
jsteube
|
245e2a3e73
|
shared.c is now clean, ready to cleanup on other sources
|
2016-09-08 14:05:53 +02:00 |
|
jsteube
|
d9073296e4
|
Make hc_sleep() a function
|
2016-09-08 10:48:38 +02:00 |
|
jsteube
|
e3d0cd0bdd
|
Move more functions out of shared.c
|
2016-09-08 10:01:49 +02:00 |
|
jsteube
|
51a059a606
|
Move status specific functions into their own source file
|
2016-09-08 09:21:25 +02:00 |
|
jsteube
|
9eb47153d4
|
Replace all #ifdef with #if defined (...) for convention
|
2016-09-07 22:29:57 +02:00 |
|
jsteube
|
eb00cd959f
|
Move TUNING_DB_FILE to tuningdb.h
|
2016-09-07 22:06:43 +02:00 |
|
jsteube
|
9f416109d9
|
Fix psapi include for windows
|
2016-09-07 22:04:04 +02:00 |
|
jsteube
|
a56855e355
|
Move restore specific functions into their own source file
|
2016-09-07 22:01:34 +02:00 |
|
jsteube
|
1fc22dba03
|
Move bitmap specific functions into their own source file
|
2016-09-07 21:13:53 +02:00 |
|
jsteube
|
25726e4f4e
|
Remove some (hopefully) redundant macros and compiler options
|
2016-09-07 20:30:14 +02:00 |
|
jsteube
|
80d7dce9b5
|
Move more functions out of shared.c
|
2016-09-07 16:04:42 +02:00 |
|
jsteube
|
8dd57b715b
|
Create real opencl.c to better distinguish between opencl helper functions and library handling functions
|
2016-09-07 15:13:50 +02:00 |
|
jsteube
|
f9e1329ca9
|
Fix CRLF
|
2016-09-07 12:45:08 +02:00 |
|
jsteube
|
9336ca8838
|
Remove data. access from pthread_setaffinity_np (apple version)
|
2016-09-07 11:42:05 +02:00 |
|
jsteube
|
dda89fe610
|
Add includes to get OSX working
|
2016-09-07 11:24:21 +02:00 |
|
jsteube
|
3ba5c743f8
|
Move affinity specific functions into their own source file
|
2016-09-07 11:16:31 +02:00 |
|
Gabriele 'matrix' Gristina
|
b0c6eee06c
|
Fix multiple build issues with OSX
|
2016-09-06 22:25:54 +02:00 |
|
jsteube
|
3ed4bfd237
|
Move tuningdb specific functions into their own source file
|
2016-09-06 19:44:27 +02:00 |
|
jsteube
|
b8e47c2ba2
|
Move locking specific functions into their own source file
|
2016-09-06 19:08:46 +02:00 |
|
jsteube
|
e4bf86dcbe
|
Replace #pragma once with #ifndef #define #endif logic because #pragma once does not work cleanly on OSX
|
2016-09-06 18:44:05 +02:00 |
|
jsteube
|
c3fe5b40b1
|
Move folder specific functions into their own source file
|
2016-09-06 18:23:26 +02:00 |
|
jsteube
|
1902e6c2eb
|
Create real cpu_crc32.c and rp_cpu.c
|
2016-09-06 15:28:56 +02:00 |
|
jsteube
|
0a5759ef1c
|
Move usage specific functions into their own source file
|
2016-09-06 14:11:03 +02:00 |
|
jsteube
|
21666f77b7
|
Move maskprocessor and statusprocessor specific functions into their own source file
|
2016-09-06 13:52:26 +02:00 |
|
jsteube
|
d15ae38723
|
Move hwmon specific functions into their own source file
|
2016-09-06 13:29:50 +02:00 |
|
jsteube
|
5dd5c15966
|
Move tty_*() specific functions into their own source file
|
2016-09-06 13:16:38 +02:00 |
|
jsteube
|
eb5e192df5
|
Move logfile() specific functions into their own source file
|
2016-09-06 13:05:49 +02:00 |
|
jsteube
|
3dc77ced14
|
More preparation for easier integration of:
* https://github.com/hashcat/hashcat/pull/485
* https://github.com/hashcat/hashcat/pull/486
|
2016-09-06 11:49:26 +02:00 |
|
jsteube
|
4b79ccd416
|
Preparation for easier integration of:
* https://github.com/hashcat/hashcat/pull/485
* https://github.com/hashcat/hashcat/pull/486
|
2016-09-05 21:47:26 +02:00 |
|
jsteube
|
ff376ce112
|
Moved bit operations out of shared.[hc] and created bitops.[hc]
based on 1aafa13e09
|
2016-09-05 14:12:31 +02:00 |
|
jsteube
|
ddfd212513
|
Fix indents
|
2016-09-05 12:37:14 +02:00 |
|
jsteube
|
63c17cf2c1
|
replaced macros with enums and static const char types
based on a55052cc66
|
2016-09-05 12:34:36 +02:00 |
|
jsteube
|
8d661f7c40
|
replaced macros with enums and static const char types
based on 4323b4a70a
|
2016-09-05 11:41:05 +02:00 |
|