summaryrefslogtreecommitdiff
path: root/libexec/rshd
AgeCommit message (Expand)Author
2017-10-07fix to compile without USE_PAM. (unused variables)ryo
2017-07-03Remove workaround for ancient HTML generation code.wiz
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
2011-08-16document non-literal format stringschristos
2009-03-16Default to WARNS=4lukem
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-09Bump date for previous, and some minor cleanup while here.wiz
2005-03-09 * Add ssh(1), sshd(8) and hosts_access(5) to SEE ALSO list.hubertf
2005-03-08Avoid source routing ip options. Described in:christos
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-20Add missing goto badlogin; noticed by: Hisashi T Fujinakachristos
2005-02-20PAMify.christos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2004-07-17Code is not using gethostbyaddr any longer, but getnameinfo.wiz
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
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-30revert previous; this *DOES* use -lutillukem
2002-11-30don't need -lutil herelukem
2002-09-29Begin new sentences on new lines.wiz
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-18select() -> poll()mycroft
2002-03-18ANSIfy.mjl
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-15Whitespace nits.wiz
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-05-30document IPv4 mapped address twists.itojun
2000-04-14reject conneciton attempt from IPv4 mapped address, just in case.itojun
2000-01-31IPv6 support.itojun
2000-01-24declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS.itojun