summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
...
* Import Sendmail-8.7.2 as discussed on -current.peter1995-12-021-14/+35
| | | | The conflict merge will happen shortly after.
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreache1995-10-241-1/+0
|
* Fix original patch error with ! before strncmpache1995-10-201-4/+10
| | | | Zap only needed LD_* variables
* Don't allow LD_* env. variables to be trickedache1995-10-201-3/+25
| | | | Submitted by: Sam Hartman <hartmans@mit.edu>
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-113-7/+1
| | | | of missing functionality in our libkrb which is no longer a problem.
* Remove duplicated targets which now build from main treeache1995-09-293-6/+6
| | | | if available and allowed
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-165-8/+23
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-142-10/+2
|
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-143-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 withdg1995-09-112-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 conditionalpst1995-09-061-1/+1
|
* Avoid race condition with telnet options processing (login: prompt lost).pst1995-09-051-22/+7
| | | | Submitted by: John Capo & Peter Wemm
* Set erase character for login: prompt.pst1995-09-051-1/+5
| | | | Submitted by: Peter Wemm & John Capo
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientspst1995-08-282-6/+8
|
* Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-171-2/+2
| | | | A seperate commit to fix the conflicts wil follow.
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-053-4/+7
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* Change default banner to FreeBSD, properly ifdefed by __FreeBSD__ache1995-08-041-1/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* After pst and ache fixed secure telnet, it was still not in the mainmarkm1995-07-295-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 stuffache1995-07-243-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 libcache1995-07-242-0/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add LDADD+= -ldescryptache1995-07-241-1/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Move -ldes under kerb stuff, my faultache1995-07-241-5/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-242-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 stuffache1995-07-241-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 originalache1995-07-241-0/+3
| | | | libdes (and not present in eBones libdes)
* Add comment about new_rbd_key.c module needed fromache1995-07-241-1/+4
| | | | original 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:
* Point to proper DESTDIR nowache1995-07-241-0/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* Fix many bogus things, typing error, dependance errors, etc.,ache1995-07-241-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 flagpst1995-07-201-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 codepst1995-07-201-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.pst1995-07-2031-192/+459
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-3029-108/+108
|
* Argh! Another instance of DES rather than des that I forgot. Truly,jkh1995-05-111-2/+2
| | | | this keyword is in too many places! :(
* Rename secure to DES.jkh1995-05-091-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r7283,wollman1995-03-231-0/+869
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Mark Murray's authdes.c for xntpdwollman1995-03-231-0/+869
|
* Security fixes.dima1995-02-173-14/+42
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* Change name of secrdist to secure.jkh1995-01-141-2/+2
|
* Fix secrdist sharedlib bug.phk1994-11-241-4/+4
|
* des DISTRIBUTION became secrdist.phk1994-11-221-2/+2
|
* fix libdescrypt reference.phk1994-11-211-2/+2
|
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-1411-13/+66
| | | | init and ed, by pointing to real sources.
* !Just! fixing makefile, no code changes Geoffpst1994-09-301-3/+3
|
* More elegant fix for short settings.csgr1994-09-192-22/+38
| | | | | (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()ache1994-09-121-3/+3
| | | | which is in libcipher.a
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* fix bogus .includecsgr1994-09-091-3/+4
| | | | Submitted by: Geoff.
* add libcipher to Makefilecsgr1994-09-081-2/+2
| | | | Submitted by: Geoff.
* - Remove crypt() - it's in libcryptcsgr1994-09-073-116/+11
| | | | | | | - remove ^L's - CTM will probably choke on them - add PRECIOUSLIB to Makefile - name changes libcrypt -> libcipher Submitted by: Geoff.
OpenPOWER on IntegriCloud