summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
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
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 gmeinerj@Z...Theo de Raadt
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-12Update {hton,ntoh}[ls] argument and return types to match changes inThorsten Lockert
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
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 t...Theo de Raadt
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
1996-09-05document latest rcmd changeTodd C. Miller
1996-09-05ignore $RSH if we are setuidTodd C. Miller
1996-09-03proper typesTheo de Raadt
1996-09-03constrain to MAXHOSTNAMELENTheo de Raadt
1996-09-02talk about $RSHTodd C. Miller
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.Todd C. Miller
1996-09-01talk about rcmdsh()Todd C. Miller
1996-09-01First cut at man page for rcmdsh()Todd C. Miller
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.Todd C. Miller
1996-09-01i have changed this enough to put copyright on itTheo de Raadt