summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
1997-09-09s/ns_toa/ns_ntoa/kstailey
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-04init net_entry properlyTheo de Raadt
1997-07-28Install inet(3) page as inet_{ntop,pton}(3) pages tooNiklas Hallqvist
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23Don't do a gethostbyname() on "localhost" since we need it toTodd C. Miller
1997-07-21long stuff; netbsdTheo de Raadt
1997-07-15buff overflowflipk
1997-07-15Xr repairTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller