1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
2007-09-21 Nico Leidecker <nfl@portcullis-security.com>
* VERSION:
- Version set to 1.2.3
* src/dictionary.c, src/sucrack.c:
- reading passwords from stdin supported
* src/sucrack.c:
- reject running sucrack root
* README, doc/sucrack.1:
- updated
2007-04-24 Nico Leidecker <nfl@portcullis-security.com>
* VERSION:
- Version set to 1.2.2.
- sucrack ported and tested on NetBSD
* configure.ac:
- OS detection added
* src/pty:
- poll() bug fixed
* README:
- updated
2007-04-02 Nico Leidecker <nfl@portcullis-security.com>
* VERSION:
- Version set to 1.2.1.
* configure.ac:
- Static linking is now optional
* doc/sucrack.1:
- Manpage added
* README:
- updated
2007-02-15 Nico Leidecker <nfl@portcullis-security.com>
* VERSION:
- Version set to 1.1.
* src/Makefile.am:
- Modification for static linking
* configure.ac, src/dictionary.c, src/su.c, src/worker.c, src/sucrack.c,
src/rewriter.c, src/stat.c, src/dictionary.h, src/su.h, src/worker.h,
src/sucrack.h, src/rewriter.h, src/stat.h:
- Extra compile arguments and preprocessor directives
for dictionary buffer type added.
- Statistics are optional by configuration flag
- Minimalistic statistics/progress added
* README:
- updated
2006-01-03 Nico Leidecker <nfl@portcullis-security.com>
* First release of version 1.0.
|