summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
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
2020-05-14Enable TLSv1.3 support in relayd(8)pvk
2020-05-02Repair the description of "edh [params (none|auto|legacy)]" toSebastian Benoit
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-02-12improve parsing of relay {} sections:Sebastian Benoit
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2019-10-03Make relayd properly return the next element, even if the requested elementMartijn van Duren
2019-09-18remove old log options 'log update/all' that were replaced with 'logSebastian Benoit
2019-09-15Add support for binary protocol health checking. Feedback and guidance fromrob
2019-08-30revert r1.175 which added unveil to relayd; "check script" needs access to theStuart Henderson