File: CHANGES

package info (click to toggle)
openvas-cli 1.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 588 kB
  • sloc: ansic: 2,521; xml: 531; sh: 523; makefile: 5
file content (548 lines) | stat: -rw-r--r-- 20,785 bytes parent folder | download | duplicates (2)
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
openvas-cli 1.4.5 (2016-11-10)

This is the fifth maintenance release of the 1.4 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

Many thanks to everyone who has contributed to this release:
Sven Haardiek, Jan-Oliver Wagner and Michael Wiegand.

Main changes compared to 1.4.5:
* Support for requesting the host status via Asset Management has been added to
  check_omp. This provides a noticeable performance gain for large tasks with
  many results.
* Error results are now correctly counted in check_omp when using a host filter.
* Minimum required version of cmake build environment raised to 2.8.
* The omp-dialog script has been improved.
* A manual page for check_omp has been added.
* A manual page for omp-dialog has been added.
* Documentation has been updated.


openvas-cli 1.4.4 (2016-04-25)

This is the fourth maintenance release of the 1.4 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System release 8
(OpenVAS-8).

Many thanks to everyone who has contributed to this release:
Michael Wiegand.

Main changes compared to 1.4.3:
* check_omp now supports the 'errors' element in a report.
* The build process has been updated to be more efficient and more consistent
  with other modules.


openvas-cli 1.4.3 (2015-10-12)

This is the third maintenance release of the 1.4 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System release 8
(OpenVAS-8).

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Sven Haardiek and Michael Wiegand.

Main changes compared to 1.4.2:
* check_omp now supports treating empty results as UNKNOWN instead of OK with
  the new "--empty-as-unknown" option.
* The build process has been updated to be more efficient and more consistent
  with other modules.


openvas-cli 1.4.2 (2015-07-09)

This is the second maintenance release of the 1.4 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System release 8
(OpenVAS-8).

Many thanks to everyone who has contributed to this release:
BenoƮt Allard and Michael Wiegand.

Main changes compared to 1.4.1:
* The timeout option (-t) is now supported by more actions in the Nagios plugin
  check_omp.
* check_omp now exits with an exit code of NAGIOS_UNKNOWN instead of
  NAGIOS_CRITICAL when a result could not be retrieved.
* The minimum required version of OpenVAS Libraries has been raised to 8.0.4.


openvas-cli 1.4.1 (2015-05-26)

This is the first maintenance release of the 1.4 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System release 8
(OpenVAS-8).

Many thanks to everyone who has contributed to this release:
Matthew Mundell, Eero Volotinen, Jan-Oliver Wagner and Michael Wiegand.

Main changes compared to 1.4.0:
* The omp binary now supports the "--filter" parameter for report retrieval.
* The omp binary now supports the "--details" parameter for task retrieval.
* The check_omp binary now exits with NAGIOS_UNKNOWN instead of NAGIOS_CRITICAL
  when a requested task could not be found.


openvas-cli 1.4.0 (2015-03-16)

This is the first release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the Open Vulnerability Assessment System release 8
(OpenVAS-8).

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Matthew Mundell, Jan-Oliver Wagner and Michael Wiegand.

Main changes compared to the 1.3 series:
* The openvas-libraries dependency has been raised to 8.0.0.
* Both omp and check_omp have been updated to use more appropriate filters.
* The Nagios plugin check_omp now uses a filter for task retrieval, resulting
  in a performance gain.
* Support for choosing the certificates used for client authentication on the
  command line has been added.

Main changes compared to 1.4+beta5:
* Support for choosing the certificates used for client authentication on the
  command line has been added.


openvas-cli 1.4+beta5 (2015-01-12)

This is the fifth beta release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the upcoming Open Vulnerability Assessment System release 8
(OpenVAS-8).

This release improves the task retrieval performance and simplifies command
line option parsing for the Nagios plugin check_omp. It also updates the
command line help for check_omp.

Many thanks to everyone who has contributed to this release:
Jan-Oliver Wagner and Michael Wiegand

Main changes compared to 1.4+beta4:
* The Nagios plugin check_omp now uses a filter for task retrieval, resulting
  in a performance gain.
* Command line option parsing has been simplified for check_omp.
* The command line help for check_omp has been updated.


openvas-cli 1.4+beta4 (2014-11-24)

This is the fourth beta release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the upcoming Open Vulnerability Assessment System release 8
(OpenVAS-8).

This release makes adjustments for the latest changes in OpenVAS Libraries and
updates the filters used in the omp and check_omp binaries.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles and Matthew Mundell.

