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
/
ypldap
/
ypldap_dns.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't manipulate hdr.len, it's used internally by libutil now; ok florian@
otto
2017-04-17
1
-4
/
+5
*
Use memset(3) instead of bzero(3)
mestre
2016-11-29
1
-2
/
+2
*
convert ypldap_addr list to a tailq
jmatthew
2016-04-10
1
-13
/
+10
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
1
-2
/
+2
*
pledge for ypldap is easy because it's purely a network program.
jmatthew
2015-11-15
1
-1
/
+4
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
Since the event(s) passed to a callback can be a mask of all events
krw
2014-07-13
1
-8
/
+8
*
Close connection/remove event handler when msgbuf_write() hits an
krw
2014-07-13
1
-4
/
+7
*
don't leak ypldap_addr structures when doing dns lookups
jmatthew
2012-03-16
1
-3
/
+9
*
Rename some imsg bits to make namespace collisions less likely buf to
nicm
2010-05-26
1
-2
/
+2
*
fix fatal calls, that they will report function names from which they are
zinovik
2010-04-01
1
-2
/
+2
*
Sync with relayd:
eric
2009-06-06
1
-13
/
+15
*
Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.
aschrijver
2008-10-28
1
-0
/
+241