summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
1996-08-31check right variableTheo de Raadt
1996-08-30avoid port 1023 moreTheo de Raadt
1996-08-30call rcmdsh() if euid != 0 and port is shell/tcp. This lets usTodd C. Miller
1996-08-30added a missing typeTodd C. Miller
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-24rely on RES_NOALIASESTheo de Raadt
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller
1996-08-19nasty typo by meTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-19Add return values for sethostent, endhostent, herror (all are void).Todd C. Miller
1996-08-18if setuid, no env variablesTheo de Raadt
1996-08-16ipx.Michael Shalayeff
1996-08-14Install iso_addr(3) man pageThorsten Lockert
1996-08-14Add missing referenceThorsten Lockert
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forTheo de Raadt
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENTheo de Raadt
1996-08-05if port 20 incoming, kill it and try againTheo de Raadt
1996-08-03install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgTheo de Raadt
1996-07-29ensure bindresvport() is told to find a portTheo de Raadt
1996-07-29rresvport() in terms of bind() & bindresvport()Theo de Raadt
1996-07-22bzero sockaddr_inTheo de Raadt