summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* restrict filesystem access to read only on main process via unveil(2)mestre2019-04-241-1/+6
* remove unused keyword "virtual".benno2019-03-131-3/+2
* Support for rfc 6455 Websockets connection upgrade. Add a new protocolbenno2019-03-046-15/+106
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Make host_*() AF-agnosticdenis2018-10-221-82/+34
* Do not abort when the ca privenc runs into a timeout.reyk2018-09-192-4/+13
* During the fork+exec implementation, daemon(3) was moved afterbluhm2018-09-093-9/+20
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Accidentally relayd(8) closed file descriptor 0 in the pfe childbluhm2018-09-011-1/+2
* space required between macro args and punctuation;jmc2018-08-061-2/+2
* replace the current log optionsbenno2018-08-068-86/+122
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+82
* When a TLS error occurs, print the tls_error() message as part of thebenno2018-06-101-5/+9
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* adjust the example to make it work;jmc2018-04-201-3/+2
* Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relaysclaudio2018-04-185-15/+12
* In case of a tcp read timeout, the destination host state needs to bebenno2018-04-141-2/+4
* Log some more errors in the ca code, since there seems to be still a bugclaudio2018-01-241-5/+7
* RSA_private_{en,de}crypt() can fail and will return -1 in that case.claudio2018-01-011-6/+12
* log specific error when connect() fails.benno2017-12-271-6/+17
* always initialize the hce_launch_checks event timer.benno2017-12-181-3/+2