15
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* openvasd-config.in: Added support for retrieving the sysconfdir and libdir of an OpenVAS installation. More... over 15 years ago
* openvasd/openvasd.c (main): Removed exit-upon-nonroot, because there is no reason why only root should start the server. It works well except for those operation where root privileges are needed. In cases where privileges are not sufficient, the log file will contain respective notes. More... over 15 years ago
Repaired ChangeLog More... over 15 years ago
Refactoring attack method. More... over 15 years ago
Turned TO_SERVER into a method and changed all calls. More... over 15 years ago
* openvasd/attack.c (attack_host, attack_start): Reformatted. * openvasd/attack.c (attack_network): Remoded local unused variable return_code, added comment. More... over 15 years ago
Comment style transformed to JavaDoc style, duplicate code found and TODOs added. More... over 15 years ago
* openvasd/attack.c (attack_network, launch_plugin) : Replaced tabs by spaces, repaired indentation & newlines, ready for refactoring. More... over 15 years ago
* openvasd/openvasd.c (server_thread): Removed initialization of user-specific store (which happened after the fork) and lead to create of directory ".desc" in the /var/lib/openvas/users/USER/plugins. This code are remains of the unsecure feature of plugin upload. Apart from this, the OpenVAS Server should eventually not be responisble anymore for user-specific data storage. More... over 15 years ago
* include/config.h.in, openvasd/openvasd.c: Changed OPENVASD_IANA_OTP_PORT to OPENVAS_IANA_OTP_PORT. More... over 15 years ago
Modified openvasd to use the freshly allocated IANA port 9390 instead of the Nessus port 1241. More... over 15 years ago
* ltmain.sh: Removed since libtool is not used in the build process. More... over 15 years ago
* openvasd/attack.c: Replaced K&R header, added comment to attack_host. More... over 15 years ago
* openvasd/attack.c: Transformed comments to Javadoc style. More... over 15 years ago
Updated ChangeLog of accidentially non-atomic commit More... over 15 years ago
* openvasd/otp_1_0.c: Applied patch from Hanno Boeck to remove unwanted gpgme.h include. More... over 15 years ago
Update packaging info from updated Debian package More... over 15 years ago
* packaging/debian/po/sv.po: Updated Swedish translation as suggested by Martin Bagge. More... over 15 years ago
src/Makefile: Removed. It is overwritten by cmake anyway. More... over 15 years ago
* INSTALL: Added information about the prefix setting for cmake. More... over 15 years ago
Add a few tests. Move tracef and strip_space to new files. Correct OMP server input field searching. More... over 15 years ago
Honour LDFLAGS More... over 15 years ago
* src/openvasmd.c (process_omp_server_input): Improve open port number parsing. More... over 15 years ago
Use a flag instead of a goto. More... over 15 years ago
Add server PORT command handling. More... over 15 years ago
Convert tabs to spaces. More... over 15 years ago
Honour CFLAGS More... over 15 years ago
Describe and simplify the select loop. More... over 15 years ago
Drop the OVAS_SSL directive in favour of always compiling with secure transmission. More... over 15 years ago
Post release version bump. More... over 15 years ago