Main changes compared to 1.4+beta2:
* Both omp and check_omp have been updated to use more appropriate filters.
* The build process has been adjusted for changes in OpenVAS Libraries.


openvas-cli 1.4+beta3 (2014-10-14)

This is the third beta release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the upcoming Open Vulnerability Assessment System release 8
(OpenVAS-8).

This release adds support checking the status of an OMP server ("OMP ping").

Many thanks to everyone who has contributed to this release:
Michael Wiegand.

Main changes compared to 1.4+beta2:
* Support for checking the status of an OMP server ("OMP ping") has been added.


openvas-cli 1.4+beta2 (2014-09-23)

This is the second beta release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the upcoming Open Vulnerability Assessment System release 8
(OpenVAS-8).

This release fixes an issue which caused the omp binary to ignore arguments and
exit early under certain circumstances.

Many thanks to everyone who has contributed to this release:
Matthew Mundell.

Main changes compared to 1.4+beta1:
* An issue which caused the omp binary to ignore arguments and exit early under
  certain circumstances has been fixed.


openvas-cli 1.4+beta1 (2014-09-05)

This is the first beta release of the 1.4 version of the OpenVAS Command Line
Interface (CLI) for the upcoming Open Vulnerability Assessment System release 8
(OpenVAS-8).

This release features a number of small adjustments to ensure OpenVAS CLI builds
with the OpenVAS Libraries of OpenVAS-8. It also add a new --send-file option to
the omp binary and removes the obsolete --rc option.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Matthew Mundell, Jan-Oliver Wagner and Michael Wiegand.

Main changes compared to 1.3.0:
* The openvas-libraries dependency has been raised to 8.0.0.
* The obsolete --rc option for the omp binary has been removed.
* The --send-file option of the omp binary has been added.
* A number of small adjustments for compatibility with OpenVAS-8.


openvas-cli 1.3.0 (2014-04-10)

This is the 1.3.0 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System release 7 (OpenVAS-7).

The mission of OpenVAS CLI Client is to allow creating batch processes for
OpenVAS Manager using the protocol OMP.  The command line tool runs on various
Windows, MacOSX, GNU/Linux and other unixoid operating systems.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Andre Heinecke, Jan-Oliver Wagner and Michael Wiegand.

Main changes since 1.2.x:
* Support for building a statically linked version of the OMP client has been
  added.
* Support for entering passwords on Microsoft Windows has been added.
* Support for Unicode passwords on Microsoft Windows has been added.
* The Nagios plugin has been improved and now supports features like automatic
  false positive filtering, display of DFN CERT IDs and Nagios compatible
  performance data.
* The openvas-libraries dependency has been raised to 7.0.0.

And additionally changes compared to last 1.3+beta2:
* Add support for Windows style help requests using "/?".
* Add --use-certs option to use OpenVAS client certificates for authentication.


openvas-cli 1.3+beta2 (2013-09-30)

This is the second beta release of the 1.3 version of the OpenVAS Command Line
Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.3 is part of the upcoming OpenVAS-7 and supports OMP 2.0,
OMP 3.0, OMP 4.0 and compatible subsets of future versions.

This release adds support for building a statically linked version of the OMP
client and improves Microsoft Windows compatibility.

Many thanks to everyone who has contributed to this release:
Andre Heinecke, Jan-Oliver Wagner and Michael Wiegand.

Main changes compared to 1.3.1+beta1:
* Support for building a statically linked version of the OMP client has been
  added.
* Support for entering passwords on Microsoft Windows has been added.
* Support for Unicode passwords on Microsoft Windows has been added.


openvas-cli 1.3+beta1 (2013-07-02)

This is the first beta release of the 1.3 version of the OpenVAS Command Line
Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.3 is part of the upcoming OpenVAS-7 and supports OMP 2.0,
OMP 3.0, OMP 4.0 and compatible subsets of future versions.

This release features an updated and improved Nagios Plugin.

Many thanks to everyone who has contributed to this release:
Michael Wiegand.

Main changes compared to 1.2.0:
* The Nagios plugin has been improved and now supports features like automatic
  false positive filtering, display of DFN CERT IDs and Nagios compatible
  performance data.
* The openvas-libraries dependency has been raised to 7.0.0.


openvas-cli 1.2.0 (2013-04-15)

This is the 1.2.0 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System release 6 (OpenVAS-6).

The mission of OpenVAS CLI Client is to allow creating batch processes for
OpenVAS Manager using the protocol OMP.  The command line tool runs on various
Windows, MacOSX, GNU/Linux and other unixoid operating systems.

