Age | Commit message (Expand) | Author |
1997-03-27 | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | Theo de Raadt |
1997-03-15 | res_close is defined in a macro and should apperently not be used as _res_close. | Per Fogelstrom |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt |
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z... | Theo de Raadt |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert |
1996-12-12 | Update {hton,ntoh}[ls] argument and return types to match changes in | Thorsten Lockert |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |
1996-10-08 | Attempt at cleanup. | michaels |
1996-09-28 | bzzzt | Theo de Raadt |
1996-09-27 | more INADDRSZ pedantry | Theo de Raadt |
1996-09-27 | use INADDRSZ, more careful length checking | Theo de Raadt |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with t... | Theo de Raadt |
1996-09-22 | cannot be static, named uses it | Theo de Raadt |
1996-09-22 | random function name | Theo de Raadt |
1996-09-22 | randomize _res.id at start; could do better i hope | Theo de Raadt |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-09-05 | document latest rcmd change | Todd C. Miller |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller |
1996-09-03 | proper types | Theo de Raadt |
1996-09-03 | constrain to MAXHOSTNAMELEN | Theo de Raadt |
1996-09-02 | talk about $RSH | Todd C. Miller |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | Todd C. Miller |
1996-09-01 | talk about rcmdsh() | Todd C. Miller |
1996-09-01 | First cut at man page for rcmdsh() | Todd C. Miller |
1996-09-01 | Don't dup stderr, you lose error messages and rsh does it for us anyway. | Todd C. Miller |
1996-09-01 | i have changed this enough to put copyright on it | Theo de Raadt |
1996-08-31 | check right variable | Theo de Raadt |
1996-08-30 | avoid port 1023 more | Theo de Raadt |
1996-08-30 | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | Todd C. Miller |
1996-08-30 | added a missing type | Todd C. Miller |
1996-08-27 | use strncpy correctly | Theo de Raadt |
1996-08-25 | use issetugid() | Theo de Raadt |
1996-08-24 | rely on RES_NOALIASES | Theo de Raadt |
1996-08-22 | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | Todd C. Miller |
1996-08-19 | nasty typo by me | Theo de Raadt |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-08-19 | Add return values for sethostent, endhostent, herror (all are void). | Todd C. Miller |
1996-08-18 | if setuid, no env variables | Theo de Raadt |
1996-08-16 | ipx. | Michael Shalayeff |
1996-08-14 | Install iso_addr(3) man page | Thorsten Lockert |
1996-08-14 | Add missing reference | Thorsten Lockert |
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | Theo de Raadt |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt |
1996-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt |
1996-08-03 | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | Theo de Raadt |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt |
1996-07-22 | bzero sockaddr_in | Theo de Raadt |