summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.h
AgeCommit message (Expand)Author
2009-05-27Un-static ssh_exchange_identification(), part of a larger change fromAndreas Gunnarsson
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2001-10-08some more IPv4or6 cleanupMarkus Friedl
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-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-16indentTheo de Raadt
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl