Sanity: Added sanity check to disallow --loopback in combination with --runtime

This commit is contained in:
jsteube
2017-01-05 22:46:34 +01:00
parent 038b915e2d
commit 0fe6db6839
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@
- Potfile: In v3.10 already, the default potfile suffix changed but the note about was missing. The "hashcat.pot" became "hashcat.potfile"
- Potfile: Added old potfile detection, show warning message
- Sanity: Added sanity check to disallow --speed-only in combination with -i
- Sanity: Added sanity check to disallow --loopback in combination with --runtime
- Threads: Replaced all calls to ctime() with ctime_r() to ensure thread safety
- Threads: Replaced all calls to strerror() with %m printf() GNU extension to ensure thread safety