forked from tux-mind/autocrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
22 lines (21 loc) · 1.09 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Autocrack - automatically crack everything throught CPU and GPU
Copyright (C) 2012 Massimo Dragano <[email protected]>
2012-10-09 Massimo Dragano <[email protected]>
* Makefile.am: add check-local target
* test/test.sh: testing script
2012-10-08 Massimo Dragano <[email protected]>
* autocrack.c: moved verbosity control on first option check.
optimized network check killer.
* INSTALL: add instructions on install-sh
2012-09-22 Massimo Dragano <[email protected]>
* autocrack.c: use optind for restart getopt counter.
2012-09-09 Massimo Dragano <[email protected]>
* autocrack.c: fix option parsing bug that keep run even if no data has been provided
2012-08-28 Massimo Dragano <[email protected]>
* configure.ac: hide rcracki_mt checking.
2012-08-27 Massimo Dragano <[email protected]>
* common.c: auto-kill if cannot terminate some childs.
* autocrack.c: double parse options for exit immediatly if user ask for help or infos.
* All: minor bug-fixes
2012-06-04 Massimo Dragano <[email protected]>
* : First release.