Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | never hand over a nonresv port, even if asked. problem reported by ↵ | deraadt | 1997-01-25 | 1 | -2/+2 | |
| | | | | gmeinerj@ZUMtOBEL.co.at | |||||
* | Clean up lint and compile warnings | tholo | 1996-12-14 | 1 | -2/+2 | |
| | ||||||
* | Update {hton,ntoh}[ls] argument and return types to match changes in | tholo | 1996-12-12 | 4 | -22/+18 | |
| | | | | <machine/endian.h> | |||||
* | htons et al. works on explicit 16- and 32-bit quantities and not the | niklas | 1996-11-25 | 1 | -11/+15 | |
| | | | | | | 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 | |||||
* | Attempt at cleanup. | michaels | 1996-10-08 | 1 | -2/+2 | |
| | ||||||
* | bzzzt | deraadt | 1996-09-28 | 1 | -11/+14 | |
| | ||||||
* | more INADDRSZ pedantry | deraadt | 1996-09-27 | 1 | -14/+11 | |
| | ||||||
* | use INADDRSZ, more careful length checking | deraadt | 1996-09-27 | 1 | -7/+8 | |
| | ||||||
* | be safer about spoofed hostnames; thanks to bitblt and oliver for help with ↵ | deraadt | 1996-09-26 | 1 | -14/+50 | |
| | | | | these ideas | |||||
* | cannot be static, named uses it | deraadt | 1996-09-22 | 1 | -2/+2 | |
| | ||||||
* | random function name | deraadt | 1996-09-22 | 1 | -3/+2 | |
| | ||||||
* | randomize _res.id at start; could do better i hope | deraadt | 1996-09-22 | 1 | -3/+7 | |
| | ||||||
* | Add a couple of syscalls; bring more prototypes into scope | tholo | 1996-09-15 | 1 | -1/+2 | |
| | ||||||
* | Remove dead code | tholo | 1996-09-15 | 4 | -12/+16 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | |||||
* | document latest rcmd change | millert | 1996-09-05 | 1 | -5/+7 | |
| | ||||||
* | ignore $RSH if we are setuid | millert | 1996-09-05 | 1 | -2/+2 | |
| | ||||||
* | proper types | deraadt | 1996-09-03 | 1 | -1/+2 | |
| | ||||||
* | constrain to MAXHOSTNAMELEN | deraadt | 1996-09-03 | 1 | -2/+7 | |
| | ||||||
* | talk about $RSH | millert | 1996-09-02 | 1 | -2/+9 | |
| | ||||||
* | Looks at RSH envariable and calls rcmdsh() with that value if set. | millert | 1996-09-02 | 1 | -2/+11 | |
| | ||||||
* | talk about rcmdsh() | millert | 1996-09-01 | 1 | -2/+14 | |
| | ||||||
* | First cut at man page for rcmdsh() | millert | 1996-09-01 | 2 | -2/+111 | |
| | ||||||
* | Don't dup stderr, you lose error messages and rsh does it for us anyway. | millert | 1996-09-01 | 1 | -3/+3 | |
| | ||||||
* | i have changed this enough to put copyright on it | deraadt | 1996-09-01 | 1 | -1/+3 | |
| | ||||||
* | check right variable | deraadt | 1996-08-31 | 1 | -2/+2 | |
| | ||||||
* | avoid port 1023 more | deraadt | 1996-08-30 | 1 | -7/+11 | |
| | ||||||
* | call rcmdsh() if euid != 0 and port is shell/tcp. This lets us | millert | 1996-08-30 | 1 | -1/+9 | |
| | | | | get away with fewer setuid binaries. | |||||
* | added a missing type | millert | 1996-08-30 | 1 | -2/+2 | |
| | ||||||
* | use strncpy correctly | deraadt | 1996-08-27 | 2 | -3/+6 | |
| | ||||||
* | use issetugid() | deraadt | 1996-08-25 | 1 | -4/+5 | |
| | ||||||
* | rely on RES_NOALIASES | deraadt | 1996-08-24 | 1 | -3/+1 | |
| | ||||||
* | Adds rcmdsh() -- rcmd-alike using rsh (or specified shell). | millert | 1996-08-22 | 2 | -2/+122 | |
| | ||||||
* | nasty typo by me | deraadt | 1996-08-19 | 1 | -2/+2 | |
| | ||||||
* | Fix RCS ids | tholo | 1996-08-19 | 53 | -298/+67 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | Add return values for sethostent, endhostent, herror (all are void). | millert | 1996-08-19 | 1 | -0/+3 | |
| | ||||||
* | if setuid, no env variables | deraadt | 1996-08-18 | 2 | -2/+5 | |
| | ||||||
* | ipx. | mickey | 1996-08-16 | 4 | -1/+415 | |
| | ||||||
* | Install iso_addr(3) man page | tholo | 1996-08-14 | 1 | -2/+3 | |
| | ||||||
* | Add missing reference | tholo | 1996-08-14 | 1 | -0/+1 | |
| | ||||||
* | seed rresvport() for aux channel with a known taken port; do not ask for | deraadt | 1996-08-07 | 1 | -0/+6 | |
| | | | | next lower port because we might get it (and be predictable!) | |||||
* | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | deraadt | 1996-08-05 | 1 | -1/+11 | |
| | ||||||
* | if port 20 incoming, kill it and try again | deraadt | 1996-08-05 | 1 | -0/+9 | |
| | ||||||
* | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | deraadt | 1996-08-03 | 2 | -2/+2 | |
| | ||||||
* | ensure bindresvport() is told to find a port | deraadt | 1996-07-29 | 1 | -0/+1 | |
| | ||||||
* | rresvport() in terms of bind() & bindresvport() | deraadt | 1996-07-29 | 2 | -14/+15 | |
| | ||||||
* | bzero sockaddr_in | deraadt | 1996-07-22 | 1 | -0/+1 | |
| | ||||||
* | bzero sockaddr before use | deraadt | 1996-07-22 | 1 | -0/+1 | |
| | ||||||
* | support # comments | deraadt | 1996-07-20 | 1 | -0/+2 | |
| | ||||||
* | type fixos | deraadt | 1996-07-06 | 1 | -1/+4 | |
| | ||||||
* | prototype ethers(3) functions (inside !_KERNEL), pointed out in | deraadt | 1996-07-03 | 1 | -0/+3 | |
| | | | | netbsd pr#2471, jhawk@mit.edu |