15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* 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... about 17 years ago
* MANIFEST: Updated. More... about 17 years ago
* openvasd/oval_plugins.c: Added notice regarding running ovaldi with reduced privileges. More... about 17 years ago
* openvasd/comm.c (comm_init): Removed setting of scan_ids and pubkey_auth. More... about 17 years ago
* openvasd/openvasd.c (server_thread): Removed conditional for ntp_11, because this is standard for otp. More... about 17 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... about 17 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... about 17 years ago
Added missing entry. More... about 17 years ago
Changed communication protocol to use OTP exclusively now. Removed the last instances of dynamic protocol extension selection. More... about 17 years ago
Optimized plugin selection with OIDs. Selection is now considerably faster. More... about 17 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... about 17 years ago
Typo fix More... about 17 years ago
Make the plugin timeout settings use OID instead of ID. More... about 17 years ago
Make the command PLUGIN_LIST send OIDs instead of old IDs. Make the PLUGIN_INFO command be interpreted with OIDs instead of IDs. More... about 17 years ago
Adding preliminary support for OVAL definitions. Second step for change request #13 (Integrating the OVAL interpreter ovaldi into OpenVAS Server) (http://www.openvas.org/openvas-cr-13.html) More... about 17 years ago
* openvasd/comm.c (extract_extensions): Removed superfluous else that broke compilation. More... about 17 years ago
Making protocol extension "timestamps" standard. More... about 17 years ago
* openvas-services: Fixed changes from rev 83 that caused the server to not report the appropriate port for the service when an open port 1241 was detected. More... about 17 years ago
Making protocol extension "plugins_version", "plugins_cve_id", "plugins_bugtraq_id" and "plugins_xrefs" standard. More... about 17 years ago
Making protocol extension "dependencies" standard. More... about 17 years ago
Remove NEW_ATTACK command. More... about 17 years ago
* openvasd/otp_1_0.c (otp_1_0_get_client_request): New method. More... about 17 years ago
Start the otp 1.0 module with a first simple method. More... about 17 years ago
* doc/kb_entries.txt: Removed those entries that could be integrated into openvas-compendium. Ordered the rest alpabetically and attached a big hint about the status of these information. More... about 17 years ago
Adding preliminary support for OVAL definitions. First step for change request #13 (Integrating the OVAL interpreter ovaldi into OpenVAS Server) (http://www.openvas.org/openvas-cr-13.html) More... about 17 years ago
Cleanup (flaten) doc directory. More... about 17 years ago
First step of consolidating the protocol documentation finished. More... about 17 years ago
Continued consolidation of protocol documentation. More... about 17 years ago
Continued consolidation of protocol documentation. More... about 17 years ago
* openvasd/users.h: Corrected #define. More... about 17 years ago