TLS1.2 and command execution

This commit is contained in:
Lorenzo Torres 2024-08-20 04:57:58 +02:00
parent bc96196ffd
commit 33bb5b8775
10 changed files with 459 additions and 19 deletions

1
sis.c
View file

@ -44,6 +44,7 @@ void int_handler(int sig)
int main(void)
{
signal(SIGINT, int_handler);
signal(SIGPIPE, SIG_IGN);
openlog("sis", LOG_PID, LOG_MAIL);
syslog(LOG_INFO, "Starting sis %s.", VERSION);