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
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
2016-09-01
Switch from the not really working session cache (because of the multiprocess
Claudio Jeker
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-05-02
Fix obvious problems with relayd config reload.
Claudio Jeker
2015-02-08
Use AI_ADDRCONFIG when resolv hosts on startup.
Reyk Floeter
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2014-12-23
pf now supports source-hash and random with tables so we can allow it
Reyk Floeter
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-18
Update relayd to use siphash instead of sys/hash. The source-hash,
Reyk Floeter
2014-12-12
Change the keyword "ssl" to "tls" to reflect reality since we
Reyk Floeter
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-19
Support exporting relayd statistics via AgentX/snmpd
Bret Lambert
2014-11-07
Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain
Joel Sing
2014-11-02
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-10-20
Remove the "interface" option from the "transparent forward" directive.
Reyk Floeter
2014-10-15
Disable SSLv3 by default.
Reyk Floeter
2014-09-05
revert previous; was based on a work-in-progress, as well
Bret Lambert
[next]