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
2014-08-10
There was a race in relayd that caused connections to hang. It
Alexander Bluhm
2014-08-08
No events were added for DNS UDP so it stopped working after the first
Reyk Floeter
2014-07-17
Move comment about strcasecmp() to a more suitable spot.
Stefan Sperling
2014-07-14
When a connection was spliced in one direction and in copy mode in
Alexander Bluhm
2014-07-13
Remove a debug message
Reyk Floeter
2014-07-13
Sync file to be identical in relayd(8) and httpd(8).
Reyk Floeter
2014-07-13
improve log output for relays. adjust regress tests
Sebastian Benoit
2014-07-13
repair matching of headers, add regress test for this error
Sebastian Benoit
2014-07-12
fix relay "append header" action, add regression test for append
Sebastian Benoit
2014-07-12
Move HTTP error codes into http.h.
Reyk Floeter
2014-07-11
optimize a FALLTHROUGH
Sebastian Benoit
2014-07-11
Limit HTTP header length to about 8K (based on the default of 4-8K in
Reyk Floeter
2014-07-11
8 bits is enough for sslflags
Reyk Floeter
2014-07-11
Sometimes I just sort the tokens in parse.y
Reyk Floeter
2014-07-11
Add support for EDH to provide perfect forward secrecy for older SSL
Reyk Floeter
2014-07-11
Tweak error checking for msgbuf_write() as recommended by the imsg
Kenneth R Westerback
2014-07-11
Simplify the code that handles the HTTP headers by using an RB tree
Reyk Floeter
2014-07-10
Print "%s (removed)" into relayd log and test for that string.
Alexander Bluhm
2014-07-10
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2014-07-10
Fix another free error.
Reyk Floeter
2014-07-09
When copying structures via imsg, the contents should not contain
Reyk Floeter
2014-07-09
Don't assign garbage in kv_extend().
Reyk Floeter
2014-07-09
tweak previous;
Jason McIntyre
2014-07-09
The "tag" keyword in redirections has been renamed to "pftag".
Reyk Floeter
2014-07-09
Replace the protocol directives for HTTP with a new generic filtering
Reyk Floeter
2014-06-27
knf, no functional change.
Andre de Oliveira
2014-06-25
sync copyright to reality according to my last changes
Reyk Floeter
2014-05-20
Unify the SSL privsep key loading functions.
Reyk Floeter
2014-05-15
Use log_warn() to include errno if write() fails.
Reyk Floeter
2014-05-12
Fix a leak from a recent added mark/marked keywords check.
Andre de Oliveira
2014-05-08
fail for unsupported node action/type combinations. Also fail for the
Reyk Floeter
2014-05-08
remove debug prints that snuck in; found by reyk@
Bret Lambert
2014-05-08
match relayd proc.c infrastructure with snmpd
Bret Lambert
2014-05-06
Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key
Reyk Floeter
2014-05-06
no need to include rand.h now the RAND_seed() calls are gone.
Jonathan Gray
2014-05-05
Replacing test files from previous commit to the right directory. There is no
Andre de Oliveira
2014-05-05
Add two more regression tests to relayd, these cover "digest" and "file"
Andre de Oliveira
2014-05-04
Create a new default RSA engine instead of patching the existing one
Reyk Floeter
2014-05-04
With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,
Reyk Floeter
2014-04-23
Fix format string in DEBUG message (not compiled by default).
Reyk Floeter
2014-04-22
Support the CA key for SSL inspection in the ca process. Instead of
Reyk Floeter
2014-04-21
Add a few missing free's in the grammar.
Reyk Floeter
2014-04-21
Use RSA_set_ex_data()/RSA_get_ex_data() directly instead of
Reyk Floeter
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-21
The OpenSSL engine passes a "const u_char *" to the callback but
Reyk Floeter
2014-04-20
Add a few more overflow checks for strlc* functions in parse.y
Reyk Floeter
2014-04-20
Check another strlcpy overflow that is very unlikely to happen.
Reyk Floeter
2014-04-20
Check for strlcpy overflow when expanding the HTTP input value.
Reyk Floeter
2014-04-20
Check strlcpy of the script path names for overflow and use the size of the
Reyk Floeter
2014-04-20
Just to be pedantic, fail if strlcpy managed to overflow the socket path.
Reyk Floeter
[next]