summaryrefslogtreecommitdiff
path: root/libexec/rshd/rshd.c
AgeCommit message (Expand)Author
2017-10-07fix to compile without USE_PAM. (unused variables)ryo
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr
2011-10-30PR/45542: Henning Petersen: Misplaced parenthesis in rshd.cchristos
2011-08-27Use static. Don't manipulate environ directly, just reset it and usejoerg
2009-03-16fix sign-compare issuelukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2005-04-19check pwd != NULLchristos
2005-03-30- use getpwnam_rchristos
2005-03-27KNF, WARNS == 3. Reported by John Nemethchristos
2005-03-13Handle the regular case too, not only the error case.christos
2005-03-12- Don't call pam functions after pam_end().christos
2005-03-11Remove unnecessary cast.ginsbach
2005-03-09Sort options.wiz
2005-03-08Avoid source routing ip options. Described in:christos
2005-02-20Add missing goto badlogin; noticed by: Hisashi T Fujinakachristos
2005-02-20PAMify.christos
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-14use TCP_NODELAYjoff
2003-05-17string manipulation cleanupitojun
2003-03-03Call setsid() before (setusercontext() calls) setlogin() so we don't changedsl
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-18select() -> poll()mycroft
2002-03-18ANSIfy.mjl
2001-09-24va_{start,end} audit:wiz
2001-02-04fix nested externchristos
2001-01-11- use SHUT_RDWR instead of 1+1 for the 2nd arg to shutdown()lukem
2000-11-09do not refer free'ed memory region. KAME PR 302 from ryo@iij.ad.jpitojun
2000-10-10Format string cleanups by sommerfeld.is
2000-04-14reject conneciton attempt from IPv4 mapped address, just in case.itojun
2000-01-31IPv6 support.itojun
2000-01-22Login.conf-ify rshd. Heavily inspired by FreeBSD.mjl
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-26const poisoning.mycroft
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-02-28Cosmetic changes; fix more indentation (just added/deleted white spaces).enami
1998-01-08fix indenting of a blocklukem
1997-10-08Compare a return value of getopt() against -1 instead of EOF.enami
1997-10-07WARNS?=1mrg
1995-01-20Fix:christos
1994-06-05kill kerberos and stream encryption support, so it's exportable.cgd
1994-06-05clean up import, RCS idscgd
1994-05-19Add underscore to _check_rhosts_filepk
1994-02-18didn't apply that patch verbatim, and needless to say, i biffed it.cgd
1994-02-18fix from vdlinden@fwi.uva.nl (Frank van der Linden) to prevent null derefcgd
1993-12-23add '-L' flag, for those of us who are *really* paranoid...cgd
1993-08-01Add RCS identifiers.mycroft