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
2015-10-10
relayd's ca process pledges to only use stdio.
Sebastian Benoit
2015-10-01
sync proc.c with httpd. no functional change, only switching to C99 types.
Reyk Floeter
2015-09-27
include <unistd.h> unconditionally
Theo de Raadt
2015-08-21
Increase the input side socket buffer size for "check icmp" not to
YASUOKA Masahiko
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-08-10
typo, decl*e*ration; from Larry Hynes
Stuart Henderson
2015-07-29
fix bug where other than the last of multiple forward rules in http
Sebastian Benoit
2015-07-28
spacing
Reyk Floeter
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-07-24
an TLS -> a TLS; from thanos tsouanas
Jason McIntyre
2015-07-19
don't return failure for agentx messages with 0-length payloads
Bret Lambert
2015-07-18
Fix unbounded buffer growth. In the case of a slow client reading large files,
Sebastian Benoit
2015-06-12
To match relayd's style, use an explicit enum with prefixed names for
Reyk Floeter
2015-06-11
Use "compliant" header guards by avoiding the reserved '_' namespace.
Reyk Floeter
2015-06-08
Introduce a state on the ctl_relay_event struct. This makes it possible
Claudio Jeker
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2015-06-01
Fix memory leak in error case. OK bluhm@ benno@
Claudio Jeker
2015-05-30
Plug a memory leak by simplifying kv_free(). By checking the type and
Claudio Jeker
2015-05-30
Remove fields from struct that are not used. OK benno@
Claudio Jeker
2015-05-28
Do not try to unlink the control socket in an unprivileged child
Florian Obser
2015-05-22
fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVE
Jonathan Gray
2015-05-18
Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP
Alexander Bluhm
2015-05-18
The first line of a HTTP request is the method-url-version. The
Alexander Bluhm
2015-05-15
Fix kill'n'yank error: the port is mandatory in relay listen on statements.
Reyk Floeter
2015-05-15
client/server mox ip;
Jason McIntyre
2015-05-02
Fix obvious problems with relayd config reload.
Claudio Jeker
2015-04-29
When the HTTP client did close the connection while relayd was still
Alexander Bluhm
2015-04-23
We cannot log errors with relay_close() before allocating
Florian Obser
2015-04-21
fix a memory leak. ok blambert@
Jonathan Gray
2015-03-24
Missing free(3) in error path
Giovanni Bechis
2015-03-09
Make relayd TLSv1.2-only by default.
Reyk Floeter
2015-02-08
Use AI_ADDRCONFIG when resolv hosts on startup.
Reyk Floeter
2015-02-08
move a log_warnx() to a DPRINTF, as it's information intended
Bret Lambert
2015-02-06
Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().
Reyk Floeter
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-22
spacing
Reyk Floeter
2015-01-22
wrap long lines; spacing.
Reyk Floeter
2015-01-22
LibreSSL now supports loading of CA certificates from memory, replace
Reyk Floeter
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2015-01-16
SSL_CTX_use_certificate_chain() has been added to LibreSSL and there
Reyk Floeter
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2015-01-16
The SSL/TLS session Id context is limited to 32 bytes. Instead of
Reyk Floeter
2015-01-13
bump copyright year
Reyk Floeter
2015-01-02
PFS stands for Perfect Forward Secrecy.
Igor Sobrado
2015-01-01
Merge error page changes from httpd: send Content-Length:, change
Reyk Floeter
2015-01-01
Use the recommended HTML5 doctype in error pages.
Reyk Floeter
2014-12-27
zap trailing whitespace;
Jason McIntyre
2014-12-26
Document forward to in protocols.
Sebastian Benoit
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
[next]