summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshlogin.c
AgeCommit message (Expand)Author
2011-01-11fd leak on error paths; from zinovik@Damien Miller
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-22move #include <time.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-03-25nicer size_t and time_t typesTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
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