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
/
sshpty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fatal() if getgrnam() cannot find "tty"
deraadt
2019-07-04
1
-1
/
+3
*
stat() returns precisely -1 to indicate error
deraadt
2019-07-04
1
-2
/
+2
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-10
/
+10
*
Factor out code to disconnect from controlling terminal into its own
dtucker
2016-11-29
1
-1
/
+13
*
fix pty permissions; patch from Nikolay Edigaryev; ok deraadt
djm
2015-07-30
1
-2
/
+2
*
tighten permissions on pty when the "tty" group does not exist;
djm
2014-09-03
1
-8
/
+3
*
remove #if defined block not needed; ok markus@ dtucker@
stevesk
2007-09-11
1
-6
/
+1
*
sort #include
stevesk
2007-09-11
1
-2
/
+3
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-5
/
+3
*
move #include <string.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
/
+2
*
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
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+2
*
move #include <grp.h> out of includes.h
stevesk
2006-07-02
1
-1
/
+2
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
sprinkle u_int throughout pty subsystem, ok markus
deraadt
2006-03-20
1
-3
/
+4
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <sys/stat.h> out of includes.h; ok markus@
stevesk
2006-02-20
1
-1
/
+3
*
move #include <sys/ioctl.h> out of includes.h; ok markus@
stevesk
2006-02-10
1
-1
/
+3
*
move #include <paths.h> out of includes.h; ok markus@
stevesk
2006-02-08
1
-1
/
+2
*
move #include <termios.h> out of includes.h; ok markus@
stevesk
2006-02-07
1
-1
/
+3
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-18
/
+18
*
for pty opening, only use the openpty() path. the other stuff only needs
deraadt
2004-01-11
1
-122
/
+1
*
typos; dtucker at zip.com.au
markus
2003-06-12
1
-2
/
+2
*
cast some types for printing; ok markus@
djm
2003-05-24
1
-3
/
+3
*
don't call error() for readonly /dev; from soekris list; ok mcbride,
markus
2003-02-03
1
-3
/
+3
*
explicit (u_int) for uid and gid
deraadt
2002-06-24
1
-3
/
+3
*
KNF
deraadt
2002-06-23
1
-4
/
+4
*
various KNF and %d for unsigned
deraadt
2002-06-23
1
-3
/
+3
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-11
/
+11
*
update comment
markus
2001-07-22
1
-2
/
+3
*
pr #1946, allow sshd if /dev is readonly
markus
2001-07-18
1
-2
/
+3
*
Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid
djm
2001-03-04
1
-0
/
+297