-
Notifications
You must be signed in to change notification settings - Fork 47
/
CHANGES
133 lines (94 loc) · 4.97 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
SUMMARY OF RELEASE CHANGES FOR OPENVAS-SMB
==========================================
For detailed code changes, please visit
https://github.com/greenbone/openvas-smb/commits/master
or get the entire source code repository and view log history:
$ git clone https://github.com/greenbone/openvas-smb.git
$ cd openvas-smb && git log
openvas-smb 1.0.5 (2019-04-05)
This is the fifth maintenance release of the openvas-smb module 1.0 for the
Greenbone Vulnerability Management 10 (GVM-10) framework.
Main changes compared to 1.0.4:
* Documentation has been updated and improved.
openvas-smb 1.0.4 (2018-08-29)
This is the fourth maintenance release of the openvas-smb module 1.0 for the
OpenVAS Scanner.
This release features a number of minor improvements to both code and build process.
Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Christian Fischer, Bjoern Ricks and Michael Wiegand.
Main changes compared to 1.0.3:
* Support to build with heimdal version 7.5.0 has been added.
* An issue which caused overflow on wmi_connect*() functions has been addressed.
openvas-smb 1.0.3 (2018-03-26)
This is the third maintenance release of the openvas-smb module 1.0 for the
OpenVAS Scanner.
This release features a number of minor improvements to both code and build process.
It updates to Debian 9 Stretch as default and improves the documentation.
Many thanks to everyone who has contributed to this release:
Bjoern Ricks, Hani Benhabiles, Christian Fischer, Jan-Oliver Wagner and Michael Wiegand.
Main changes compared to 1.0.2:
* Handling of version information has been improved.
* Documentation has been improved.
* Several issue which cause build failures and warnings with recent gnutls versions
have been addressed.
* An issue which caused a memory access violation has been addressed.
* The build process has been improved in a number of places and is now more
consistent with the other OpenVAS modules.
* Update to Debian 9 as default has been done.
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.