summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Responses to HEAD requests must not have a message body (even though they havebenno2021-03-243-14/+99
* Timed out RSA key ops, may leave uncalled for responses in the imsg returnclaudio2021-03-232-6/+24
* Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether ajmatthew2021-02-222-4/+8
* remove bogus key hack now that it's handled by libtlseric2021-01-274-291/+10
* these programs (with common ancestry) had a -fno-common problem relatedderaadt2021-01-272-4/+7
* Don't leak host address. Found with clang static analyzer.rob2021-01-171-1/+2
* Stop deleting the control socket on daemon shutdown, like we did on othermestre2021-01-111-2/+1
* Add 'strip' directivedenis2021-01-095-18/+76
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-291-2/+3
* Use metrics instead of statistics. Also point people where in the treemartijn2020-10-301-3/+5
* Remove deprecated snmp keyword.martijn2020-10-301-31/+5
* Add some additional INT32_MAX overflow checks. These are unlikely to hit,martijn2020-10-271-18/+32
* Let relayd make use of libagentx. No functional change intended.martijn2020-10-269-6646/+464
* Remove trailing spaces & tabsdenis2020-10-254-22/+21
* support for session resumption in TLS1.3 does not exist yet, asbenno2020-10-221-4/+4
* session tickets are disabled by default, correct the manpage.benno2020-10-221-3/+3
* Sync with libagentxmartijn2020-09-301-3/+7
* Sync with libagentxmartijn2020-09-291-5/+11
* s/sizeof(ipaddress)/sizeof(*ipaddress)/gmartijn2020-09-151-2/+2
* Fix a dead store and a wrong-level NULL-check.martijn2020-09-152-2/+1
* Rewrite the agentx code of relayd. This new framework should allow usmartijn2020-09-1415-3152/+7180
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-09-041-6/+3
* add unveil(2) againmestre2020-08-191-1/+6
* Remove references to snmpd(8) now that agentx support has been removed.martijn2020-07-011-8/+3
* Allow relayd to compile without reaching back into snmpd directory formartijn2020-06-302-2/+454
* Remove redundant codedenis2020-06-051-2/+1
* Enable TLSv1.3 support in relayd(8)pvk2020-05-144-9/+18
* Repair the description of "edh [params (none|auto|legacy)]" tobenno2020-05-021-11/+15
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* improve parsing of relay {} sections:benno2020-02-121-6/+38
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+5
* Make relayd properly return the next element, even if the requested elementmartijn2019-10-031-13/+19
* remove old log options 'log update/all' that were replaced with 'logbenno2019-09-181-18/+4
* Add support for binary protocol health checking. Feedback and guidance fromrob2019-09-158-28/+238
* revert r1.175 which added unveil to relayd; "check script" needs access to thesthen2019-08-301-6/+1
* fix error description on invalid forward ip.chrisz2019-07-131-2/+2
* Don't "forward to <table>" when a "forward to destination" address is set.chrisz2019-07-132-4/+7
* Add a new macro called $HOST that expands to the Host header's value or fallsrobert2019-07-052-6/+25
* Fix integer sizes in format strings and enable formatting warningspatrick2019-07-051-18/+20
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-283-7/+7
* Add support for OCSP staplingreyk2019-06-265-12/+72
* Make sure that the IMSG_CTL_RESET message is sent immediately.reyk2019-06-011-1/+9
* Add support for SNI with new "tls keypair" option to load additional certs.reyk2019-05-315-31/+83
* Move the relay keys/certs into a separate global list and look them up by id.reyk2019-05-316-143/+274
* Fix the check if a relay has been specified twicereyk2019-05-291-14/+17
* Move relay_load_*() functions into relayd.creyk2019-05-294-108/+108
* Add Connection: close when switching to "unlimited" reading mode.reyk2019-05-131-1/+10
* Fix filter rules with "forward to" statement in persistent connections.reyk2019-05-134-34/+104
* Add support for from/to in relay filter rules.reyk2019-05-105-41/+105
* Fix and tweak websocket upgrade handling.reyk2019-05-085-58/+65