summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
1997-07-07Define RESOLVSORT so "sortlist" resolver directive works.Todd C. Miller
1997-07-06if we find an unprintable char, bail totallyTheo de Raadt
1997-06-29indentTheo de Raadt
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)Todd C. Miller
1997-06-13s/environmental/environment/Theo de Raadt
1997-06-13hstrerrorTheo de Raadt
1997-06-11doc RES_USE_INET6; lukemTheo de Raadt
1997-06-04use bzero instead of FD_ZEROdm
1997-06-03howmany(x+1, NFDBITS)Theo de Raadt
1997-05-28malloc fd_set dynamically, for very large fd usesTheo de Raadt
1997-05-28malloc fd_set dynamically, for very large fd usesTheo de Raadt
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-04-30Remove unused variablesThorsten Lockert
1997-04-29oopsTheo de Raadt
1997-04-29careful buffer handlingTheo de Raadt
1997-04-27handle hex-like hostnamesTheo de Raadt
1997-04-26my keyboard made a typo.michaels
1997-04-26correct declaration given for herror(3) and describe better.michaels
1997-04-25skipped too many idsNiels Provos
1997-04-24Revert last changeThorsten Lockert
1997-04-24Pad out trailing parts of the address with zeros so we get a legal networkThorsten Lockert
1997-04-23pmod to u_int16_t, Angelos kindly reminded meNiels Provos
1997-04-19constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duhTheo de Raadt
1997-04-19change time() to gettimeofday()Niels Provos
1997-04-19make things more complicated.Niels Provos
1997-04-15correct the paranoia checkTheo de Raadt
1997-04-14with this here commit i label myself not the swiftestTheo de Raadt
1997-04-14buf oflowTheo de Raadt
1997-04-13fouled up a tiny bitNiels Provos
1997-04-13the before mentioned random number generator.Niels Provos
1997-04-13copyright fooJason Downs