summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.Jun-ichiro itojun Hagino
1999-12-11fix gethostbyname2(foo, AF_INET6).Jun-ichiro itojun Hagino
1999-12-11add inet6_option_* and inet6_rthdr_*.Jun-ichiro itojun Hagino
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousJun-ichiro itojun Hagino
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...Theo de Raadt
1999-11-17Add missing MLINKsTodd C. Miller
1999-09-27Correct buffer size.Alex Feldman
1999-09-03typoTheo de Raadt
1999-09-03sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.arTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1999-08-26add an inner xor to make prediction attacks against the ids harder, dueNiels Provos
1999-07-08use SIOCGIFCONF much more carefullyTheo de Raadt
1999-07-05use .Li to refer to data typesAaron Campbell
1999-07-05repairs; better English, formatting, etc.Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-03cleaned upTheo de Raadt
1999-07-03if_freenameindex() APITheo de Raadt
1999-07-03cleanerTheo de Raadt
1999-07-03man pages from WIDETheo de Raadt
1999-07-03install man pageTheo de Raadt
1999-07-03man page for net_addrcmp(3)Aaron Campbell
1999-07-03Ignore SIGs in the answer section for now as we don't use them (yet).Jakob Schlyter
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-07-01indent and auditTheo de Raadt
1999-06-30indentTheo de Raadt
1999-06-25use AF_LOCAL instead of AF_UNIXTheo de Raadt
1999-06-23Fixed compilation problems.cmetz
1999-06-23Compilation fixes.cmetz
1999-06-23Removed non-existent source file from SRC.cmetz
1999-06-23Removed portability ifdefs.cmetz
1999-06-23Removed portability ifdefs and calls to nonstandard back-end.cmetz
1999-06-23net_addrcmp(); needs man pageTheo de Raadt
1999-06-23KNFTheo de Raadt
1999-06-23Accidentally commited. Thanks mickey for catching this one.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
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