index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
Age
Commit message (
Expand
)
Author
2020-09-14
Rewrite the agentx code of relayd. This new framework should allow us
Martijn van Duren
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-08-19
add unveil(2) again
Ricardo Mestre
2020-07-01
Remove references to snmpd(8) now that agentx support has been removed.
Martijn van Duren
2020-06-30
Allow relayd to compile without reaching back into snmpd directory for
Martijn van Duren
2020-06-05
Remove redundant code
denis
2020-05-14
Enable TLSv1.3 support in relayd(8)
pvk
2020-05-02
Repair the description of "edh [params (none|auto|legacy)]" to
Sebastian Benoit
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-02-12
improve parsing of relay {} sections:
Sebastian Benoit
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2019-10-03
Make relayd properly return the next element, even if the requested element
Martijn van Duren
2019-09-18
remove old log options 'log update/all' that were replaced with 'log
Sebastian Benoit
2019-09-15
Add support for binary protocol health checking. Feedback and guidance from
rob
2019-08-30
revert r1.175 which added unveil to relayd; "check script" needs access to the
Stuart Henderson
2019-07-13
fix error description on invalid forward ip.
Christopher Zimmermann
2019-07-13
Don't "forward to <table>" when a "forward to destination" address is set.
Christopher Zimmermann
2019-07-05
Add a new macro called $HOST that expands to the Host header's value or falls
Robert Nagy
2019-07-05
Fix integer sizes in format strings and enable formatting warnings
Patrick Wildt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-26
Add support for OCSP stapling
Reyk Floeter
2019-06-01
Make sure that the IMSG_CTL_RESET message is sent immediately.
Reyk Floeter
2019-05-31
Add support for SNI with new "tls keypair" option to load additional certs.
Reyk Floeter
2019-05-31
Move the relay keys/certs into a separate global list and look them up by id.
Reyk Floeter
2019-05-29
Fix the check if a relay has been specified twice
Reyk Floeter
2019-05-29
Move relay_load_*() functions into relayd.c
Reyk Floeter
2019-05-13
Add Connection: close when switching to "unlimited" reading mode.
Reyk Floeter
2019-05-13
Fix filter rules with "forward to" statement in persistent connections.
Reyk Floeter
2019-05-10
Add support for from/to in relay filter rules.
Reyk Floeter
2019-05-08
Fix and tweak websocket upgrade handling.
Reyk Floeter
2019-04-24
restrict filesystem access to read only on main process via unveil(2)
Ricardo Mestre
2019-03-13
remove unused keyword "virtual".
Sebastian Benoit
2019-03-04
Support for rfc 6455 Websockets connection upgrade. Add a new protocol
Sebastian Benoit
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-22
Make host_*() AF-agnostic
denis
2018-09-19
Do not abort when the ca privenc runs into a timeout.
Reyk Floeter
2018-09-09
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-09-01
Accidentally relayd(8) closed file descriptor 0 in the pfe child
Alexander Bluhm
2018-08-06
space required between macro args and punctuation;
Jason McIntyre
2018-08-06
replace the current log options
Sebastian Benoit
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-06-10
When a TLS error occurs, print the tls_error() message as part of the
Sebastian Benoit
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-20
adjust the example to make it work;
Jason McIntyre
2018-04-18
Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays
Claudio Jeker
[next]