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-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-18
an hex -> a hex;
Jason McIntyre
2014-12-18
Update relayd to use siphash instead of sys/hash. The source-hash,
Reyk Floeter
2014-12-17
Add missing flag in the description field.
Reyk Floeter
2014-12-16
Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@
Todd C. Miller
2014-12-12
Change the keyword "ssl" to "tls" to reflect reality since we
Reyk Floeter
2014-11-25
use correct divisor when converting microseconds to 100ths of a second
Bret Lambert
2014-11-24
remove a surplus break statement
Jonathan Gray
2014-11-22
use size_t where appropriate. ok deraadt reyk
Ted Unangst
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-14
Shorten the AgentX header debug messages (only compiled with -DDEBUG)
Reyk Floeter
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-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-21
Remove SSLv2 and SSLv3 references from the example relayd.conf and the
Lawrence Teo
2014-10-20
Remove the "interface" option from the "transparent forward" directive.
Reyk Floeter
2014-10-15
Disable SSLv3 by default.
Reyk Floeter
2014-10-12
Remove possibility of mutiplicative integer overflow by not multiplying.
Bret Lambert
2014-10-02
no need to set the same field NULL twice ;-)
Gilles Chehade
2014-09-15
Make the HTTP version mandatory and abort if it is missing in the request.
Reyk Floeter
2014-09-05
revert previous; was based on a work-in-progress, as well
Bret Lambert
2014-08-29
Implement consistent host hashing for relayd, based on
Bret Lambert
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it
Reyk Floeter
2014-08-14
Sync with httpd, including the following change from doug@:
Reyk Floeter
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
[prev]
[next]