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-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
2021-01-11
Stop deleting the control socket on daemon shutdown, like we did on other
Ricardo Mestre
2021-01-09
Add 'strip' directive
denis
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-10-30
Use metrics instead of statistics. Also point people where in the tree
Martijn van Duren
2020-10-30
Remove deprecated snmp keyword.
Martijn van Duren
2020-10-27
Add some additional INT32_MAX overflow checks. These are unlikely to hit,
Martijn van Duren
2020-10-26
Let relayd make use of libagentx. No functional change intended.
Martijn van Duren
2020-10-25
Remove trailing spaces & tabs
denis
2020-10-22
support for session resumption in TLS1.3 does not exist yet, as
Sebastian Benoit
2020-10-22
session tickets are disabled by default, correct the manpage.
Sebastian Benoit
2020-09-30
Sync with libagentx
Martijn van Duren
2020-09-29
Sync with libagentx
Martijn van Duren
2020-09-15
s/sizeof(ipaddress)/sizeof(*ipaddress)/g
Martijn van Duren
2020-09-15
Fix a dead store and a wrong-level NULL-check.
Martijn van Duren
2020-09-14
Rewrite the agentx code of relayd. This new framework should allow us
Martijn van Duren
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-08-19
add unveil(2) again
Ricardo Mestre
2020-07-01
Remove references to snmpd(8) now that agentx support has been removed.
Martijn van Duren
2020-06-30
Allow relayd to compile without reaching back into snmpd directory for
Martijn van Duren
2020-06-05
Remove redundant code
denis
[next]