OpenVAS CLI 1.2 is part of OpenVAS-6 and supports OMP 2.0, OMP 3.0, OMP 4.0 and
compatible subsets of future versions.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Marcus Brinkmann, Andre Heinecke, Werner Koch, Michael Meyer,
Matthew Mundell, Jan-Oliver Wagner, Michael Wiegand and Sascha Wilde.

Main changes since 1.1.x:
* New OMP based Nagios plugin.
* New ncurses based OMP interface.
* Observed task are now shown per default.
* Out-of-sources builds are now possible for all targets.
* The openvas-libraries dependency has been raised to 6.0.0.
* The GnuTLS dependency has been raised from 2.2 to 2.8.
* Support for building a statically linked version of the OMP based Nagios
  plugin has been added.

And additionally changes compared to last release candidate 1.2+rc1:
* Support for GnuTLS debugging has been improved.


openvas-cli 1.2+rc1 (2013-03-19)

This is the first release candidate of the 1.2 version of the OpenVAS Command
Line Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.2 is part of the upcoming OpenVAS-6 and supports OMP 2.0,
OMP 3.0, OMP 4.0 and compatible subsets of future versions.

This release includes a fix for get_tasks command and increased GnuTLS
dependency to 2.8.

Many thanks to everyone who has contributed to this release:
Michael Wiegand, Jan-Oliver Wagner.

Main changes compared to 1.2.0+beta2:
* Use omp_get_tasks_ext instead of omp_get_tasks so that observed tasks show up.
* Increase GnuTLS dependency version from 2.2 to 2.8.


openvas-cli 1.2+beta2 (2013-02-22)

This is the second beta release of the 1.2 version of the OpenVAS Command Line
Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.2 is part of the upcoming OpenVAS-6 and supports OMP 2.0,
OMP 3.0, OMP 4.0 and compatible subsets of future versions.

This release adds support for building a statically linked version of the OMP
based Nagios plugin.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Jan-Oliver Wagner, Michael Wiegand and Sascha Wilde.

Main changes compared to 1.2.0+beta1:
* Support for building a statically linked version of the OMP based Nagios
  plugin has been added.


openvas-cli 1.2+beta1 (2012-12-14)

This is the first beta release of the 1.2 version of the OpenVAS Command Line
Interface (CLI) for the Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.2 is part of the upcoming OpenVAS-6 and supports OMP 2.0,
OMP 3.0, OMP 4.0 and compatible subsets of future versions.

This release introduces an OMP based Nagios plugin and an ncurses based
OMP interface. It also enables out-of-source builds and fixes an issue
which caused observed tasks not to be shown per default.

Many thanks to everyone who has contributed to this release:
Hani Benhabiles, Marcus Brinkmann, Andre Heinecke, Werner Koch, Michael
Meyer, Matthew Mundell, Jan-Oliver Wagner, Michael Wiegand and Sascha
Wilde.

Main changes compared to 1.1.5:
* New OMP based Nagios plugin.
* New ncurses based OMP interface.
* Observed task are now shown per default.
* Out-of-sources builds are now possible for all targets.
* The openvas-libraries dependency has been raised to 6.0+beta3.


openvas-cli 1.1.5 (2012-07-19)

This is the 1.1.5 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and OpenVAS 5 and supports OMP 2.0,
OMP 3.0 and compatible subsets of future versions.

This release fixes build issues and allows it to use future OMP versions
as long as commands are still compatible.

Many thanks to everyone who has contributed to this release:
Matthew Mundell, Michael Wiegand and Jan-Oliver Wagner.

Main changes compared to 1.1.4:
* Clean up CMake infrastructure and ensure that compilation with modern
  gccs works.
* If the OMP version is unknown just treat it like version 3.0, as later
  versions may still work with the 3.0 settings.


openvas-cli 1.1.4 (2011-12-06)

This is the 1.1.4 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports both the OMP 2.0 and the
upcoming OMP 3.0 protocol.

This release adds support for OMP 3.0 when retrieving reports.

Many thanks to everyone who has contributed to this release:
Henri Doreau, Matthew Mundell and Michael Wiegand.

Main changes compared to 1.1.3:
* Support for OMP 3.0 when retrieving reports has been added.


openvas-cli 1.1.3 (2011-10-12)

This is the 1.1.3 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release adds support for reading XML input from stdin.

Many thanks to everyone who has contributed to this release:
Matthew Mundell and Michael Wiegand.

Main changes compared to 1.1.2:
* The "omp" command now accepts XML input from stdin when using the "-X"
  parameter.


openvas-cli 1.1.2 (2011-02-21)

This is the 1.1.2 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release features cleanups in the build process and fixes an issue with
incorrect documentation on the man page.

