| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sponsored by: registrar.no
|
| |
|
| |
|
| |
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
(Fixes static compilation. Reduces diffs to OpenSSH.)
Reviewed by: bde
|
| |
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
|
| |
|
|
|
|
| |
an invalid user name.
|
|
|
|
|
|
|
|
|
| |
It is done by using the same ssh messages for v4 and v5 authentication
(since the ssh.com does not now anything about v4) and looking at the
contents after unpacking it to see if it is v4 or v5.
Based on code from Björn Grönvall <bg@sics.se>
PR: misc/20504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new features description elided in favor of checking out their
website.
Important new FreeBSD-version stuff: PAM support has been worked
in, partially from the "Unix" OpenSSH version, and a lot due to the
work of Eivind Eklend, too.
This requires at least the following in pam.conf:
sshd auth sufficient pam_skey.so
sshd auth required pam_unix.so try_first_pass
sshd session required pam_permit.so
Parts by: Eivind Eklend <eivind@FreeBSD.org>
|
|
|
|
| |
checks were only made when using the 1.x protocol.
|
|
|
|
| |
Reviewed by: gshapiro, peter, green
|
|
|
|
|
|
| |
In some cases, limits did not get set to the proper class, but
instead always to "default", because not all passwd copies were
done to completion.
|
| |
|
|
|