summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/scp
Commit message (Collapse)AuthorAgeFilesLines
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newgreen2001-05-041-0/+1
| | | | programs are now included: sftp(1) and ssh-keyscan(1).
* secure/ build fixes:ru2001-03-261-10/+3
| | | | | | | | | | | | | | | | | | | | - 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.
* Don't pull in libRSAglue for the rsaref case. Since this is linkedpeter2000-02-251-4/+0
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Add the OpenSSH userland-building Makefiles.markm2000-02-241-0/+22
OpenPOWER on IntegriCloud