summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2001-08-30Delete duplicate 'network daemon testing' item.krw1-3/+1
2001-08-30Fix typo - space before a comma.krw1-2/+2
2001-08-30fix some const warningsfgsch1-3/+3
2001-08-25use callocericj1-3/+3
2001-08-20cope with sa_len < sizeof(struct sockaddr).itojun1-2/+5
2001-08-20cope with negative return value from snprintf.itojun1-12/+25
2001-08-20use snprintf, not sprintf. sync with kameitojun1-2/+2
2001-08-16Use calloc() to allocate response data. Be more careful when freeingho1-16/+25
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */heko2-7/+7
2001-08-08add CAVEATS section that talks about trust and the AD-bitjakob1-1/+11
2001-08-07KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokederaadt1-24/+16
2001-08-07add copyright notices; noted as missing by itojunderaadt2-0/+49
2001-08-07typoitojun1-2/+2
2001-08-07-Wunuseditojun1-1/+0
2001-08-07sorry, correct the polarity of return value on AF_INET6.itojun1-4/+9
2001-08-07for AF_INET6, must compare sin6_scope_id.itojun1-1/+3
2001-08-06add AUTHORS and update HISTORYjakob1-2/+6
2001-08-06OpenBSD id-tagsjakob2-2/+2
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsjakob3-5/+661
2001-08-06o) We always close .Bl and .Bd tags;mpech8-16/+12
2001-08-05there's no no host.conf on openbsd. pointed out by smbitojun2-16/+4
2001-08-02fix diagnostic messagesericj1-3/+3
2001-08-02fix doc syntaxericj1-2/+2
2001-08-02pet peeve, insure vs ensurehugh2-4/+4
2001-08-01merge openssl 0.9.6b-enginebeck81-597/+1420
2001-08-01http://www.openssl.org/news/secadv_prng.txt; ok beck@markus2-16/+34
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@jakob2-7/+19
2001-07-31more MLINKderaadt1-3/+13
2001-07-31Add missing MLINKS for various .3 man pageskrw1-1/+16
2001-07-31more Xr completionsderaadt1-4/+6
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncmillert1-7/+10
2001-07-27clean up.mpech1-2/+2
2001-07-09a first pass at -Wallderaadt2-9/+10
2001-07-04fix unused code path; karls@inet.noderaadt1-4/+5
2001-06-30missing freeaddrinfo(). PR 1907itojun1-2/+5
2001-06-27more magic stuff to define'sericj1-8/+9
2001-06-27Spit out errno message instead of just exitting. ericj@ ok.smart1-3/+3
2001-06-27ericj@ requested netcat not have -Wall defined in the Makefilesmart1-3/+1
2001-06-27Fix AUTHORS section. aaron@ ok.smart1-4/+7
2001-06-27Compile cleanly with -Wallsmart2-14/+26
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel14-68/+47
2001-06-26remove some unused var's.ericj1-3/+2
2001-06-26allow -k for udp and tcpericj1-5/+6
2001-06-26be weary of atoi().ericj1-8/+19
2001-06-26dont set the source address to 127.0.0.1 if a local port is specifiedericj1-2/+3
2001-06-26rewrite telnet negotiationericj1-33/+26
2001-06-26rename variable, as not to conflictericj1-6/+6
2001-06-26typojasoni1-2/+2
2001-06-26type in usage: Surpress -> Suppressjasoni1-2/+2
2001-06-26update this man page for the new netcatericj1-117/+67