Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Correct some manual page cross reference errors. E.g. su is a section | mpp | 1996-02-02 | 1 | -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, | peter | 1995-12-30 | 1 | -207/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Pick correct library dir whenever obj exists or not | ache | 1995-12-21 | 1 | -3/+9 |
| | |||||
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 1 | -2/+0 |
| | | | | of missing functionality in our libkrb which is no longer a problem. | ||||
* | Remove duplicated targets which now build from main tree | ache | 1995-09-29 | 1 | -2/+2 |
| | | | | if available and allowed | ||||
* | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | gibbs | 1995-09-16 | 1 | -1/+2 |
| | | | | secure reference the libraries that were just build instead of in /usr/lib. | ||||
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 1 | -5/+1 |
| | |||||
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 1 | -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 main | markm | 1995-07-29 | 1 | -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 stuff | ache | 1995-07-24 | 1 | -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 libc | ache | 1995-07-24 | 1 | -0/+1 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -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 original | ache | 1995-07-24 | 1 | -0/+3 |
| | | | | libdes (and not present in eBones libdes) | ||||
* | Fix dependances, typing errors, etc. | ache | 1995-07-24 | 1 | -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. | pst | 1995-07-20 | 11 | -43/+117 |
| | | | | Obtained from: Dave Borman <dab@cray.com> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 6 | -18/+18 |
| | |||||
* | Security fixes. | dima | 1995-02-17 | 1 | -3/+15 |
| | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT | ||||
* | Make the "distribute" target build the "des" distribution. Make des'ed | phk | 1994-11-14 | 2 | -4/+5 |
| | | | | init and ed, by pointing to real sources. | ||||
* | !Just! fixing makefile, no code changes Geoff | pst | 1994-09-30 | 1 | -3/+3 |
| | |||||
* | Add libcipher.a: libcrypt exports only crypt() but not des_setkey() | ache | 1994-09-12 | 1 | -3/+3 |
| | | | | which is in libcipher.a | ||||
* | Remove static in front of declarations for des_setkey and des_cipher | pst | 1994-09-07 | 3 | -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, | csgr | 1994-08-27 | 20 | -0/+12310 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | The telnet version with encryption in in. | csgr | 1994-08-27 | 20 | -0/+12310 |
| | | | | Reviewed by: geoff. | ||||
* | Moved from usr.bin/bdes for export-control. | wollman | 1994-08-07 | 4 | -0/+4300 |