summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Update for OpenSSH 2.1kris2000-05-151-1/+2
|
* Update for OpenSSL 0.9.5a and clean up a bit.kris2000-04-131-5/+5
|
* Missed a fix for the new openssh; this fixes make world.kris2000-03-261-1/+1
|
* Update for latest OpenSSHkris2000-03-261-1/+1
|
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-2/+2
| | | | Approved by: jkh
* 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
|
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-261-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 aspeter2000-02-251-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 linkedpeter2000-02-256-21/+1
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Build everything properly. This means:markm2000-02-242-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.markm2000-02-245-0/+129
|
* Diff reducer. Comes from Internat.markm2000-02-241-0/+2
|
* Remove useless whitespace.markm2000-02-241-13/+0
| | | | Part of big commit OK'ed by: JKH
* Back out the previous commit - it broke world and was not approved.kris2000-02-141-2/+2
| | | | I don't know what I was thinking committing without approval - sorry.
* Link dynamically, not statically.kris2000-02-131-2/+2
|
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-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 problemskris2000-01-201-1/+1
| | | | people were seeing with conflicts with the openssl port.
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Turn back on openssl building.kris2000-01-161-1/+1
|
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-161-0/+2
|
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.green2000-01-151-1/+1
| | | | | If you need examples of breakage, I'm ready to provide more than a few.
* Connect OpenSSL to the build.kris2000-01-141-1/+1
|
* Build infrastructure for OpenSSLkris2000-01-141-0/+29
|
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldpeter1999-12-181-2/+2
| | | | bug any more.
* Add libmd to DPADD and LDADD.marcel1999-12-171-2/+2
|
* Dont build telenet if we are going for kerberised telnet; this justmarkm1999-10-121-2/+4
| | | | jumps all over kerberised telnet otherwise.
* Make telnet with SRA work.markm1999-10-072-1/+17
| | | | Submitted by: Nick Sayer
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Typo in comment.kris1999-04-251-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-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.markm1996-11-0719-12159/+0
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-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 repositorynate1996-06-052-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 sockspst1996-04-232-1/+12
|
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-111-48/+8
| | | | The look much more like BSD Makefiles now.
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-1/+1
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-207/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Pick correct library dir whenever obj exists or notache1995-12-211-3/+9
|
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-111-2/+0
| | | | of missing functionality in our libkrb which is no longer a problem.
* Remove duplicated targets which now build from main treeache1995-09-291-2/+2
| | | | if available and allowed
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-161-1/+2
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-141-5/+1
|
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-1/+2
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* After pst and ache fixed secure telnet, it was still not in the mainmarkm1995-07-291-3/+2
| | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from:
* Final cleanup pass through Makefiles, now this stuffache1995-07-241-3/+4
| | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case)
* Add -ldescrypt, or wrong crypt version can be picked from libcache1995-07-241-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
OpenPOWER on IntegriCloud