index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshlogin.c
Age
Commit message (
Expand
)
Author
2011-01-11
fd leak on error paths; from zinovik@
Damien Miller
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-03-25
nicer size_t and time_t types
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-20
annoying spacing fixes getting in the way of real diffs
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2004-08-12
typo in error message, spotted by moritz AT jodeit.org
Damien Miller
2004-08-11
make store_lastlog_message() static to appease -Wall; ok markus
Damien Miller
2004-08-11
check that lseek went were we told it to; ok markus@
Damien Miller
2004-07-17
Move "Last logged in at.." message generation to the monitor, right
Darren Tucker
2004-07-03
Use '\0' not 0 for string; ok djm@, deraadt@
Darren Tucker
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2003-06-12
typos; dtucker at zip.com.au
Markus Friedl
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-08-29
pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
Kevin Steves
2002-06-23
various KNF and %d for unsigned
Theo de Raadt
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-03-24
unused; remove dup comments. ok markus@
Kevin Steves
2001-03-04
Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid
Damien Miller