Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 7 | -54/+0 |
| | |||||
* | Pick correct library dir whenever obj exists or not | ache | 1995-12-21 | 1 | -3/+9 |
| | |||||
* | Dual personality crypt(3). This crypt will choose its encryption algorithm | markm | 1995-12-16 | 5 | -34/+191 |
| | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. | ||||
* | *GULP* cvs remove the uncomfortably large list of files that are no longer | peter | 1995-12-02 | 1 | -1/+1 |
| | | | | part of sendmail 8.7.2... | ||||
* | Re-disable the cf/cf SUBDIR - we were not building it before anyway. | peter | 1995-12-02 | 1 | -1/+1 |
| | | | | The Makefile down there does not handle the obj dir well.. | ||||
* | Import Sendmail-8.7.2 as discussed on -current. | peter | 1995-12-02 | 1 | -14/+35 |
| | | | | The conflict merge will happen shortly after. | ||||
* | Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore | ache | 1995-10-24 | 1 | -1/+0 |
| | |||||
* | Fix original patch error with ! before strncmp | ache | 1995-10-20 | 1 | -4/+10 |
| | | | | Zap only needed LD_* variables | ||||
* | Don't allow LD_* env. variables to be tricked | ache | 1995-10-20 | 1 | -3/+25 |
| | | | | Submitted by: Sam Hartman <hartmans@mit.edu> | ||||
* | Remove MAKE_EBONES conditionals. They were originally placed here because | gibbs | 1995-10-11 | 3 | -7/+1 |
| | | | | 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 | 3 | -6/+6 |
| | | | | if available and allowed | ||||
* | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | gibbs | 1995-09-16 | 5 | -8/+23 |
| | | | | 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 | 2 | -10/+2 |
| | |||||
* | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | gibbs | 1995-09-14 | 3 | -29/+15 |
| | | | | Fix up some of the des calls to be compatible with eBones. | ||||
* | sys_term.c: killed sleep(1) as this should no longer be a problem with | dg | 1995-09-11 | 2 | -9/+3 |
| | | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals. | ||||
* | 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 |
| | | | | Submitted by: John Capo & Peter Wemm | ||||
* | Set erase character for login: prompt. | pst | 1995-09-05 | 1 | -1/+5 |
| | | | | Submitted by: Peter Wemm & John Capo | ||||
* | 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 |
| | | | | A seperate commit to fix the conflicts wil follow. | ||||
* | Comment out LDADD+=-ldescrypt, it is not yet active due to | ache | 1995-08-05 | 3 | -4/+7 |
| | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. | ||||
* | Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ | ache | 1995-08-04 | 1 | -1/+5 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | After pst and ache fixed secure telnet, it was still not in the main | markm | 1995-07-29 | 5 | -7/+13 |
| | | | | | | | | | 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 | 3 | -12/+20 |
| | | | | | | 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 | 2 | -0/+2 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Add LDADD+= -ldescrypt | ache | 1995-07-24 | 1 | -1/+2 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Move -ldes under kerb stuff, my fault | ache | 1995-07-24 | 1 | -5/+3 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 2 | -4/+11 |
| | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: | ||||
* | Since this stuff not works with eBones, ifdef kerberos stuff | ache | 1995-07-24 | 1 | -1/+4 |
| | | | | | | with MAKE_KERBEROS to allow other things to live 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) | ||||
* | Add comment about new_rbd_key.c module needed from | ache | 1995-07-24 | 1 | -1/+4 |
| | | | | original 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: | ||||
* | Point to proper DESTDIR now | ache | 1995-07-24 | 1 | -0/+3 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Fix many bogus things, typing error, dependance errors, etc., | ache | 1995-07-24 | 1 | -7/+16 |
| | | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones. | ||||
* | When hostname len > 8, name replaced with dot notation when -u flag | pst | 1995-07-20 | 1 | -7/+19 |
| | | | | | | | | | | | | | | | | | | | not specified (default case). Use _PATH_* for utmp/wtmp. Support for >32 PTYs. >Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Plug already known security hole. (Brought over from 1.1.5): Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. >Reviewed by: karl, guido >Submitted by: mrgreen@mame.mu.oz.au Obtained from: FreeBSD insecure telnetd | ||||
* | The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code | pst | 1995-07-20 | 1 | -19/+28 |
| | | | | | | | | | | | causes some clients that do not support linemode to mis-interpret the return key (i.e. double returns). The fix is to only do the state check for binary options if linemode will be used. Closes PR#505. Submitted by: Charles Henrich Obtained from: FreeBSD insecure telnetd | ||||
* | Update telnet to the 95.05.31 release. | pst | 1995-07-20 | 31 | -192/+459 |
| | | | | Obtained from: Dave Borman <dab@cray.com> | ||||
* | 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 |
| | | | | this keyword is in too many places! :( | ||||
* | 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 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Mark Murray's authdes.c for xntpd | wollman | 1995-03-23 | 1 | -0/+869 |
| | |||||
* | Security fixes. | dima | 1995-02-17 | 3 | -14/+42 |
| | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT | ||||
* | 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 |
| | | | | init and ed, by pointing to real sources. | ||||
* | !Just! fixing makefile, no code changes Geoff | pst | 1994-09-30 | 1 | -3/+3 |
| |