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
2017-08-09
Use X509_pubkey_digest() like libtls to hash the keys for the TLS privsep
Claudio Jeker
2017-08-09
Call tls_config_skip_private_key_check() to disable the key checking in
Claudio Jeker
2017-07-30
Fix a double free of the TLS config in the error path.
Alexander Bluhm
2017-07-28
Always calculate the hash value of the x509 cert in ssl_load_pkey().
Alexander Bluhm
2017-07-12
Consistently use the variable "ttl" for get/setsockopt
Jeremie Courreges-Anglas
2017-07-11
Correctly set ttl for IPv4 and IPv6.
Florian Obser
2017-07-11
The config option is called "no splice", the parser rejects "nosplice".
Alexander Bluhm
2017-07-04
if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks.
Sebastian Benoit
2017-07-04
make relayd not crash in relay_udp_server() when using a dns relay.
Sebastian Benoit
2017-07-03
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Marc Espie
2017-05-31
Fix a memory leak in pkey_add() error path. All current callers fatal
Jonathan Gray
2017-05-28
use __func__ in log messages. fix some whitespace while here.
Sebastian Benoit
2017-05-27
Migrate relayd to use libtls for TLS. Still does the TLS privsep via the
Claudio Jeker
2017-05-06
Convert explicit_bzero() + free() to freezero().
Frederic Cambus
2017-04-19
better example; from hiltjo posthuma
Jason McIntyre
2017-04-06
fix format string found by clang -Wformat-security
Gleydson Soares
2017-03-25
X-Forwarded-By should be the server $SERVER_ADDR instead of the client
Claudio Jeker
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-03-10
DELETE can have a body.
Reyk Floeter
2017-02-27
update an example in the relayd.conf manpage, that was not converted
Sebastian Benoit
2017-02-09
Do not loose the send/expect validation error on timeout.
Reyk Floeter
2017-02-02
Disable client-initiated TLS renegotiation by default.
Reyk Floeter
2017-01-24
move the opening of /dev/pf from the parent process to the pfe process
Sebastian Benoit
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-08
Sync log.c with the latest version from vmd/log.c that preserves errno
Reyk Floeter
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-11-24
The new fork+exec mode used too many fds in the parent process on
Reyk Floeter
2016-11-10
Fix tcp ip ttl / minttl on IPv6 sockets.
Jeremie Courreges-Anglas
2016-10-12
copy updated log.c from vmd: for correctness, save errno when doing
Reyk Floeter
2016-10-05
Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-09-29
fix DEBUG build after ps->ps_instance change
Sebastian Benoit
2016-09-28
Add -Wcast-qual and cast away one false positive where we use a const
Reyk Floeter
2016-09-28
sync proc.c incl. the p_env removal
Reyk Floeter
2016-09-27
The fork+exec privsep commit broke the "block request method" http
Alexander Bluhm
2016-09-26
spacing
Reyk Floeter
2016-09-23
use sizeof instead of constant 16 in function calls
Jonathan Gray
2016-09-22
Change function arguments from "unsigned char keyname[16]" to
Jonathan Gray
2016-09-22
correct invalid use of sizeof
Jonathan Gray
2016-09-03
partial rewrite of the tcp/tls option parts: the trouble was
Jason McIntyre
2016-09-03
Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES
Reyk Floeter
2016-09-03
Use the fork+exec privsep model in relayd; based on rzalamena@'s work
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-02
proc_id has been replaced by ps->ps_instance.
Reyk Floeter
2016-09-02
As done in httpd, (re-)initialize ps_what in all processes. This is
Reyk Floeter
2016-09-02
style nit as done in httpd
Reyk Floeter
[next]