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
Moved to doc/. More... over 15 years ago
Moved from ../. More... over 15 years ago
Add cmake build support and a manpage. More... over 15 years ago
* src/openvasmd.c: Flesh out \mainpage. Add parameters to function docs. Clean up docs a little. (OVM_OS_NAME): rename OPENVAS_OS_NAME. More... over 15 years ago
* README: Fixed typo. More... over 15 years ago
Updated. Adjusted dependencies to use beta2 versions of the libraries More... over 15 years ago
Removed reference to openvas-check-signature.1 that was removed More... over 15 years ago
* packaging/debian/copyright: Added missing Intevation copyright. More... over 15 years ago
Fixing version requirements for glib as pointed out by atomicturtle. More... over 15 years ago
Add doxygen support. Document the manager. More... over 15 years ago
Add option processing and SIGINT handling. More... over 15 years ago
* src/openvasmd.c: Rename directives for consistency. More... over 15 years ago
* openvasd/ntp_11.c: comment added. * openvasd/comm.c (comm_send_preferences): Comment, sending nasl_no_signature_check as server pref to client. More... over 15 years ago
Post release version bump. More... over 15 years ago
Preparing the 2.0-beta2 release. More... over 15 years ago
* openvas.tmpl.in, openvas-adduser.in, openvas-mkcert-client.in, openvas-rmuser.in: Added datarootdir to remove configure warning and to be compatible with autoconf 2.60 (see http://www.gnu.org/software/libtool/manual/autoconf/Changed-Directory-Variables.html). More... over 15 years ago
Applying patch provided by Stjepan Gros to update Makefile target and to improve code readability. More... over 15 years ago
Applying patch provided by Stjepan Gros to eliminate compiler warnings. More... over 15 years ago
* openvasd/oval_plugins.c (ovaldi_launch): Re-added G_SPAWN_SEARCH_PATH flag to g_spawn_sync call since it was lost in rev 1703. More... over 15 years ago
* openvasd/otp_1_0.c (otp_1_0_server_send_certificates) : closed mem leak. More... over 15 years ago
Applying patch provided by Stjepan Gros to improve 64-bit cleanliness. More... over 15 years ago
* configure.in : Macros for gpgme public key support added. * include/config.h.in : undef _FILE_OFFSET_BITS for AC_SYS_LARGEFILE * configure : regenerated. * openvasd/otp_1_0.h : proto added. * openvasd/otp_1_0.c (otp_1_0_server_send_certificates) : nasl, glib includes. Does send real information, not dummystrings. * openvasd/ntp_11.c : removed interpretation of a void return. * openvasd/oval_plugins.c : Includes ordered and missing ones added. * ChangeLog : shamefully changed typos with my own email adress. More... over 15 years ago
* configure.in: Added AC_PREREQ directive to tell autoconf to generate a 2.50-style configure script. More... over 15 years ago
* openvasd/oval_plugins.c: (child_setup) Implemented privilege dropping before calling ovaldi. (ovaldi_launch) Improved parsing of RPM package list. More... over 15 years ago
Starting module "openvas-manager". * COPYING, ChangeLog, README, src/Makefile, src/openvasmd.c: New. More... over 15 years ago
* configure.in: Include version requirements in glib error string as pointed out by Jon Bebeau. More... over 15 years ago
Removed openvas-check-signature since signature verification can now be done with existing third-party tools like gnupg. Additionally, openvas-check-signature was the last executable to depend on the local copies of getopt which is no longer provided by openvas-libraries. More... over 15 years ago
* openvasd/nasl_plugins: Removed printfs. * openvasd/otp_1_0.c (otp_1_0_server_send_certificates): Extended dummy string, slightly better error msg. * oopenvasd/oval_plugins.c (oval_plugin_add): Check certificates, add fingerprint string. * oopenvasd/oval_plugins.c (oval_plugin_launch): TODO added to avoid execution of unsigned plugins, if server preference is set. More... over 15 years ago
*openvasd/otp_1_0.c (otp_1_0_server_send_certificates): Fixed bug (wrong type released) that caused definite server crash. More... over 15 years ago
* openvasd/oval_plugins.c (ovaldi_launch): Added G_SPAWN_SEARCH_PATH flag to g_spawn_sync call. More... over 15 years ago