summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
1999-06-05stronger suggestTheo de Raadt
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-21improve. pushed by bengt@softwell.seTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-05-03Add octect sanity checkingyanick
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-18check for negative numbers from strtol()Theo de Raadt
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-31put back a security fix downsj removed ages agoTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-06-26rcmdsh, not rcmdTodd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-05-12document how to enable YP for each databaseTheo de Raadt
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
1998-03-19some -WallTodd C. Miller
1998-03-18Todd does not test YP code; felix@mamba.pond.sub.orgTheo de Raadt
1998-03-17Fix .Ev usageTodd C. Miller
1998-03-17Set errno to EINVAL if ether_ntoa() is passed bogus data.Todd C. Miller
1998-03-17Whoops, fix a last minute change.Todd C. Miller
1998-03-17hostname buffer will not overflow if it is size MAXHOSTNAMELEN.Todd C. Miller
1998-03-17Fix some improbable overflows:Todd C. Miller
1998-03-16Use fgetln(3) instead of fgets(3) so we can easily recognize linesTodd C. Miller
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-02-27extra comma goes foomTheo de Raadt
1998-02-12correct bounds checkTheo de Raadt
1998-02-12copyrightTheo de Raadt
1998-02-11use fgetln() instead of fgets() so that we can catch \0 in the .rhostsTheo de Raadt
1998-02-11increased paranoia about .rhosts validityTheo de Raadt
1998-01-20for YP lookups, avoid names longer than MAXHOSTNAMELENTheo de Raadt
1998-01-11Add gethostent(), as some LEGACY code wants it. If you write newTobias Weingartner
1997-12-02i failed to test compile this before commitingTheo de Raadt
1997-12-01buf oflow; bitbltTheo de Raadt
1997-11-20incorrect MLINKSTheo de Raadt
1997-11-19Document new functionsNiklas Hallqvist
1997-11-08do not call abort()Theo de Raadt
1997-09-29Xr bindresvport and rresvportTheo de Raadt