summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourmarkm1996-03-171-2/+2
| | | | libs.
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-113-119/+15
| | | | The look much more like BSD Makefiles now.
* Fix typo #ifdef -> .if defined().markm1996-03-111-20/+7
| | | | Tidy uo this file a bit.
* Fix typo - -des -> -ldesmarkm1996-03-101-2/+2
|
* Sense MAKE_EBONES, DESTDIRache1996-03-091-5/+11
| | | | SRCS, DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-15/+22
| | | | | SRCS cleanup DPADD cleanup
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* Add back missing crypt.3 man page.jkh1996-02-211-1/+2
|
* Another round of man page cleanups.mpp1996-02-121-3/+3
| | | | Down to only about 100 items left to cleanup! :-)
* Add the new libdes to the buildmarkm1996-02-111-2/+2
|
* Rats. Forgot to `cvs add' this.markm1996-02-101-0/+40
|
* iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As themarkm1996-02-102-13/+7
| | | | | interface has changed a bit (there are more rentry points), the shared library has been bumped to libdes.so.2.1.
* This commit was generated by cvs2svn to compensate for changes in r14009,markm1996-02-1069-0/+11769
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is the long-awaited new DES library. Over the next couple of daysmarkm1996-02-1069-0/+11769
| | | | will be properly built into the system.
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-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.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-207/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-307-54/+0
|
* Pick correct library dir whenever obj exists or notache1995-12-211-3/+9
|
* Dual personality crypt(3). This crypt will choose its encryption algorithmmarkm1995-12-165-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 longerpeter1995-12-021-1/+1
| | | | part of sendmail 8.7.2...
* Re-disable the cf/cf SUBDIR - we were not building it before anyway.peter1995-12-021-1/+1
| | | | The Makefile down there does not handle the obj dir well..
* 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.
OpenPOWER on IntegriCloud