summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshpty.c
AgeCommit message (Expand)Author
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