summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssh
Commit message (Collapse)AuthorAgeFilesLines
...
* Adjust for OpenSSH 3.1.des2002-03-181-2/+2
| | | | Sponsored by: DARPA, NAI Labs
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-0/+3
| | | | | | | | | | 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
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-231-2/+0
| | | | | | | | | | | - 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
* Install libssh and libssh_pic. These are needed when buildingmarkm2001-10-301-4/+1
| | | | | | | statically, and when building things (like login(8)) standalone. libssh_pic is needed for libpam and modules. Requested by: peter
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newgreen2001-05-041-7/+4
| | | | programs are now included: sftp(1) and ssh-keyscan(1).
* Add the new version.c to libssh.green2001-05-031-1/+1
|
* secure/ build fixes:ru2001-03-261-10/+6
| | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN.
* Update for OpenSSH 2.3.0.green2000-12-051-2/+3
|
* Update for OpenSSH 2.2.0kris2000-09-101-3/+3
|
* Add a new file to SRCSkris2000-06-031-1/+1
|
* Update for OpenSSH 2.1kris2000-05-151-1/+6
|
* Remove port components not needed in 4.n+markm2000-02-241-2/+1
| | | | Submitted by: Half the freaking planet....
* Add the OpenSSH userland-building Makefiles.markm2000-02-241-0/+36
OpenPOWER on IntegriCloud