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
2023-12-01
relay_read_http: strip out Content-Length if we strip the body too
Todd C. Miller
2023-11-29
relay_read_http: defer header parsing until after line continuation
Todd C. Miller
2023-11-28
relay_read_http: tighten up header parsing
Todd C. Miller
2023-10-29
Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning
Klemens Nanni
2023-09-14
Revert the previous. It was committed by my mistake.
YASUOKA Masahiko
2023-09-14
Clarify the interval after 30sec.
YASUOKA Masahiko
2023-09-03
Use EVBUFFER_DATA instead of reaching into struct evbuffer. ok tb
Nicholas Marriott
2023-07-16
relayd: remove ENGINE dependency
Theo Buehler
2023-07-03
Use ibuf_data() instead of accessing ibuf->buf directly.
Claudio Jeker
2023-06-30
let check_table() also print table@anchor when it exits
Alexandr Nedvedicky
2023-06-29
Spaces vs tabs
Claudio Jeker
2023-06-29
Rewrite pfe_route() to actually work on 64bit archs since IPv6 had to be
Claudio Jeker
2023-06-25
remove ssl_init()
Omar Polo
2023-06-21
Simplify and clean up the code. Try to use more ibuf idioms but the
Claudio Jeker
2023-06-21
Convert string2binary() to use new ibuf api instead of working with an
Claudio Jeker
2023-06-20
Replace a ibuf_reserve() dance to add a NUL byte with ibuf_add_zero(buf, 1).
Claudio Jeker
2023-06-11
fix typo: 'hash buffer to small' -> too small
Omar Polo
2023-06-06
Make the tlsv1.0 and tlsv1.1 options in relayd do nothing
Bob Beck
2023-03-26
Add missing #include <openssl/err.h>
Theo Buehler
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-15
proc_ispeer() is not used anywhere anymore so remove it everywhere.
Tobias Heider
2022-12-28
{en,de}queing -> {en,de}queuing; from paul tagliamonte
Jason McIntyre
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-10
In case RSA_meth_new fails, errstr would be passed to fatalx without
Moritz Buhl
2022-11-10
always call va_end.
Moritz Buhl
2022-09-03
Move the daemon() call in the parent process from after forking the
Sebastian Benoit
2022-08-31
relayd(8): change agentx_getsock to return void
Dave Voutila
2022-06-03
Check tls_config_new() for NULL return
Theo Buehler
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-02-06
remove please from manual pages
Jonathan Gray
2022-01-20
catch poll() returning EINTR.
Sebastian Benoit
2022-01-11
Convert relayd for opaque RSA_METHOD
Theo Buehler
2021-12-30
relayd(8): don't create sockets between CAs and RELAYs.
Dave Voutila
2021-12-08
relayd/ssl.c: Remove a workaround that uses a copy of the old
Theo Buehler
2021-12-08
zap a stray space
Theo Buehler
2021-12-05
fix use after free
Jonathan Gray
2021-10-23
do not duplicate "Connection: close" headers and only add it if its
Sebastian Benoit
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-18
check_send_expect() does some nasty ibuf magic to allow fn_match()
Claudio Jeker
2021-08-31
Make "relayctl reload" when agentx enabling is toggled in relayd.conf work
Martijn van Duren
2021-07-25
The output of server_root_strip() is a string. Use the correct format
Sebastian Benoit
2021-07-14
Remove unneeded calls to tls_init(3)
kn
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-03-24
Responses to HEAD requests must not have a message body (even though they have
Sebastian Benoit
2021-03-23
Timed out RSA key ops, may leave uncalled for responses in the imsg return
Claudio Jeker
2021-02-22
Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a
Jonathan Matthew
2021-01-27
remove bogus key hack now that it's handled by libtls
Eric Faurot
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2021-01-17
Don't leak host address. Found with clang static analyzer.
rob
[next]