summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshlogin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* sshd: switch loginmsg to sshbuf API; ok djm@markus2018-07-091-7/+10
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-261-3/+3
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+2
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-2/+2
* fd leak on error paths; from zinovik@djm2011-01-111-1/+3
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-3/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <time.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+4
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+3
* nicer size_t and time_t typesderaadt2006-03-251-4/+4
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* annoying spacing fixes getting in the way of real diffsderaadt2006-03-201-1/+1
* RCSID() can diederaadt2006-03-191-1/+0
* typo in error message, spotted by moritz AT jodeit.orgdjm2004-08-121-2/+2
* make store_lastlog_message() static to appease -Wall; ok markusdjm2004-08-111-2/+2
* check that lseek went were we told it to; ok markus@djm2004-08-111-2/+13
* Move "Last logged in at.." message generation to the monitor, rightdtucker2004-07-171-1/+39
* Use '\0' not 0 for string; ok djm@, deraadt@dtucker2004-07-031-2/+2
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-6/+6
* typos; dtucker at zip.com.aumarkus2003-06-121-3/+3
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-2/+2
* pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>stevesk2002-08-291-2/+2
* various KNF and %d for unsignedderaadt2002-06-231-6/+3
* basic KNF done while i was looking for something elsederaadt2001-12-191-2/+2
* unused; remove dup comments. ok markus@stevesk2001-03-241-11/+1
* Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoiddjm2001-03-041-0/+146