summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newgreen2001-05-041-2/+2
| | | | programs are now included: sftp(1) and ssh-keyscan(1).
* secure/ build fixes:ru2001-03-261-11/+4
| | | | | | | | | | | | | | | | | | | | - 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.
* Disable /usr/bin/ssh being setuid root by default. Let the variablegreen2000-11-141-0/+2
| | | | | | | | | | ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
* Update for OpenSSH 2.2.0kris2000-09-101-2/+2
|
* Add missing quotes around xauth pathache2000-08-231-1/+1
|
* Respect X11BASE to derive the location of xauth(1)kris2000-08-231-0/+4
| | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
* Update for OpenSSH 2.1kris2000-05-151-1/+2
|
* Update for latest OpenSSHkris2000-03-261-1/+1
|
* MFI: Make ssh and sshd link in the krb5 part of make release.jhay2000-03-031-2/+2
| | | | Reviewed by: markm
* New distribution names.markm2000-02-281-2/+4
|
* 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/+41
OpenPOWER on IntegriCloud