Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 1 | -1/+1 |
| | | | | Approved by: markm | ||||
* | secure/ build fixes: | ru | 2001-03-26 | 8 | -54/+22 |
| | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 1 | -140/+173 |
| | |||||
* | Disable /usr/bin/ssh being setuid root by default. Let the variable | green | 2000-11-14 | 1 | -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 OpenSSL 0.9.6 | kris | 2000-11-13 | 1 | -5/+6 |
| | |||||
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 1 | -2/+2 |
| | |||||
* | Add missing quotes around xauth path | ache | 2000-08-23 | 1 | -1/+1 |
| | |||||
* | Respect X11BASE to derive the location of xauth(1) | kris | 2000-08-23 | 1 | -0/+4 |
| | | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> | ||||
* | Install the openssl(1) manpage with an MLINK from ssl(8) to at least put | kris | 2000-08-03 | 1 | -6/+12 |
| | | | | something in the location where OpenSSH likes to point. | ||||
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch. | peter | 2000-07-16 | 2 | -0/+6 |
| | |||||
* | MFI. This is a documentation-only, diffreducing patch, that if | markm | 2000-06-24 | 1 | -1/+1 |
| | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. | ||||
* | Update for OpenSSH 2.1 | kris | 2000-05-15 | 1 | -1/+2 |
| | |||||
* | Update for OpenSSL 0.9.5a and clean up a bit. | kris | 2000-04-13 | 1 | -5/+5 |
| | |||||
* | Missed a fix for the new openssh; this fixes make world. | kris | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Update for latest OpenSSH | kris | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -2/+2 |
| | | | | Approved by: jkh | ||||
* | MFI: Make ssh and sshd link in the krb5 part of make release. | jhay | 2000-03-03 | 1 | -2/+2 |
| | | | | Reviewed by: markm | ||||
* | New distribution names. | markm | 2000-02-28 | 1 | -2/+4 |
| | |||||
* | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | peter | 2000-02-26 | 1 | -7/+0 |
| | | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still. | ||||
* | Merge from internat.freebsd.org; deal with -DRSAref the same way as | peter | 2000-02-25 | 1 | -7/+9 |
| | | | | libcrypto - not that it means much on the US code tree. | ||||
* | Don't pull in libRSAglue for the rsaref case. Since this is linked | peter | 2000-02-25 | 6 | -21/+1 |
| | | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees. | ||||
* | Build everything properly. This means: | markm | 2000-02-24 | 2 | -4/+7 |
| | | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system. | ||||
* | Add the OpenSSH userland-building Makefiles. | markm | 2000-02-24 | 5 | -0/+129 |
| | |||||
* | Diff reducer. Comes from Internat. | markm | 2000-02-24 | 1 | -0/+2 |
| | |||||
* | Remove useless whitespace. | markm | 2000-02-24 | 1 | -13/+0 |
| | | | | Part of big commit OK'ed by: JKH | ||||
* | Back out the previous commit - it broke world and was not approved. | kris | 2000-02-14 | 1 | -2/+2 |
| | | | | I don't know what I was thinking committing without approval - sorry. | ||||
* | Link dynamically, not statically. | kris | 2000-02-13 | 1 | -2/+2 |
| | |||||
* | Add NO_OPENSSL knob to turn off building of openssl | kris | 2000-01-30 | 1 | -1/+4 |
| | | | | Requested by: wollman | ||||
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 1 | -0/+3 |
| | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project | ||||
* | Don't search for libraries in ${LOCALBASE}. This should fix the problems | kris | 2000-01-20 | 1 | -1/+1 |
| | | | | people were seeing with conflicts with the openssl port. | ||||
* | The wrong version of the file was committed previously which explains the | kris | 2000-01-16 | 1 | -4/+17 |
| | | | | problems seen here. | ||||
* | Turn back on openssl building. | kris | 2000-01-16 | 1 | -1/+1 |
| | |||||
* | Add MAINTAINER tag so people don't feel the need to randomly frob with this. | kris | 2000-01-16 | 1 | -0/+2 |
| | |||||
* | We cannot have libcrypto, and therefore OpenSSL at all, without RSA. | green | 2000-01-15 | 1 | -1/+1 |
| | | | | | If you need examples of breakage, I'm ready to provide more than a few. | ||||
* | Connect OpenSSL to the build. | kris | 2000-01-14 | 1 | -1/+1 |
| | |||||
* | Build infrastructure for OpenSSL | kris | 2000-01-14 | 1 | -0/+29 |
| | |||||
* | Revert -lmd changes now that libcrypt doesn't expose this binutils/ld | peter | 1999-12-18 | 1 | -2/+2 |
| | | | | bug any more. | ||||
* | Add libmd to DPADD and LDADD. | marcel | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | Dont build telenet if we are going for kerberised telnet; this just | markm | 1999-10-12 | 1 | -2/+4 |
| | | | | jumps all over kerberised telnet otherwise. | ||||
* | Make telnet with SRA work. | markm | 1999-10-07 | 2 | -1/+17 |
| | | | | Submitted by: Nick Sayer | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Typo in comment. | kris | 1999-04-25 | 1 | -1/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Secure telnet is now in eBones. | markm | 1996-11-07 | 19 | -12159/+0 |
| | |||||
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -3/+3 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Bring in a change that got lost when we spammed over the CVS repository | nate | 1996-06-05 | 2 | -12/+1 |
| | | | | | | | | | | | | | to fix the mega-commits spamming. pst 96/05/29 20:09:25 Modified: secure/usr.bin/telnet Makefile main.c Log: Remove obsolete SOCKSv4 support Submitted by: pst Obtained from: A mirrored CVS repository that will disappear next SUP | ||||
* | Add support for socks | pst | 1996-04-23 | 2 | -1/+12 |
| | |||||
* | Big clean-up job. Remove ancient and never-to-be used stuff. | markm | 1996-03-11 | 1 | -48/+8 |
| | | | | The look much more like BSD Makefiles now. | ||||
* | Sense MAKE_EBONES, DESTDIR | ache | 1996-03-09 | 1 | -7/+13 |
| | | | | | SRCS cleanup DPADD cleanup |