File: CHANGELOG

package info (click to toggle)
stealth 4.01.05-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,524 kB
  • ctags: 358
  • sloc: cpp: 2,764; sh: 151; makefile: 129; ansic: 42
file content (64 lines) | stat: -rw-r--r-- 1,977 bytes parent folder | download | duplicates (9)
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
1.31

    Added options --suppress and --resume to allow logfile rotations
        --resume implies a --rerun
        --terminate can be used following --suppress

    Removed ::exit() and atexit() calls, using exceptions instead.

    Added `Monitor', containing all process-control functions previously 
        provided by Scanner itself. Scanner now only performs the scanning
        functions. 

1.20.2 (Debian) and beyond:
===========================

    See the debian changelog file for all changes as of version 1.20.2

1.20
====

Long options added (1.11), `LOG =' may be specified with CHECK commands.

Starting version 1.20, a Debian package is provided in parallel to the source
package. The Debian package contains the full documentation, as well as the
binary version of the stealth program. 

1.10
====

-i <time in seconds or minutes> option added: stealth will start its scan
somwhere in the random interval between now and the time specified after -i.
By default the time in seconds is expected. If at least an m is appended to
the time specificiation, the time specification is interpreted as time in
minutes (e.g., -i 5min)

1.01
====

DEFINE symbols accept other DEFINE symbols in their definitions. Direct or
indirect circular DEFINE definitions should be avoided by the policy's author.
The demo.pol policy file, the manual page and the manual was rewritten to
reflect this change.
The stealthmail script contained a stealth-version reference, which was
removed. 

1.00
====

Official release party (featuring coffee and pastries) at the computing center
of the university of Groningen, November 12, 2002. No changes in the software
or the docs, just a little celebration. Thanks, Hopko!

0.90
====

old reports get 4-digit years
DEFINE directives defined in the config file
several USE defines were changed
Manual added to the documentation
Scripts added
C++ Classes used by stealth reorganized/redefined.

0.21: initial release
=====================