summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2008-05-19unbreak tree by committing this bit that I missed from:Damien Miller
2008-05-19support -l (print fingerprint) in combination with -F (find host) toDamien Miller
2008-05-19Fix sending tty modes when stdin is not a tty (bz#1199). PreviouslyDamien Miller
2008-05-19unbreak protocol keepalive timeouts bz#1465; ok dtucker@Damien Miller
2008-05-18comment extension announcementDamien Miller
2008-05-17grammar and correctness fixes from stevesk@Damien Miller
2008-05-16document our protocol extensions and deviations; ok markus@Damien Miller
2008-05-15document eow message in ssh protocol 2 channel state machine;Damien Miller
2008-05-12Ensure nh_result lies on a 64-bit boundary (fixes warnings observedPeter Valchev
2008-05-09unbreakMarkus Friedl
2008-05-09error-fd race: don't enable the error fd in the select bitmaskMarkus Friedl
2008-05-09re-add the USE_PIPES code and enable it.Markus Friedl
2008-05-09dingo stole my diff hunkDamien Miller
2008-05-09tidy up session multiplexing code, moving it into its own file andDamien Miller
2008-05-09Try additional addresses when connecting to a port forward destinationDamien Miller
2008-05-08Use new channel status confirmation callback system to properly dealDamien Miller
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-05-08avoid extra malloc/copy/free when receiving data over the net;Markus Friedl
2008-05-07sort;Jason McIntyre
2008-05-07push the sshd_config bits in, spotted by ajacoutot@Pierre-Yves Ritschard
2008-05-07Enable the AllowAgentForwarding option in sshd_config (global and matchPierre-Yves Ritschard
2008-04-30default to rsa (protocol 2) keys, instead of rsa1 keys; spotted byDamien Miller
2008-04-29garbage collect two unused fields in struct mm_master; ok markus@Otto Moerbeek
2008-04-18remove unneccessary parenthesesDamien Miller
2008-04-18macro fixage;Jason McIntyre
2008-04-18introduce sftp extension methods statvfs@openssh.com andDamien Miller
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-05HostbasedAuthentication is supported under Match tooDamien Miller
2008-04-04oops, some unrelated stuff crept into that commit - backout.Damien Miller
2008-04-04ChrootDirectory is supported in Match blocks (in fact, it is most usefulDamien Miller
2008-04-03openssh-5.0Damien Miller
2008-04-02avoid possible hijacking of x11-forwarded connections (back out 1.183)Markus Friedl
2008-03-27remove trailing whitespace;Jason McIntyre
2008-03-27openssh-4.9Damien Miller
2008-03-26Fix RCS identDamien Miller
2008-03-26add no-user-rc authorized_keys option to disable execution of ~/.ssh/rcDamien Miller
2008-03-25last patch had backwards test; spotted by termim AT gmail.comDamien Miller
2008-03-25ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;Damien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-23prefer POSIX-style file renaming over filexfer rename behaviour if the serverDamien Miller
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-04crank version; from djmTheo de Raadt
2008-03-02use a union to ensure alignment of the cmsg (pay attention: various otherTheo de Raadt
2008-02-27add an extension method "posix-rename@openssh.com" to perform POSIX atomicDamien Miller
2008-02-22Allow all SSH2 packet types, including UNIMPLEMENTED to reset theDarren Tucker
2008-02-22closefrom() call was too early, delay it until just before we executeDamien Miller
2008-02-20correct boolean encoding for coredump; der Mouse via dugsongMarkus Friedl
2008-02-14When started in configuration test mode (-t) do not check that sshd isMarc Balmer