Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-19 | some -Wall | Todd C. Miller | |
1998-02-12 | correct bounds check | Theo de Raadt | |
1998-02-12 | copyright | Theo de Raadt | |
1998-02-11 | use fgetln() instead of fgets() so that we can catch \0 in the .rhosts | Theo de Raadt | |
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and diagnosis help. | |||
1998-02-11 | increased paranoia about .rhosts validity | Theo de Raadt | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt | |
1997-06-29 | indent | Theo de Raadt | |
1997-06-04 | use bzero instead of FD_ZERO | dm | |
1997-06-03 | howmany(x+1, NFDBITS) | Theo de Raadt | |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt | |
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller | |
of u_short or u_int16_t. | |||
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by ↵ | Theo de Raadt | |
gmeinerj@ZUMtOBEL.co.at | |||
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller | |
1996-09-03 | proper types | Theo de Raadt | |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | 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 | |
get away with fewer setuid binaries. | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | Theo de Raadt | |
next lower port because we might get it (and be predictable!) | |||
1996-08-05 | if port 20 incoming, kill it and try again | 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 | |
1996-07-22 | bzero sockaddr before use | Theo de Raadt | |
1996-07-20 | support # comments | Theo de Raadt | |
1996-06-10 | iruserok() can finally safely use a u_int32_t for the ip addr | Theo de Raadt | |
1995-11-22 | fix long/u_int32_t botch; do gethostbyname() only if netgroups are going to | Theo de Raadt | |
be used and do not abort; check for A->PTR->A loop otherwise only match on #.#.#.# addresses; do not assume !0 is 1 as in ANSI C. netbsd pr#1683 led to finding these problems. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |