forked from jschauma/sshscan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
108 lines (84 loc) · 3.55 KB
/
CHANGES
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Version 4.0 (2020-06-11)
* eradicate master/slave terminology, be reborn as 'sshscan'
Version 3.3.0 (2012-02-03)
* allow checkhosts(1) to read hosts from stdin or on the command-line
* allow checkhosts(1) to print noping,nossh,nosshd info to stderr instead
of into separate files
Version 3.2.1 (2011-06-11)
* fix tyop noted by blysik@ in
https://github.com/jschauma/scanmaster/pull/2
Version 3.2.0 (2011-05-29)
* don't use dates as names used to identify directories to aggregate;
look at mtime in comparison to the scans start time instead
Version 3.1.6 (2011-05-22)
* save a fork by obliterating a UUOC
* collect unclean exit status files in the generic aggregator
* check if scanslaves are alive before chunking
Version 3.1.5 (2011-03-01)
* display time it took and number of hosts scanned
Version 3.1.4.1 (2011-02-05)
* add autopw password injector
Version 3.1.4 (2011-01-29)
* aggregator scripts should be passed date the scan was
started
* don't use possibly PREFIX variable in the generic aggregator -- it is
set in the scanmaster already
Version 3.1.3 (2011-01-28)
* remove hardcoded references users, keys, hostnames,
pathnames etc.
Version 3.1.2 (2011-01-22)
* ensure all output is collected in aggregator
Version 3.1.1 (2011-01-19)
* let the aggregator also collect hosts_exit_* files
Version 3.1.0 (2010-12-11)
* allow use to specify password-only, pubkey-only or
either-or via -A authmode; allow user to set SSHOPTS in environment
* allow user to set SSH_ADD_OPTS to influence ssh-add(1) behaviour
* allow user to set SCAN_ENV to influence all scanslave(1) processes
Version 3.0.0 (2010-11-23)
* use a headless user by default
Version 2.3.3 (2010-08-23)
* add generic wrapper scripts
Version 2.3.2 (2010-08-12)
* if input has too few lines, don't try to split
Version 2.3.1 (2010-08-04)
* invoke tkill every minute; otherwise a hung job will be terminated only
after 10 minutes (worst case)
* try to kill a possibly running ssh-agent when all is said and done
* tkill all processes running for longer than 120 seconds
Version 2.3.0 (2010-07-21)
* let scanslave start an ssh-agent;
change protocol order to 2,1: not all hosts have an sshv1 key, so
attempting sshv1 first with a key and failing will end the attempts
* explicitly disable agent forwarding when connecting to the target hosts
Version 2.2.2 (2009-11-07)
* remove slave status file after it finished
Version 2.2.1 (2009-11-07)
* fix syntax error introduced in 2.2
Version 2.2 (2009-11-07)
* add suggestion for a wrapper if aggregator args aren't
sufficiently flexible
* offer a way to show what slaves are still working (done
by way of SIGINFO)
* correct use of ssh agent forwarding
Version 2.1 (2009-09-14)
* explicitly set StrictHostKeyChecking=no
* don't interpret '*' as a filename if not enough hosts
are given on input to actually create a split
* don't require optional files/arguments
* clarify that a number of scripts passed to scanmaster
are passed through to all scanslaves
Version 2.0 (2009-08-02)
* use , as OFS
Version 1.1 (2009-08-02)
* make remote exit codes useful
* add examples to scanslave and scanmaster manpages
* let scanmaster pass additional flags to scanslave
Version 1.0 (2009-05-18)
* run the pre-script before checking for existence of other given files,
since the pre-script might generate some of them
* don't invoke an ssh-agent; if users want to use an
agent, they need to start it on their desktop and forward it
(change in behaviour, so bumping major)
Version 0.1 (2009-05-07)
* Initial packaged version