summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/misc.h
AgeCommit message (Expand)Author
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2002-03-19KNF whitespaceMarkus Friedl
2002-01-24add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).Kevin Steves
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-02-22use pwcopy in ssh.c, tooMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl