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
/
parse.y
Age
Commit message (
Expand
)
Author
2024-10-28
relayd: add support for client certificates
Theo Buehler
2024-08-10
relayd: improve config validation with -n
Theo Buehler
2024-06-17
Change adds a 'log' option to relayd.conf(5) rule. The relayd(8) then uses
Alexandr Nedvedicky
2023-10-29
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
Klemens Nanni
2023-07-03
Use ibuf_data() instead of accessing ibuf->buf directly.
Claudio Jeker
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-01-17
Don't leak host address. Found with clang static analyzer.
rob
2021-01-09
Add 'strip' directive
denis
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-10-30
Remove deprecated snmp keyword.
Martijn van Duren
2020-10-26
Let relayd make use of libagentx. No functional change intended.
Martijn van Duren
2020-10-25
Remove trailing spaces & tabs
denis
2020-09-14
Rewrite the agentx code of relayd. This new framework should allow us
Martijn van Duren
2020-05-14
Enable TLSv1.3 support in relayd(8)
pvk
2020-02-12
improve parsing of relay {} sections:
Sebastian Benoit
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-07-13
fix error description on invalid forward ip.
Christopher Zimmermann
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-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-10
Add support for from/to in relay filter rules.
Reyk Floeter
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-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
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-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-18
Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays
Claudio Jeker
2017-11-29
add options to specify the control socket in relayd and relayctl.
Sebastian Benoit
2017-11-27
Change the ecdhe curve configuration to the same way httpd is doing it.
Claudio Jeker
2017-11-27
Use file descriptor passing to load certificates into the relays. Especially
Claudio Jeker
2017-11-16
Check that http options are only configured in http protocols.
Alexander Bluhm
2017-11-15
make the maximum size of http headers configurable in the protocol.
Sebastian Benoit
2017-08-28
65535 is a valid port to listen on.
Florian Obser
2017-05-27
Migrate relayd to use libtls for TLS. Still does the TLS privsep via the
Claudio Jeker
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-09-26
spacing
Reyk Floeter
2016-09-03
Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES
Reyk Floeter
2016-09-02
Move snmp options into struct relayd_config and delay start of the
Reyk Floeter
2016-09-02
Split "struct relayd" into two structs: "struct relayd" and "struct
Reyk Floeter
[next]