summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshpty.c
AgeCommit message (Expand)Author
2007-09-11remove #if defined block not needed; ok markus@ dtucker@Kevin Steves
2007-09-11sort #includeKevin Steves
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-07-02move #include <grp.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-01-11for pty opening, only use the openpty() path. the other stuff only needsTheo de Raadt
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-02-03don't call error() for readonly /dev; from soekris list; ok mcbride,Markus Friedl
2002-06-24explicit (u_int) for uid and gidTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-07-22update commentMarkus Friedl
2001-07-18pr #1946, allow sshd if /dev is readonlyMarkus Friedl
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller