#
360c9f6a |
| 24-Jun-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
My previous style commits weren't entirely right. Fix some bugs I introduced, and a few more I hadn't yet fixed.
Submitted by: bde
|
#
8f770146 |
| 18-Mar-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Adjust for OpenSSH 3.1.
Sponsored by: DARPA, NAI Labs
|
#
e47a40e7 |
| 08-Feb-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Now that cross-tools ld(1) has been fixed to look for dynamic dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz.
Removed false dependencies on -lz (except ssh
Now that cross-tools ld(1) has been fixed to look for dynamic dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz.
Removed false dependencies on -lz (except ssh(1) and sshd(8)). Removed false dependencies on -lcrypto and -lutil for scp(1).
Reviewed by: markm
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
0509dca0 |
| 23-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - A
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh.
Reviewed by: des, markm Approved by: markm
show more ...
|
#
d350064e |
| 04-May-2001 |
Brian Feldman <green@FreeBSD.org> |
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new programs are now included: sftp(1) and ssh-keyscan(1).
|