summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
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
2019-07-13fix error description on invalid forward ip.Christopher Zimmermann
2019-07-13Don't "forward to <table>" when a "forward to destination" address is set.Christopher Zimmermann
2019-07-05Add a new macro called $HOST that expands to the Host header's value or fallsRobert Nagy
2019-07-05Fix integer sizes in format strings and enable formatting warningsPatrick Wildt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-26Add support for OCSP staplingReyk Floeter
2019-06-01Make sure that the IMSG_CTL_RESET message is sent immediately.Reyk Floeter