armadito-av
armadito-av copied to clipboard
Armadito antivirus main repository
* implement necessary JRPC calls to get journal events * parameters? number? start? * use C PCRE library to extract events from log
* messages coming from a6o_log go into /var/log/armadito/armadito.log * events logs go into /var/log/armadito/journal.log
- review windows implementation - implement crypto and signature using openssl
* add a command line option to the daemon, that will be set in the /etc/init.d service script * if maximum number of connections is reached, stop accept()ing new connections
* probably the AV side does not return a correct error code via JSON-RPC
* dbus service? * link with JRCP library?
https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222 https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
Unregistering a client must terminate its associated thread that is waiting for notifications coming from the daemon. Unfortunately there is no cancel function in GThread API. Suggested solution (and good...