aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* YAMFCPoul-Henning Kamp1996-11-1319-12159/+0
| | | | Notes: svn path=/stable/2.2/; revision=19723
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=16663
* Bring in a change that got lost when we spammed over the CVS repositoryNate Williams1996-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 Notes: svn path=/head/; revision=16150
* Add support for socksPaul Traina1996-04-232-1/+12
| | | | Notes: svn path=/head/; revision=15358
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-48/+8
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-7/+13
| | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14437
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-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. Notes: svn path=/head/; revision=13835
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-207/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Pick correct library dir whenever obj exists or notAndrey A. Chernov1995-12-211-3/+9
| | | | Notes: svn path=/head/; revision=12950
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-2/+0
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Remove duplicated targets which now build from main treeAndrey A. Chernov1995-09-291-2/+2
| | | | | | | if available and allowed Notes: svn path=/head/; revision=11074
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-1/+2
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-141-5/+1
| | | | Notes: svn path=/head/; revision=10741
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-1/+2
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-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: Notes: svn path=/head/; revision=9760
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-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) Notes: svn path=/head/; revision=9694
* Add -ldescrypt, or wrong crypt version can be picked from libcAndrey A. Chernov1995-07-241-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9692
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-4/+5
| | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9689
* Add comment about new_rnd_key.c module needed from originalAndrey A. Chernov1995-07-241-0/+3
| | | | | | | libdes (and not present in eBones libdes) Notes: svn path=/head/; revision=9687
* Fix dependances, typing errors, etc.Andrey A. Chernov1995-07-241-4/+6
| | | | | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from: Notes: svn path=/head/; revision=9685
* Update telnet to the 95.05.31 release.Paul Traina1995-07-2011-43/+117
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-18/+18
| | | | Notes: svn path=/head/; revision=8871
* Security fixes.Dima Ruban1995-02-171-3/+15
| | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT Notes: svn path=/head/; revision=6514
* Make the "distribute" target build the "des" distribution. Make des'edPoul-Henning Kamp1994-11-142-4/+5
| | | | | | | init and ed, by pointing to real sources. Notes: svn path=/head/; revision=4485
* !Just! fixing makefile, no code changes GeoffPaul Traina1994-09-301-3/+3
| | | | Notes: svn path=/head/; revision=3232
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()Andrey A. Chernov1994-09-121-3/+3
| | | | | | | which is in libcipher.a Notes: svn path=/head/; revision=2695
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-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 Notes: svn path=/head/; revision=2536
* The telnet version with encryption in in.Geoff Rehmet1994-08-2720-0/+12310
| | | | | | | Reviewed by: geoff. Notes: svn path=/vendor-crypto/eBones/dist/; revision=2316
* Moved from usr.bin/bdes for export-control.Garrett Wollman1994-08-074-0/+4300
Notes: svn path=/head/; revision=1899