15
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 4 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* openvasd/openvas-check-signature.c: Use GnuTLS instead of OpenSSL. See comments in the file for things that could be done better. (print_tls_error, map_file, hexdecode): New. Helper functions. (generate_signature, verify_signature): Use GnuTLS instead of OpenSSL. Also, both functions now have an additional parameter for the keyfile/certfile to use so that their filenames are no longer hard wired. (main): Add command line arguments to specifiy the key or certificat to use when signing or verifying. Pass those filenames to generate_signature and verify_signature. More... almost 17 years ago
* openvasd/plugs_hash.c (plugins_hash): Handle errors from gcry_md_open. plugins_hash may return NULL now. More... almost 17 years ago
* openvasd/plugs_hash.c (file_hash, plugins_hash): Use unsigned char (pointer/array) to hold the digest to avoid warnings about type mismatch. More... almost 17 years ago
* openvasd/md5.c, openvasd/md5.c: removed. no longer needed. More... almost 17 years ago
* openvasd/users.c remove includes of openssl headers. (check_user): Use libgcrypt to compute md5 sums. More... almost 17 years ago
* openvasd/openvasd.c: Use the libopenvas ssl abstraction instead of openssl. As a consequence the ssl_cipher_list config option is no longer supported. (ssl_mt, ssl_ctx): Removed. (ovas_server_ctx): Introduced instead of ssl_mt and ssl_ctx (server_thread): Use the libopenvas ssl abstraction instead of openssl. (verify_callback): removed. verification is done in libopenvas. (main_loop): Use the libopenvas ssl abstraction instead of openssl. More... almost 17 years ago
* openvasd/preferences.c: Always compile in preferences_get_string, i.e. do not depend on OPENVAS_ON_SSL being defined. More... almost 17 years ago
* include/config.h, include/corevers.h: Removed from SVN because they're automatically generated by the configure script More... almost 17 years ago
* configure, include/config.h, include/corevers.h: Updated. More... about 17 years ago
* include/threadcompat.h: Fix names and description to reflect thread as subject. More... about 17 years ago
* include/ntcompat.h: Removed. Renamed to threadcompat.h because in fact it is about threads. More... about 17 years ago
* include/ntcompat.h: Remove now useless emtpy defines for PlugExport, DllExport, DllImport and ExtFunc. Remove alias print_error for printf which was not used strictly anyway. More... about 17 years ago
* include/includes.h, include/openvas-devel.h, openvasd/sighand.c: Remove any consideration of NESSUSNT. More... about 17 years ago
* configure.in, openvas-adduser.in, openvas-rmuser.in, openvas-mkcert.in, openvas-mkcert-client.in: Remove Cygwin stuff. More... about 17 years ago
* configure: Updated. More... about 17 years ago
* configure.in, openvas.tmpl.in, openvasd/Makefile: Replace use of nessus-libraries and libnasl by openvas-libraries and openvas-libnasl. This includes name change of the respective variables for the respective config scripts. More... about 17 years ago
Cygwin/OPENVASNT changes More... about 17 years ago
* openvasd-config.in, configure.in, Makefile: Removed DESTDIR. It looks pretty useless as it needs to be set in the shell. It was introduced in Nessus 1.3.1. More... about 17 years ago
Win32 cleanup in openvas-server More... about 17 years ago
Funny bug where not all prompts were finishing with a trailing space More... almost 18 years ago
Funny bug where not all prompts were finishing with a trailing space More... almost 18 years ago
!system("stty echo") && !system("stty icanon");" is funking nuts as a way to obscure user input, I have removed setup_tty() and restory_tty() functions and replaced them with calls direct to stdin More... almost 18 years ago
Removed openvas-fetch and associated source files More... almost 18 years ago
openvasd and openvas-check-signature were both building and being copied to $make_bindir for no obvious reason, I have changed this to simplify the Makefiles More... almost 18 years ago
Fix for FS#12 - openvasd depends on $PREFIX/var/run which may not exist More... almost 18 years ago
Fixed the SSL issue. Updated the configure.
Jan-Oliver Wagner
as Jan Wagner
More... almost 18 years ago
According to FHS 2.3, openvas should _not_ create any directories under /var. The correct location is /var/lib. Fixed for the user and certificate management scripts.
Jan-Oliver Wagner
as Jan Wagner
More... almost 18 years ago
A little, ugly workaround for openvas-services / nessus-services because some paths and filenames are hard-coded in nessus-libraries.
Jan-Oliver Wagner
as Jan Wagner
More... almost 18 years ago
Added another forgotten file.
Jan-Oliver Wagner
as Jan Wagner
More... almost 18 years ago
Updated to latest changes.
Jan-Oliver Wagner
as Jan Wagner
More... almost 18 years ago