summaryrefslogtreecommitdiff
path: root/libexec/rshd
AgeCommit message (Collapse)Author
1999-11-15logging getpeername() failures is a waste of timeTheo de Raadt
1999-10-07mention ssh(1) as a better alternative, instead of telnetEric Jackson
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-07-12indentTheo de Raadt
1998-07-10Make sure port is in allowed range before trying to get a reserved port.Todd C. Miller
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-09this is rshd, not rlogindTodd C. Miller
1998-06-22The x option is not used if CRYPT is turned off.Artur Grabowski
1998-06-03Make warnings disappear.Angelos D. Keromytis
1998-05-15cleanup and build with -WallArtur Grabowski
1998-02-03whack _exit(); gnat@prometheus.frii.comTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-06-29new location of des.hNiels Provos
1997-06-15rshd should give the same error message when the user doesn't existTodd C. Miller
as for when there is no .rhosts/hosts.equiv. With a different error message an information gathering attack can be done. Noted by David Holland <dholland@eecs.harvard.edu>.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-05do not warn about valid options; invalid options correctly quitTheo de Raadt
1997-02-05need not clear options since bad ones cause exit; ↵Theo de Raadt
provos@ws1.physnet.uni-hamburg.de
1997-02-05IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out byTheo de Raadt
provos@wserver.physnet.uni-hamburg.de. also another 1-char buffer overflow.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-11-01argument type nitNiklas Hallqvist
1996-10-26set $LOGNAME fore POSIXTodd C. Miller
1996-07-23require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...)Theo de Raadt
1996-07-22seteuid for chdirTheo de Raadt
1996-07-13print flag options at top, nicerTheo de Raadt
1996-04-17Make encrypted kerberos remote shell work again. Note that this is notThorsten Lockert
a supported configuration, and no port number is defined for it.
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-11-20indentation botchTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt