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
/
lib
/
libc
/
net
/
getnameinfo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove two mutexes by replacing getservbyname() and getservbyport()
ray
2007-02-15
1
-23
/
+21
*
change semantics of ff01::/16 to interface local multicast
itojun
2006-11-17
1
-3
/
+3
*
Remove a check about whether sa->sa_len is equal to salen from
marcm
2005-06-19
1
-4
/
+1
*
ansify. ok deraadt@ moritz@
otto
2005-03-25
1
-20
/
+6
*
unused variables
deraadt
2004-09-15
1
-3
/
+1
*
major bump to libc and libpthread to break the dependency of a
marc
2004-06-07
1
-2
/
+2
*
bug library/3297: lib/libc/net/get{addr,name}info should share mutex
marc
2003-07-21
1
-2
/
+6
*
thread safer libc (note: safer, not safe)
marc
2003-01-28
1
-1
/
+8
*
ntohs() returns unsigned value
itojun
2002-06-27
1
-2
/
+2
*
more strlcpy and snprintf
deraadt
2002-05-22
1
-7
/
+7
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-3
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-2
/
+2
*
make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.
itojun
2001-11-15
1
-24
/
+20
*
sync with kame better. open some renaming #defines (ENI_xx).
itojun
2001-11-14
1
-42
/
+27
*
cope with negative return value from snprintf.
itojun
2001-08-20
1
-12
/
+25
*
fix off-by-1 error.
itojun
2000-09-25
1
-9
/
+8
*
correct ENI_SALEN case to meet rfc2553bis.
itojun
2000-06-12
1
-3
/
+3
*
correct behavior against invalid sockaddr. previous code may return 0
itojun
2000-06-12
1
-9
/
+9
*
correct type of 2nd argument to meet RFC2553. (this should raise no ABI
itojun
2000-05-15
1
-6
/
+6
*
const poisoning
itojun
2000-04-26
1
-16
/
+21
*
bring in latest KAME implementation.
itojun
2000-04-26
1
-73
/
+112
*
avoid unused variable by #ifdef
itojun
2000-03-13
1
-3
/
+6
*
don't process NI_NOFQDN, since the currently coded behavior is not specwise
itojun
2000-03-13
1
-1
/
+3
*
to synchronize with progress of discussion for post
itojun
2000-02-17
1
-2
/
+2
*
add more comments from recent kame.
itojun
2000-02-16
1
-1
/
+14
*
revise extended scoped address format support. delimiter and the order
itojun
2000-02-09
1
-18
/
+59
*
remove #if 0'ed part.
itojun
2000-01-17
1
-24
/
+1
*
allow reverse lookup for v4 loopbacknet (127.0.0.0/8).
itojun
2000-01-05
1
-1
/
+5
*
replace NRL get{addr,name}info with KAME get{addr,name}info.
itojun
1999-12-30
1
-213
/
+233
*
cleaned up
deraadt
1999-07-03
1
-178
/
+210
*
Fixed compilation problems.
cmetz
1999-06-23
1
-1
/
+2
*
Removed portability ifdefs.
cmetz
1999-06-23
1
-338
/
+7
*
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
cmetz
1999-06-23
1
-0
/
+562