summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-31massive indent passderaadt1-262/+195
2000-01-30visit next addrinfo structure when rresvport_af() fails.itojun1-4/+9
2000-01-28don't permit freeaddrinfo(NULL). now the behavior is consistentitojun1-2/+2
2000-01-27avoid memory leakage on freeaddrinfo().itojun1-0/+2
2000-01-27add IPv6-ready rcmd() friends.itojun3-80/+264
2000-01-26fix RFC2553 conformance. AI_CANONNAME does not mean reverse query.itojun1-126/+10
2000-01-26man page updates from itojunderaadt1-2/+2
2000-01-26new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on...deraadt1-2/+3
2000-01-25repairderaadt1-2/+2
2000-01-24first cut at indent.. more to comederaadt1-1126/+1175
2000-01-22Use .Er macro when referring to errno error names.aaron1-3/+3
2000-01-22ie. -> i.e.,aaron1-2/+2
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),pjanzen1-5/+11
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.pjanzen1-7/+1
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromaaron2-4/+4
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameitojun1-15/+5
2000-01-17do not filter address families that are not supported by kernel.itojun1-1/+5
2000-01-17indentderaadt2-6/+6
2000-01-17sync with latest KAME version. now includes description on scoped addritojun2-7/+234
2000-01-17remove #if 0'ed part.itojun2-79/+2
2000-01-06fix includes; bdederaadt2-3/+5
2000-01-06oopsd1-2/+2
2000-01-06include thread_private.hd1-1/+2
2000-01-06_THREAD_PRIVATE_* macros changedd2-5/+5
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ...d1-135/+91
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).itojun1-1/+5
2000-01-05Xr getnameinfo and friendsderaadt1-1/+3
2000-01-03Grammar; deraadt@aaron1-2/+2
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).itojun2-5/+8
1999-12-30add the _af versions to the NAME chunkderaadt1-1/+2
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.itojun3-672/+1214
1999-12-28speed up blowfish by > 20%.provos1-28/+32
1999-12-17more fixes from markusderaadt1-4/+4
1999-12-17nice error return; markusderaadt1-1/+2
1999-12-17oopsderaadt1-1/+3
1999-12-16rresvport_af() and bindresvport_af()deraadt4-44/+138
1999-12-16incorrect bounds on strlcpy()deraadt1-2/+2
1999-12-12sync KAME rcsid.itojun1-2/+2
1999-12-12inet6_rthdr_reverse() is not available yet.itojun1-1/+4
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.itojun1-7/+5
1999-12-11fix gethostbyname2(foo, AF_INET6).itojun1-1/+9
1999-12-11add inet6_option_* and inet6_rthdr_*.itojun6-2/+1520
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousitojun1-2/+4
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...deraadt1-0/+1
1999-11-23do not assume shell scripts are +x; dderaadt79-85/+85
1999-11-17Add missing MLINKsmillert3-4/+8
1999-11-14Clean up memchr slightly to better match coming memrchrespie1-4/+4
1999-11-10Tweaks; millert@aaron1-8/+9
1999-11-10calloc.c is backmillert1-1/+1
1999-11-10calloc() needs to be separate from malloc in case a user wants to havemillert2-25/+54