| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Approved by: re (kib@)
Notes:
svn path=/head/; revision=338561
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=333490
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 12 but is still enabled in 11. For that
reason, we will not be able to merge 7.6p1 or newer back to 11.
Notes:
svn path=/head/; revision=333389
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=314720
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=314527
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=296633
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=294336
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=294332
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
upstream) and a number of security fixes which we had already backported.
MFC after: 1 week
Notes:
svn path=/head/; revision=294328
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=263712
|
| |\|
| |
| |
| |
| |
| |
| | |
Approved by: re (gjb)
Notes:
svn path=/head/; revision=255767
|
| |\|
| |
| |
| |
| |
| |
| | |
for a key revocation list and more fine-grained authentication control.
Notes:
svn path=/head/; revision=248619
|
| |\|
| |
| |
| |
| |
| |
| | |
MFC after: 3 months
Notes:
svn path=/head/; revision=226046
|
| |\|
| |
| |
| | |
Notes:
svn path=/head/; revision=215116
|
| |\|
| |
| |
| |
| |
| |
| | |
MFC after: 1 month
Notes:
svn path=/head/; revision=204917
|
| |\|
| |
| |
| |
| |
| |
| | |
MFC after: 3 months
Notes:
svn path=/head/; revision=192595
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I have worked hard to reduce diffs against the vendor branch. One
notable change in that respect is that we no longer prefer DSA over
RSA - the reasons for doing so went away years ago. This may cause
some surprises, as ssh will warn about unknown host keys even for
hosts whose keys haven't changed.
MFC after: 6 weeks
Notes:
svn path=/head/; revision=181111
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=180720
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=162852
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=149749
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=147001
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=146998
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=137015
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=128456
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=126274
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=124208
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=106121
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=98937
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=98675
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=92555
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=181101
|
| | |
| |
| |
| |
| |
| |
| | |
MFC after: 1 week
Notes:
svn path=/head/; revision=162856
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=149753
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=147005
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=137019
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=128460
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=126277
|
| | |
| |
| |
| |
| |
| |
| | |
Sponsored by: registrar.no
Notes:
svn path=/head/; revision=124211
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
not respond to challenge, and later successfully authenticated itself
using another method, the kbdint context would never be released,
leaving the PAM child process behind even after the connection ended.
Fix this by automatically releasing the kbdint context if a packet of
type SSH_CMSG_AUTH_TIS is follwed by anything but a packet of type
SSH_CMSG_AUTH_TIS_RESPONSE.
MFC after: 1 week
Notes:
svn path=/head/; revision=112870
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=106130
|
| | |
| |
| |
| |
| |
| |
| | |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=99046
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=98941
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=92559
|
| | |
| |
| |
| |
| |
| |
| | |
not imply that you want, need or have kerberosIV headers.
Notes:
svn path=/head/; revision=78263
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=78129
|
| |/
|
|
| |
Notes:
svn path=/head/; revision=76262
|
| |
|
|
|
|
|
| |
Happy birthday to: rwatson
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=76259
|
| |
|
|
| |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=69587
|
| |
|
|
| |
Notes:
svn path=/vendor-crypto/openssh/dist/; revision=65668
|