aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/channels.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix logic error in sshd(8) concerning the handling of failedColin Percival2008-04-171-3/+0
| | | | | | | | | attempts to bind ports for X11 forwarding. Security: FreeBSD-SA-08:05.openssh Notes: svn path=/stable/6/; revision=178262
* MFC: OpenSSH 4.4p1.Dag-Erling Smørgrav2006-10-061-125/+309
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=163052
* Upgrade to 4.2p1.Dag-Erling Smørgrav2005-09-111-46/+60
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=149994
* Resolve conflicts.Dag-Erling Smørgrav2005-06-051-21/+78
| | | | Notes: svn path=/head/; revision=147005
* Resolve conflictsDag-Erling Smørgrav2004-10-281-39/+159
| | | | Notes: svn path=/head/; revision=137019
* Merge OpenSSH 3.8p1.Dag-Erling Smørgrav2004-02-261-56/+24
| | | | Notes: svn path=/head/; revision=126273
* Merge OpenSSH 3.7.1p2.Dag-Erling Smørgrav2004-01-071-73/+185
| | | | Notes: svn path=/head/; revision=124207
* Additional corrections to OpenSSH buffer handling.Josef Karthauser2003-09-261-2/+3
| | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar Notes: svn path=/head/; revision=120489
* Remove RCSID from files which have no other diffs to the vendor branch.Dag-Erling Smørgrav2003-05-011-1/+0
| | | | Notes: svn path=/head/; revision=114426
* Resolve conflicts.Dag-Erling Smørgrav2003-04-231-9/+14
| | | | Notes: svn path=/head/; revision=113911
* Resolve conflicts.Dag-Erling Smørgrav2002-10-291-9/+25
| | | | Notes: svn path=/head/; revision=106130
* Resolve conflicts.Dag-Erling Smørgrav2002-06-291-13/+19
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=99063
* Forcibly revert to mainline.Dag-Erling Smørgrav2002-06-271-5/+36
| | | | Notes: svn path=/head/; revision=98941
* Resolve conflicts. Known issues:Dag-Erling Smørgrav2002-06-231-110/+24
| | | | | | | | | | | | | | - sshd fails to set TERM correctly. - privilege separation may break PAM and is currently turned off. - man pages have not yet been updated I will have these issues resolved, and privilege separation turned on by default, in time for DP2. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=98684
* Fix conflicts.Dag-Erling Smørgrav2002-03-181-858/+896
| | | | Notes: svn path=/head/; revision=92559
* Fix off-by-one error.Jacques Vidrine2002-03-051-1/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=91688
* Make libssh.so useable (undefined reference to IPv4or6).Ruslan Ermilov2002-01-231-1/+1
| | | | | | | | Reviewed by: des, markm Approved by: markm Notes: svn path=/head/; revision=89703
* Back out the last change which is probably actually a red herring. Argh!Brian Feldman2001-06-261-4/+2
| | | | Notes: svn path=/head/; revision=78827
* Don't pointlessly kill a channel because the first (forced)Brian Feldman2001-06-261-2/+4
| | | | | | | | | non-blocking read returns 0. Now I can finally tunnel CVSUP again... Notes: svn path=/head/; revision=78826
* Switch to the user's uid before attempting to unlink the auth forwardingBrian Feldman2001-06-081-9/+14
| | | | | | | | | file, nullifying the effects of a race. Obtained from: OpenBSD Notes: svn path=/head/; revision=77925
* Fix conflicts for OpenSSH 2.9.Brian Feldman2001-05-041-222/+618
| | | | Notes: svn path=/head/; revision=76262
* Make password attacks based on traffic analysis harder by requiring thatBrian Feldman2001-03-201-0/+27
| | | | | | | | | | "non-echoed" characters are still echoed back in a null packet, as well as pad passwords sent to not give hints to the length otherwise. Obtained from: OpenBSD Notes: svn path=/head/; revision=74500
* Import of OpenSSH 2.3.0 (virgin OpenBSD source release).Brian Feldman2000-12-051-42/+69
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=69587
* Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09Kris Kennaway2000-09-101-19/+57
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=65668
* Import vendor patch originally submitted by the below author: don'tKris Kennaway2000-06-031-22/+14
| | | | | | | | | | treat failure to create the authentication agent directory in /tmp as a fatal error, but disable agent forwarding. Submitted by: Jan Koum <jkb@yahoo-inc.com> Notes: svn path=/vendor-crypto/openssh/dist/; revision=61199
* Initial import of OpenSSH v2.1.vendor/openssh/2.1Kris Kennaway2000-05-151-613/+1276
| | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=60573 svn path=/vendor-crypto/openssh/2.1/; revision=60575; tag=vendor/openssh/2.1
* Virgin import of OpenSSH sources dated 2000/03/25vendor/openssh/1.2.3-2000-03-25Kris Kennaway2000-03-261-3/+3
| | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=58582 svn path=/vendor-crypto/openssh/1.2.3-2000-03-25/; revision=58584; tag=vendor/openssh/1.2.3-2000-03-25
* Vendor import of OpenSSH.vendor/openssh/1.2-2000-02-24Mark Murray2000-02-241-0/+1614
Notes: svn path=/vendor-crypto/openssh/dist/; revision=57429 svn path=/vendor-crypto/openssh/1.2-2000-02-24/; revision=57431; tag=vendor/openssh/1.2-2000-02-24