index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshlogin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-4
/
+4
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
sshd: switch loginmsg to sshbuf API; ok djm@
markus
2018-07-09
1
-7
/
+10
*
Use pread/pwrite instead separate lseek+read/write for lastlog.
guenther
2015-12-26
1
-3
/
+3
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-3
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-1
/
+2
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-2
/
+2
*
fd leak on error paths; from zinovik@
djm
2011-01-11
1
-1
/
+3
*
use strcspn to properly overwrite '\n' in fgets returned buffer
gilles
2007-09-11
1
-3
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+3
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <time.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <unistd.h> out of includes.h
stevesk
2006-07-17
1
-1
/
+4
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+2
*
move #include <fcntl.h> out of includes.h
stevesk
2006-07-09
1
-1
/
+3
*
nicer size_t and time_t types
deraadt
2006-03-25
1
-4
/
+4
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
annoying spacing fixes getting in the way of real diffs
deraadt
2006-03-20
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
typo in error message, spotted by moritz AT jodeit.org
djm
2004-08-12
1
-2
/
+2
*
make store_lastlog_message() static to appease -Wall; ok markus
djm
2004-08-11
1
-2
/
+2
*
check that lseek went were we told it to; ok markus@
djm
2004-08-11
1
-2
/
+13
*
Move "Last logged in at.." message generation to the monitor, right
dtucker
2004-07-17
1
-1
/
+39
*
Use '\0' not 0 for string; ok djm@, deraadt@
dtucker
2004-07-03
1
-2
/
+2
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-6
/
+6
*
typos; dtucker at zip.com.au
markus
2003-06-12
1
-3
/
+3
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-2
/
+2
*
pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
stevesk
2002-08-29
1
-2
/
+2
*
various KNF and %d for unsigned
deraadt
2002-06-23
1
-6
/
+3
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-2
/
+2
*
unused; remove dup comments. ok markus@
stevesk
2001-03-24
1
-11
/
+1
*
Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid
djm
2001-03-04
1
-0
/
+146