Many thanks to everyone who has contributed to this release:
Michael Wiegand.

Main changes compared to 1.1.0:
* The build environment has been consolidated.
* The documentation for the password parameter on the man page has been
  corrected.


openvas-cli 1.1.1 (2011-02-04)

This is the 1.1.1 release of the OpenVAS Command Line Interface (CLI) for the
Open Vulnerability Assessment System (OpenVAS).

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the protocol OMP 2.0 protocol.

This release feature updates to the build process, improved documentation and
an improved handling of authentication passwords.

Many thanks to everyone who has contributed to this release:
Matthew Mundell, Jan-Oliver Wagner and Michael Wiegand

Main changes compared to 1.1.0:
* Hardening flags are now enabled during compile time to increase code quality.
* The output of --version is now compliant with the GNU Coding Standards.
* The omp binary now warns about revealing passwords when verbose output is
  requested.
* OpenVAS CLI now use pkg-config to find required libraries.
* OpenVAS CLI now provides a manual page for the omp binary.
* The authentication password can now be entered interactively.


openvas-cli 1.1.0 (2010-12-03)

This is the 1.1.0 release of the OpenVAS Command Line Interface
(CLI) for the Open Vulnerability Assessment System (OpenVAS).

The mission of OpenVAS CLI Client is to allow creating
batch processes for OpenVAS Manager using the protocol OMP.
The command line tool runs on various Windows, MacOSX,
GNU/Linux and other unixoid operating systems.

OpenVAS CLI 1.1 is part of OpenVAS 4 and supports the
upcoming protocol OMP 2.0.

Main changes compared to 1.1+rc1:
* New parameter: --get-configs for retrieving a list of scan configs.
* New parameter: --get-targets for retrieving a list of targets.


openvas-cli 1.1+rc1 (2010-11-22)

This release is the first release candidate of the upcoming 1.1 release
of the OpenVAS Command Line Client. It is the command line interface
that allows to create batch processes for OpenVAS Manager using
the protocol OMP.
Release 1.1 is part of OpenVAS 4, the next generation
of the Open Vulnerability Assessment System.

This release features improved compatibility across different OMP versions,
improved documentation, two new command shortcuts and ensures that special
characters are handled correctly in OMP requests.

Many thanks to everyone who has contributed to this release since 1.0.0:
Matthew Mundell, Michael Wiegand and Felix Wolfsteller.

Main changes compared to 1.0:
* Special characters in OMP commands (like umlauts) are now handled correctly.
* The documentation has been improved; source code documentation can now be
  generated using the "make doc" and "make doc-full" commands.
* Compatibility with different OMP versions has been improved.
* New parameter: --get-report-formats for retrieving the available report
  formats (OMP 2.0 only).
* New parameter: --get-omp-version for determining the OMP version used by the
  server.


openvas-cli 1.0.0 (2010-08-03)

This is the 1.0.0 release of the openvas-cli module, an OMP command line client
for the Open Vulnerability Assessment System (OpenVAS).

The OpenVAS CLI contains the command line tool "omp" which allows to send any
command of the OpenVAS Management Protocol (OMP) in original form and some of
the commands as short cuts.  This allows to create batch processes for remote
control of OpenVAS.

OpenVAS CLI is licensed under GNU General Public License Version 2 or any later
version.

Many thanks to everyone who has contributed to this release since 0.2.0:
Jan-Oliver Wagner and Michael Wiegand

Main changes compared to 0.2.0:
* The build environment and the code have been cleaned up and made more
  consistent with the other OpenVAS modules.
* The documentation has been updated.


openvas-cli 0.2.0 (2010-07-19)

This is the second public release of the openvas-cli module for the Open
Vulnerability Assessment System (OpenVAS).

Many thanks to everyone who has contributed to this release:
Stephan Kleine, Matthew Mundell, Jan-Oliver Wagner, Michael Wiegand and Felix
Wolfsteller.

Main changes compared to 0.1.0:
* The build environment has been improved. It is now possible to use MinGW to
  compile openvas-cli for Microsoft Windows.
* Support for storing the connection credentials in a configuration file has
  been added.
* The --get-status parameter has been renamed to --get-tasks to reflect the
  updates in the OMP specification.
* The openvas-libraries dependency has been raised to 3.1.0.


openvas-cli 0.1.0 (2010-03-22)

This is the first public release of the openvas-cli module for the Open
Vulnerability Assessment System (OpenVAS).

The OpenVAS CLI module collects command line tools to communication
with OpenVAS services. Primarily this is the "omp" tool
to use the OpenVAS Management Protocol (OMP) to communicate
with the OpenVAS Manager.