TLS1.2 and command execution
This commit is contained in:
parent
bc96196ffd
commit
33bb5b8775
10 changed files with 459 additions and 19 deletions
1
sis.c
1
sis.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue