| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | gibbs | 1995-09-16 | 5 | -8/+23 |
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 2 | -10/+2 |
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 3 | -29/+15 |
* | sys_term.c: killed sleep(1) as this should no longer be a problem with | dg | 1995-09-11 | 2 | -9/+3 |
* | Move erase cleanup outside linemode conditional | pst | 1995-09-06 | 1 | -1/+1 |
* | Avoid race condition with telnet options processing (login: prompt lost). | pst | 1995-09-05 | 1 | -22/+7 |
* | Set erase character for login: prompt. | pst | 1995-09-05 | 1 | -1/+5 |
* | Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clients | pst | 1995-08-28 | 2 | -6/+8 |
* | Import Sendmail v8.6.12, onto the CSRG(!) branch. | peter | 1995-08-17 | 1 | -2/+2 |
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 3 | -4/+7 |
* | Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ | ache | 1995-08-04 | 1 | -1/+5 |
* | After pst and ache fixed secure telnet, it was still not in the main | markm | 1995-07-29 | 5 | -7/+13 |
* | Final cleanup pass through Makefiles, now this stuff | ache | 1995-07-24 | 3 | -12/+20 |
* | Add -ldescrypt, or wrong crypt version can be picked from libc | ache | 1995-07-24 | 2 | -0/+2 |
* | Add LDADD+= -ldescrypt | ache | 1995-07-24 | 1 | -1/+2 |
* | Move -ldes under kerb stuff, my fault | ache | 1995-07-24 | 1 | -5/+3 |
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 2 | -4/+11 |
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -1/+4 |
* | Add comment about new_rnd_key.c module needed from original | ache | 1995-07-24 | 1 | -0/+3 |
* | Add comment about new_rbd_key.c module needed from | ache | 1995-07-24 | 1 | -1/+4 |
* | Fix dependances, typing errors, etc. | ache | 1995-07-24 | 1 | -4/+6 |
* | Point to proper DESTDIR now | ache | 1995-07-24 | 1 | -0/+3 |
* | Fix many bogus things, typing error, dependance errors, etc., | ache | 1995-07-24 | 1 | -7/+16 |
* | When hostname len > 8, name replaced with dot notation when -u flag | pst | 1995-07-20 | 1 | -7/+19 |
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code | pst | 1995-07-20 | 1 | -19/+28 |
* | Update telnet to the 95.05.31 release. | pst | 1995-07-20 | 31 | -192/+459 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 29 | -108/+108 |
* | Argh! Another instance of DES rather than des that I forgot. Truly, | jkh | 1995-05-11 | 1 | -2/+2 |
* | Rename secure to DES. | jkh | 1995-05-09 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r7283, | wollman | 1995-03-23 | 1 | -0/+869 |
|\ |
|
| * | Mark Murray's authdes.c for xntpd | wollman | 1995-03-23 | 1 | -0/+869 |
* | Security fixes. | dima | 1995-02-17 | 3 | -14/+42 |
* | Change name of secrdist to secure. | jkh | 1995-01-14 | 1 | -2/+2 |
* | Fix secrdist sharedlib bug. | phk | 1994-11-24 | 1 | -4/+4 |
* | des DISTRIBUTION became secrdist. | phk | 1994-11-22 | 1 | -2/+2 |
* | fix libdescrypt reference. | phk | 1994-11-21 | 1 | -2/+2 |
* | Make the "distribute" target build the "des" distribution. Make des'ed | phk | 1994-11-14 | 11 | -13/+66 |
* | !Just! fixing makefile, no code changes Geoff | pst | 1994-09-30 | 1 | -3/+3 |
* | More elegant fix for short settings. | csgr | 1994-09-19 | 2 | -22/+38 |
* | Add libcipher.a: libcrypt exports only crypt() but not des_setkey() | ache | 1994-09-12 | 1 | -3/+3 |
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
* | fix bogus .include | csgr | 1994-09-09 | 1 | -3/+4 |
* | add libcipher to Makefile | csgr | 1994-09-08 | 1 | -2/+2 |
* | - Remove crypt() - it's in libcrypt | csgr | 1994-09-07 | 3 | -116/+11 |
* | This commit was generated by cvs2svn to compensate for changes in r2546, | csgr | 1994-09-07 | 11 | -0/+1810 |
|\ |
|
| * | Bring in the 1.1.x international libcrypt, which | csgr | 1994-09-07 | 11 | -0/+1810 |
* | Back out static hacks & build of usr.bin until Geoff informs the | pst | 1994-09-07 | 3 | -8/+9 |
* | Remove static in front of declarations for des_setkey and des_cipher | pst | 1994-09-07 | 6 | -8/+23 |
* | This commit was generated by cvs2svn to compensate for changes in r2316, | csgr | 1994-08-27 | 20 | -0/+12310 |
|\ |
|
| * | The telnet version with encryption in in. | csgr | 1994-08-27 | 20 | -0/+12310 |