15
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* openvasd/attack.c (launch_plugin): Use OIDs instead of IDs when logging information about NVT execution to KB. More... over 15 years ago
Work on Change Request #17 (http://www.openvas.org/openvas-cr-17.html - "OTP: Make NVT signatures available to OpenVAS-Client"). Replaced sending of dummy certificate key oids by "real" fingerprints. Sends dummy certificate information. More... over 15 years ago
* configure.in: Updated version requirements for -libraries and -libnasl. More... over 15 years ago
Steps to an implementation of Change Request #17 (http://www.openvas.org/openvas-cr-17.html - "Make NVT signatures available to OpenVAS-Client"). Uses the new field "sign_key_ids" of plugin-structures and the .desc store. Until soon, just a dummy- string will be used and eventually transmitted by the server. More... over 15 years ago
* openvasd/nasl_plugins.c (nasl_plugin_add): Replaced obsolete ID check by OID check (might have excluded id-less scripts), added comment. More... over 15 years ago
* openvasd/nsp.h: Removed. Contained include guard and gpl only. * Manifest: Updated (removed openvasd/nsp.h). More... over 15 years ago
Added to keep lintian quiet More... over 15 years ago
Fixed missing files More... over 15 years ago
Fixed missing files and dependencies More... over 15 years ago
Fixed typo More... over 15 years ago
Cleaned up the rules Removed no longer required patches Updated copyright with details of translators Updated standards version. Adjusted dependencies to use libopenvas2-dev and libopenvasnasl2-dev Changed defaults so that it listens on 1241 on 127.0.0.1 by default More... over 15 years ago
Minor typo More... over 15 years ago
Now makes $localstatedir/openvas/private/CA More... over 15 years ago
Minor typo More... over 15 years ago
Refreshed auto* (autoconf) as ./configure was barfing More... over 15 years ago
* openvasd/oval_plugins.c: Changed to set OIDs exclusively; setting IDs as a workaround for NTP is no longer required. More... over 15 years ago
* doc/otp_specification_10.txt: Removed; the specification for OTP has been updated and moved to the OpenVAS compendium. More... over 15 years ago
Post release version bump. More... over 15 years ago
Doing the 2.0-beta1 release. More... over 15 years ago
* openvasd/oval_plugins.c (ovaldi_launch), openvasd/dirutils.c (init_directories): Changed unsafe uses of sprintf to use snprintf with the correct buffer sizes. More... over 15 years ago
* MANIFEST: Updated. More... over 15 years ago
* openvasd/oval_plugins.c: Added notice regarding running ovaldi with reduced privileges. More... over 15 years ago
* openvasd/comm.c (comm_init): Removed setting of scan_ids and pubkey_auth. More... over 15 years ago
* openvasd/openvasd.c (server_thread): Removed conditional for ntp_11, because this is standard for otp. More... over 15 years ago
* openvasd/ntp_11.c (ntp_11_parse_input): Replaced call of ntp_11_prefs() by calling ntp_11_read_prefs() for PREFERENCES command. ntp_11_prefs does nothing relevant except calling ntp_11_read_prefs. (ntp_11_prefs): Removed. It only handled escape_crlf which is fixed to true for OTP. More... over 15 years ago
* openvasd/ntp_11.c (ntp_11_prefs, ntp_11_send_prefs_errors): Removed support for PREFERENCES ERROR message type as it was never properly implemented and is now obsolete. More... over 15 years ago
Added missing entry. More... over 15 years ago
Changed communication protocol to use OTP exclusively now. Removed the last instances of dynamic protocol extension selection. More... over 15 years ago
Optimized plugin selection with OIDs. Selection is now considerably faster. More... over 15 years ago
Fixes to re-enable plugin loading after the OID changes. Please note that the selection of the plugins chosen by the user at the start of a new scan is _very_ slow at the moment since the plugin retrieval function is not yet optimized. More... over 15 years ago