index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Responses to HEAD requests must not have a message body (even though they have
benno
2021-03-24
3
-14
/
+99
*
Timed out RSA key ops, may leave uncalled for responses in the imsg return
claudio
2021-03-23
2
-6
/
+24
*
Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a
jmatthew
2021-02-22
2
-4
/
+8
*
remove bogus key hack now that it's handled by libtls
eric
2021-01-27
4
-291
/
+10
*
these programs (with common ancestry) had a -fno-common problem related
deraadt
2021-01-27
2
-4
/
+7
*
Don't leak host address. Found with clang static analyzer.
rob
2021-01-17
1
-1
/
+2
*
Stop deleting the control socket on daemon shutdown, like we did on other
mestre
2021-01-11
1
-2
/
+1
*
Add 'strip' directive
denis
2021-01-09
5
-18
/
+76
*
getifaddrs() can return entries where ifa_addr is NULL. Check for this
benno
2020-12-29
1
-2
/
+3
*
Use metrics instead of statistics. Also point people where in the tree
martijn
2020-10-30
1
-3
/
+5
*
Remove deprecated snmp keyword.
martijn
2020-10-30
1
-31
/
+5
*
Add some additional INT32_MAX overflow checks. These are unlikely to hit,
martijn
2020-10-27
1
-18
/
+32
*
Let relayd make use of libagentx. No functional change intended.
martijn
2020-10-26
9
-6646
/
+464
*
Remove trailing spaces & tabs
denis
2020-10-25
4
-22
/
+21
*
support for session resumption in TLS1.3 does not exist yet, as
benno
2020-10-22
1
-4
/
+4
*
session tickets are disabled by default, correct the manpage.
benno
2020-10-22
1
-3
/
+3
*
Sync with libagentx
martijn
2020-09-30
1
-3
/
+7
*
Sync with libagentx
martijn
2020-09-29
1
-5
/
+11
*
s/sizeof(ipaddress)/sizeof(*ipaddress)/g
martijn
2020-09-15
1
-2
/
+2
*
Fix a dead store and a wrong-level NULL-check.
martijn
2020-09-15
2
-2
/
+1
*
Rewrite the agentx code of relayd. This new framework should allow us
martijn
2020-09-14
15
-3152
/
+7180
*
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-09-04
1
-6
/
+3
*
add unveil(2) again
mestre
2020-08-19
1
-1
/
+6
*
Remove references to snmpd(8) now that agentx support has been removed.
martijn
2020-07-01
1
-8
/
+3
*
Allow relayd to compile without reaching back into snmpd directory for
martijn
2020-06-30
2
-2
/
+454
*
Remove redundant code
denis
2020-06-05
1
-2
/
+1
*
Enable TLSv1.3 support in relayd(8)
pvk
2020-05-14
4
-9
/
+18
*
Repair the description of "edh [params (none|auto|legacy)]" to
benno
2020-05-02
1
-11
/
+15
*
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
jmc
2020-04-23
1
-3
/
+3
*
improve parsing of relay {} sections:
benno
2020-02-12
1
-6
/
+38
*
briefly mention /etc/examples/ in the FILES section of all the
schwarze
2020-02-10
1
-2
/
+5
*
Make relayd properly return the next element, even if the requested element
martijn
2019-10-03
1
-13
/
+19
*
remove old log options 'log update/all' that were replaced with 'log
benno
2019-09-18
1
-18
/
+4
*
Add support for binary protocol health checking. Feedback and guidance from
rob
2019-09-15
8
-28
/
+238
*
revert r1.175 which added unveil to relayd; "check script" needs access to the
sthen
2019-08-30
1
-6
/
+1
*
fix error description on invalid forward ip.
chrisz
2019-07-13
1
-2
/
+2
*
Don't "forward to <table>" when a "forward to destination" address is set.
chrisz
2019-07-13
2
-4
/
+7
*
Add a new macro called $HOST that expands to the Host header's value or falls
robert
2019-07-05
2
-6
/
+25
*
Fix integer sizes in format strings and enable formatting warnings
patrick
2019-07-05
1
-18
/
+20
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
3
-7
/
+7
*
Add support for OCSP stapling
reyk
2019-06-26
5
-12
/
+72
*
Make sure that the IMSG_CTL_RESET message is sent immediately.
reyk
2019-06-01
1
-1
/
+9
*
Add support for SNI with new "tls keypair" option to load additional certs.
reyk
2019-05-31
5
-31
/
+83
*
Move the relay keys/certs into a separate global list and look them up by id.
reyk
2019-05-31
6
-143
/
+274
*
Fix the check if a relay has been specified twice
reyk
2019-05-29
1
-14
/
+17
*
Move relay_load_*() functions into relayd.c
reyk
2019-05-29
4
-108
/
+108
*
Add Connection: close when switching to "unlimited" reading mode.
reyk
2019-05-13
1
-1
/
+10
*
Fix filter rules with "forward to" statement in persistent connections.
reyk
2019-05-13
4
-34
/
+104
*
Add support for from/to in relay filter rules.
reyk
2019-05-10
5
-41
/
+105
*
Fix and tweak websocket upgrade handling.
reyk
2019-05-08
5
-58
/
+65
[next]