armadito-av icon indicating copy to clipboard operation
armadito-av copied to clipboard

Armadito antivirus main repository

Results 53 armadito-av issues
Sort by recently updated
recently updated
newest added

* 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

high priority
linux
feature

* 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

low priority
test

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...