index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
net
/
getnameinfo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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