summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Collapse)Author
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
address when only the first octets are given (eg. 140.174 ==> 140.174.0.0)
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
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-13repair _hokcharTheo de Raadt
1997-04-06issetugid() this last getenv based openTheo de Raadt
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
well.
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs
1997-04-03use MATCH()Theo de Raadt
1997-04-03if dns lookup fails, still honour _res.lookups[]Theo de Raadt
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comTheo de Raadt
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey
1997-04-03add htonl()kstailey
1997-04-02spelling errorTheo de Raadt
1997-03-27constrain hostnames to MAXHOSTNAMELEN (again), and fix a typoTheo de Raadt
1997-03-15res_close is defined in a macro and should apperently not be used as _res_close.Per Fogelstrom
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.
1997-01-30careful about MAXADDRS, abrown@eecs.harvard.eduTheo de Raadt
1997-01-25never hand over a nonresv port, even if asked. problem reported by ↵Theo de Raadt
gmeinerj@ZUMtOBEL.co.at
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-12Update {hton,ntoh}[ls] argument and return types to match changes inThorsten Lockert
<machine/endian.h>
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-10-08Attempt at cleanup.michaels
1996-09-28bzzztTheo de Raadt
1996-09-27more INADDRSZ pedantryTheo de Raadt
1996-09-27use INADDRSZ, more careful length checkingTheo de Raadt
1996-09-26be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵Theo de Raadt
these ideas
1996-09-22cannot be static, named uses itTheo de Raadt
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-09-05document latest rcmd changeTodd C. Miller