forked from greenbone/openvas-smb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
78 lines (57 loc) · 3.01 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
openvas-smb 1.0.2 (2016-11-09)
This is the second maintenance release of the openvas-smb module 1.0 for the Open
Vulnerability Assessment Systems (OpenVAS).
This release features a number of minor improvements to both code and build
process. It raises the minimum required version of the GnuTLS library and
improves the documentation of the 'wmic' and 'winexe' binaries.
Many thanks to everyone who has contributed to this release:
Sebastien Aucouturier, Christian Fischer, Sven Haardiek, Andre Heinecke, Miguel
Angel Cabrera Moya, Jan-Oliver Wagner and Michael Wiegand.
Main changes compared to 1.0.1:
* The minimum required version of the GnuTLS library has been raised to 3.2.15
in order to enforce the presence of newer (more secure) TLS and ciphers.
* The build process has been improved in a number of places and is now more
consistent with the other OpenVAS modules.
* Minor code clean-ups and fixes to make sure openvas-smb builds on more recent
systems.
* The documentation has been improved.
openvas-smb 1.0.1 (2015-03-13)
This is the first maintenance release of the openvas-smb module 1.0 for the Open
Vulnerability Assessment Systems (OpenVAS).
This release ensures openvas-smb builds with GnuTLS 3.0 or newer as well as
addressing other build system issues.
Many thanks to everyone who has contributed to this release:
Benoît Allard, Andre Heinecke and Michael Wiegand.
Main changes compared to 1.0.0:
* An issue which caused a build failure when building with GnuTLS 3.0 or newer
has been fixed.
* An issue which caused a build failure when building in Debian 8 ("Jessie")
has been fixed.
* Public header files are now installed correctly.
* Private symbols are now hidden.
* Build performance has been improved.
openvas-smb 1.0.0 (2015-02-09)
This is the first release of the openvas-smb module 1.0 for the Open
Vulnerability Assessment Systems (OpenVAS).
This release adds support for NTLMv2 to win_cmd_exec and includes the WMI
command line tool "wmic". It also removes included libraries and uses the system
libraries in their place and contains the result of several code cleanups.
Many thanks to everyone who has contributed to this release:
Andre Heinecke.
Main changes compared to 1.0+beta2:
* Support for NTLMv2 has been added to win_cmd_exec.
* The WMI command line tool "wmic" has been added.
* Included heimdal libraries have been removed, openvas-smb uses the system
libraries now.
* Included popt library has been removed, openvas-smb uses the system
library now.
* Several clean ups to remove unused code and to improve quality in both code
and build environment.
openvas-smb 1.0+beta1 (2015-01-14)
This is the first release of the openvas-smb module for the Open Vulnerability
Assessment Systems (OpenVAS).
This module includes libraries to interface with Microsoft Windows Systems
through the Windows Management Instrumentation API and a winexe binary to
execute processes remotely on that system.
Many thanks to everyone who has contributed to this release:
Andre Heinecke, Jan-Oliver Wagner and Michael Wiegand.