summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)itojun1-4/+7
2000-08-22Wallderaadt5-5/+11
2000-08-13strings are NUL-terminated, not NULL-terminatedderaadt1-4/+4
2000-08-09document that the current implementation is not thread-safe. sync with kame.itojun2-6/+11
2000-08-09More of the same.aaron1-2/+3
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsaaron4-8/+15
2000-08-09Remove trailing blank lines.aaron1-2/+1
2000-08-02return error if salt is too small; pr 1336provos1-1/+4
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2-2/+2
2000-07-30avoid buffer overrun on too-long reply for NIS hostname lookup.itojun1-7/+9
2000-07-25a quick fix, and then i run away screaming in terrorderaadt1-1/+2
2000-07-25document pitfall cases in argument parsing. sync with kame.itojun1-3/+64
2000-07-10Typo & style fix.ian1-3/+3
2000-07-09reject empty scopeid/numeric portname. sync with kame.itojun1-9/+16
2000-07-08Move option flags that don't require arguments to the first of the list inaaron1-2/+2
2000-07-07use %s with fprintfderaadt3-5/+5
2000-07-07If the timeout is not set, don't send a zeroed timeout to select.art1-2/+8
2000-07-06i feel dirty whenever i edit in herederaadt1-1/+1
2000-07-06do not assume h_errs[] is clean, use %sderaadt1-1/+1
2000-07-06Insert more missing .El directives. Our troff really should identify these andaaron1-1/+2
2000-07-05return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.itojun1-18/+18
2000-07-02knf; ouch, that hurtsmickey1-6/+7
2000-07-02new version of ffs from drahn@mickey1-38/+28
2000-06-30typo in RFC number. KAME PR 263itojun2-6/+6
2000-06-22add paper by cmetz. correct example. (sync with kame)itojun2-13/+43
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesitojun2-47/+270
2000-06-18note get{addr,name}info are recommended than inet_xx.itojun1-1/+7
2000-06-15RSA goes in tree for next our next release, as it will be afterbeck7-69/+647
2000-06-12correct ENI_SALEN case to meet rfc2553bis.itojun1-3/+3
2000-06-12correct behavior against invalid sockaddr. previous code may return 0itojun1-9/+9
2000-06-01State explicitly that strlc{py,at} only work on real C strings.millert1-3/+22
2000-05-17nroff fixes (correct Dt, linebreak).itojun2-11/+8
2000-05-15correct type of 2nd argument to meet RFC2553. (this should raise no ABIitojun1-6/+6
2000-05-15translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.itojun1-2/+27
2000-04-30#ifdef vax -> #ifdef __vax__bjc1-2/+2
2000-04-28fleshderaadt1-3/+23
2000-04-28improve the englishderaadt1-4/+5
2000-04-28type decl errorderaadt1-3/+3
2000-04-27remove unused struct def. more sanity check for NULL.itojun1-16/+16
2000-04-26const poisoningitojun1-16/+21
2000-04-26add $KAME$ for future version trackingitojun1-1/+2
2000-04-26bring in latest KAME implementation.itojun1-73/+112
2000-04-26remove #if 0'ed portion which we will never revisit (no behavior change).itojun1-14/+1
2000-04-26sync with latest kame.itojun1-19/+21
2000-04-25correct boundary check. XXX should avoid code duplicate here...itojun1-2/+2
2000-04-25another annoying thingderaadt1-1/+1
2000-04-25omit RC5deraadt2-5/+5
2000-04-24correct examplederaadt1-5/+6
2000-04-21Don't hyphenate the words {left|right}most.aaron2-6/+6
2000-04-21Add ERRORS section (the strdup(3) function may fail and set errno to any of theaaron1-1/+8