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
/
sshpty.c
Age
Commit message (
Expand
)
Author
2006-03-20
sprinkle u_int throughout pty subsystem, ok markus
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
2006-02-08
move #include <paths.h> out of includes.h; ok markus@
Kevin Steves
2006-02-07
move #include <termios.h> out of includes.h; ok markus@
Kevin Steves
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-01-11
for pty opening, only use the openpty() path. the other stuff only needs
Theo de Raadt
2003-06-12
typos; dtucker at zip.com.au
Markus Friedl
2003-05-24
cast some types for printing; ok markus@
Damien Miller
2003-02-03
don't call error() for readonly /dev; from soekris list; ok mcbride,
Markus Friedl
2002-06-24
explicit (u_int) for uid and gid
Theo de Raadt
2002-06-23
KNF
Theo de Raadt
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-07-22
update comment
Markus Friedl
2001-07-18
pr #1946, allow sshd if /dev is readonly
Markus Friedl
2001-03-04
Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid
Damien Miller