summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-4/+5
| | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* Add comment about new_rnd_key.c module needed from originalache1995-07-241-0/+3
| | | | libdes (and not present in eBones libdes)
* Fix dependances, typing errors, etc.ache1995-07-241-4/+6
| | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from:
* Update telnet to the 95.05.31 release.pst1995-07-2011-43/+117
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-306-18/+18
|
* Security fixes.dima1995-02-171-3/+15
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-142-4/+5
| | | | init and ed, by pointing to real sources.
* !Just! fixing makefile, no code changes Geoffpst1994-09-301-3/+3
|
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()ache1994-09-121-3/+3
| | | | which is in libcipher.a
* Remove static in front of declarations for des_setkey and des_cipherpst1994-09-073-0/+15
| | | | | | | | | | | so that linking against -lcrypt (-ldescrypt) will give us the good versions instead of the stubs in libc. (These changes need to be made to the non-US version of libdescrypt too!) Allow building and support for bdes program. A bit more work still needs to be done on secure telnet. Submitted by: pst
* This commit was generated by cvs2svn to compensate for changes in r2316,csgr1994-08-2720-0/+12310
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The telnet version with encryption in in.csgr1994-08-2720-0/+12310
| | | | Reviewed by: geoff.
* Moved from usr.bin/bdes for export-control.wollman1994-08-074-0/+4300
OpenPOWER on IntegriCloud