summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Collapse)Author
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
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
get away with fewer setuid binaries.
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
Make sure everything uses {SYS,}LIBC_SCCS properly
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
next lower port because we might get it (and be predictable!)
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
1996-07-22bzero sockaddr before useTheo de Raadt
1996-07-20support # commentsTheo de Raadt
1996-07-06type fixosTheo de Raadt
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
netbsd pr#2471, jhawk@mit.edu
1996-06-10iruserok() can finally safely use a u_int32_t for the ip addrTheo de Raadt