summaryrefslogtreecommitdiff
path: root/libexec/rlogind/rlogind.c
AgeCommit message (Expand)Author
2012-11-04if you are going to use utmpx.h, include it.christos
2011-09-16NULL does not need a cast, hereplunky
2011-08-27ANSIfy. staticfy. Bail out on command line error. Use __dead.joerg
2009-03-16fix sign-compare issuelukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2004-11-15Oops, always store a full struct sockaddr_storage.christos
2004-11-15- use sockaddr_storage directly.christos
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-05-17string manipulation audititojun
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-20Remove a small piece of dead code.mycroft
2002-09-18select() -> poll()mycroft
2002-08-20PR/17999: FUKAUMI Naoki: Support wtmpx entries.christos
2002-08-01It is pointless to limit the login name for utmp's purposes here.christos
2001-02-04fix nested externchristos
2001-01-10consistently use LOG_NOTICE instead of LOG_INFO for hostname lookup probslukem
2000-11-09do not refer free'ed memory region. KAME PR 302 from ryo@iij.ad.jpitojun
2000-04-14reject connection attempt from IPv4 mapped addr, for safety.itojun
2000-01-31IPv6 support.itojun
1999-12-31indentation fix.itojun
1998-08-29Execute ttyaction on termination of rlogind/telnetd sessions.tsarna
1998-08-26fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...perry
1998-08-25{} "fix" for lame egcs warning, from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-03-30remove register.mrg
1997-10-08Compare a return value of getopt() against -1 instead of EOF.enami
1997-10-07WARNS?=1. RCS idsmrg
1997-10-07merge lite-2.mrg
1996-11-08- implement -a (verfiy all hostnames) with code taken from rshd(8).lukem
1996-05-21log the IP address if the hostname is > UT_HOSTSIZE, as per telnet. pr#1946mrg
1996-02-08Make sure that the user name cannot ever be interpreted as an option tomycroft
1994-06-05kill kerberos and stream encryption support, so it's exportable.cgd
1994-06-05clean up import, RCS idscgd
1994-06-02another case of overloading hostent's storage.pk
1994-05-19Add underscore to _check_rhosts_filepk
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd