summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2023-02-15proc_ispeer() is not used anywhere anymore so remove it everywhere.Tobias Heider
2022-12-28{en,de}queing -> {en,de}queuing; from paul tagliamonteJason McIntyre
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-11-10In case RSA_meth_new fails, errstr would be passed to fatalx withoutMoritz Buhl
2022-11-10always call va_end.Moritz Buhl
2022-09-03Move the daemon() call in the parent process from after forking theSebastian Benoit
2022-08-31relayd(8): change agentx_getsock to return voidDave Voutila
2022-06-03Check tls_config_new() for NULL returnTheo Buehler
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-06remove please from manual pagesJonathan Gray
2022-01-20catch poll() returning EINTR.Sebastian Benoit
2022-01-11Convert relayd for opaque RSA_METHODTheo Buehler
2021-12-30relayd(8): don't create sockets between CAs and RELAYs.Dave Voutila
2021-12-08relayd/ssl.c: Remove a workaround that uses a copy of the oldTheo Buehler
2021-12-08zap a stray spaceTheo Buehler
2021-12-05fix use after freeJonathan Gray
2021-10-23do not duplicate "Connection: close" headers and only add it if itsSebastian Benoit
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-09-18check_send_expect() does some nasty ibuf magic to allow fn_match()Claudio Jeker
2021-08-31Make "relayctl reload" when agentx enabling is toggled in relayd.conf workMartijn van Duren
2021-07-25The output of server_root_strip() is a string. Use the correct formatSebastian Benoit
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-03-24Responses to HEAD requests must not have a message body (even though they haveSebastian Benoit
2021-03-23Timed out RSA key ops, may leave uncalled for responses in the imsg returnClaudio Jeker
2021-02-22Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether aJonathan Matthew
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-17Don't leak host address. Found with clang static analyzer.rob
2021-01-11Stop deleting the control socket on daemon shutdown, like we did on otherRicardo Mestre
2021-01-09Add 'strip' directivedenis
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-10-30Use metrics instead of statistics. Also point people where in the treeMartijn van Duren
2020-10-30Remove deprecated snmp keyword.Martijn van Duren
2020-10-27Add some additional INT32_MAX overflow checks. These are unlikely to hit,Martijn van Duren
2020-10-26Let relayd make use of libagentx. No functional change intended.Martijn van Duren
2020-10-25Remove trailing spaces & tabsdenis
2020-10-22support for session resumption in TLS1.3 does not exist yet, asSebastian Benoit
2020-10-22session tickets are disabled by default, correct the manpage.Sebastian Benoit
2020-09-30Sync with libagentxMartijn van Duren
2020-09-29Sync with libagentxMartijn van Duren
2020-09-15s/sizeof(ipaddress)/sizeof(*ipaddress)/gMartijn van Duren
2020-09-15Fix a dead store and a wrong-level NULL-check.Martijn van Duren
2020-09-14Rewrite the agentx code of relayd. This new framework should allow usMartijn van Duren
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-08-19add unveil(2) againRicardo Mestre
2020-07-01Remove references to snmpd(8) now that agentx support has been removed.Martijn van Duren
2020-06-30Allow relayd to compile without reaching back into snmpd directory forMartijn van Duren
2020-06-05Remove redundant codedenis