summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshlogin.c
AgeCommit message (Expand)Author
2004-08-12typo in error message, spotted by moritz AT jodeit.orgDamien Miller
2004-08-11make store_lastlog_message() static to appease -Wall; ok markusDamien Miller
2004-08-11check that lseek went were we told it to; ok markus@Damien Miller
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-07-03Use '\0' not 0 for string; ok djm@, deraadt@Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-08-29pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>Kevin Steves
2002-06-23various KNF and %d for unsignedTheo de Raadt
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-03-24unused; remove dup comments. ok markus@Kevin Steves
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller