summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-12There is no need to call freeaddrinfo() in case of an error.claudio1-1/+6
2005-03-08do not trash errno before using it, do not pass garbage args to getnameinfoderaadt1-7/+10
2005-03-07fd leak; andrushock@korovino.netderaadt1-2/+4
2005-03-06correct snprintf return value checks, where the wrong ptrmoritz1-6/+6
2005-03-02Consistent #if protection of rcs ids; Francois Perradmillert1-6/+2
2005-03-02More const in h_errlist and h_nerr; Francois Perradmillert1-4/+4
2005-03-02Fix typo that breaks compilation #ifndef __weak_alias; Francois Perradmillert2-4/+4
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder20-49/+49
2005-02-21use a standard hostname in EXAMPLES (host.example.com), which alsojmc1-11/+12
2005-02-19fix pasto; from d@millert1-2/+2
2005-02-16Stash the environment pointer we get from realloc() instead of justmillert1-32/+24
2005-02-08Some extra strict warning cleanup. From Xin Li <delphij at FreeBSDotto3-13/+14
2005-02-07For amd64, build the bn routines in libcrypto with the amd64 specificbeck1-2/+9
2005-02-07tidy up ERRORS and STANDARDS;jmc1-7/+10
2005-01-29adjust comment, open_dev_crypto() returns -1 on error.hshoexer2-2/+2
2005-01-29correct .Rs references;jmc2-4/+4
2005-01-28fix reversed short description; ok itojun@djm1-2/+2
2005-01-26on error set correct pointer to NULL.hshoexer2-4/+4
2005-01-22some fixes from netbsd, plus a few of my own;jmc1-25/+31
2005-01-11more minor tweaks, ok jmcjaredy2-18/+26
2005-01-07better wording for -l;jmc1-3/+3
2005-01-07- better documenting of `host' and `port[s]'jmc1-4/+25
2005-01-07clarify a sentence;jmc1-5/+7
2005-01-06tweaks;jmc1-18/+16
2005-01-06tweaks;jmc1-32/+31
2005-01-06space between macro args and punctuation;jmc1-3/+3
2005-01-06recover MLINKS for inet6_*_space.3itojun1-2/+14
2005-01-06IPv6 manpage, wrote from scratch. deraadt okitojun5-16/+764
2004-12-31explicitly mention port in an example;jmc1-2/+2
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingotto1-2/+7
2004-12-22tweaks from michael knudsen;jmc1-6/+7
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@david1-1/+3
2004-12-21sort SEE ALSO;jmc1-2/+2
2004-12-21- grammar, punctuation, spacing, and mdoc fixesjaredy2-34/+29
2004-12-21thread-unsafeness comes from the use of _res, YP filehandle, and /etc/hostsitojun2-4/+4
2004-12-20Start sentence with "The gai_strerror() function"millert1-2/+4
2004-12-20gai_strerror.3, getaddrinfo.3 and getnameinfo.3 are back.millert1-3/+4
2004-12-20gai_strerror() should return const char *; OK deraadt@millert1-2/+2
2004-12-20Add Itojun's CAVEATS section.millert1-1/+55
2004-12-20Get rid of a bogus -32 that came about from misreading the ISC originalmillert1-4/+6
2004-12-20Add back EXAMPLE section and scopeid info which are from KAME, not themillert1-1/+38