aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* Bring in a change that got lost when we spammed over the CVS repositoryNate Williams1996-06-052-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 Notes: svn path=/head/; revision=16150
* Localize timeAndrey A. Chernov1996-05-071-0/+10
| | | | Notes: svn path=/head/; revision=15661
* Add extra targets a' la' eBones/Makefile for release/Makefile.Mark Murray1996-05-041-2/+27
| | | | | | | (bootstrap etc) Notes: svn path=/head/; revision=15615
* Add randomness from /dev/random if it is available.Mark Murray1996-05-041-1/+23
| | | | Notes: svn path=/head/; revision=15609
* Add support for socksPaul Traina1996-04-232-1/+12
| | | | Notes: svn path=/head/; revision=15358
* typo shmrsh -> smrshPaul Traina1996-04-221-1/+1
| | | | Notes: svn path=/head/; revision=15349
* Enable proper installation of sendmail restricted shell smrsh(8).Paul Traina1996-04-211-1/+1
| | | | | | | | | | | | | | | This program is a wrapper for the prog mailer in sendmail. It does shell meta character masking and restricts the list of executables to those found in /usr/libexec/sm.bin. The default sendmail.cf file does not use this tool, however you can enable it by either changing /bin/sh to /usr/libexec/smrsh or adding the line FEATURE(smrsh) into your sendmail .mc file and rebuilding your .cf file. For more info, RTFMP. Notes: svn path=/head/; revision=15338
* Split libcrypt and libcipher man pages.Mark Murray1996-04-132-91/+6
| | | | Notes: svn path=/head/; revision=15228
* Split the libcrypt and libcipher man pages.Mark Murray1996-04-132-110/+22
| | | | Notes: svn path=/head/; revision=15225
* Install crypt.3 so that libcipher will install if /usr/share/manMike Pritchard1996-04-091-1/+2
| | | | | | | | has been blown away. Previously it depended on an existing crypt.3 to be present for the man page links to install properly. Notes: svn path=/head/; revision=15159
* Comment out the NOPROFILE=yes to make this orthogonal with the rest of ourMark Murray1996-03-171-2/+2
| | | | | | | libs. Notes: svn path=/head/; revision=14656
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-113-119/+15
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Fix typo #ifdef -> .if defined().Mark Murray1996-03-111-20/+7
| | | | | | | Tidy uo this file a bit. Notes: svn path=/head/; revision=14534
* Fix typo - -des -> -ldesMark Murray1996-03-101-2/+2
| | | | Notes: svn path=/head/; revision=14462
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-5/+11
| | | | | | | SRCS, DPADD cleanup Notes: svn path=/head/; revision=14439
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-15/+22
| | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14438
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-7/+13
| | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14437
* Add back missing crypt.3 man page.Jordan K. Hubbard1996-02-211-1/+2
| | | | Notes: svn path=/head/; revision=14168
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Add the new libdes to the buildMark Murray1996-02-111-2/+2
| | | | Notes: svn path=/head/; revision=14020
* Rats. Forgot to `cvs add' this.Mark Murray1996-02-101-0/+40
| | | | Notes: svn path=/head/; revision=14014
* iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As theMark Murray1996-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. Notes: svn path=/head/; revision=14012
* This commit was generated by cvs2svn to compensate for changes in r14009,Mark Murray1996-02-1069-0/+11769
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=14010
| * This is the long-awaited new DES library. Over the next couple of daysvendor/ssleay/des_051aMark Murray1996-02-1069-0/+11769
| | | | | | | | will be properly built into the system. Notes: svn path=/vendor-crypto/ssleay/dist/; revision=14009 svn path=/vendor-crypto/ssleay/des_051a/; revision=14011; tag=vendor/ssleay/des_051a
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-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. Notes: svn path=/head/; revision=13835
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-207/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-307-54/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Pick correct library dir whenever obj exists or notAndrey A. Chernov1995-12-211-3/+9
| | | | Notes: svn path=/head/; revision=12950
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-165-34/+191
| | | | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. Notes: svn path=/head/; revision=12884
* *GULP* cvs remove the uncomfortably large list of files that are no longerPeter Wemm1995-12-021-1/+1
| | | | | | | part of sendmail 8.7.2... Notes: svn path=/head/; revision=12583
* Re-disable the cf/cf SUBDIR - we were not building it before anyway.Peter Wemm1995-12-021-1/+1
| | | | | | | The Makefile down there does not handle the obj dir well.. Notes: svn path=/head/; revision=12576
* Import Sendmail-8.7.2 as discussed on -current.Peter Wemm1995-12-021-14/+35
| | | | | | | The conflict merge will happen shortly after. Notes: svn path=/head/; revision=12571
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreAndrey A. Chernov1995-10-241-1/+0
| | | | Notes: svn path=/head/; revision=11768
* Fix original patch error with ! before strncmpAndrey A. Chernov1995-10-201-4/+10
| | | | | | | Zap only needed LD_* variables Notes: svn path=/head/; revision=11597
* Don't allow LD_* env. variables to be trickedAndrey A. Chernov1995-10-201-3/+25
| | | | | | | Submitted by: Sam Hartman <hartmans@mit.edu> Notes: svn path=/head/; revision=11590
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-113-7/+1
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Remove duplicated targets which now build from main treeAndrey A. Chernov1995-09-293-6/+6
| | | | | | | if available and allowed Notes: svn path=/head/; revision=11074
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-165-8/+23
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-142-10/+2
| | | | Notes: svn path=/head/; revision=10741
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-143-29/+15
| | | | | | | Fix up some of the des calls to be compatible with eBones. Notes: svn path=/head/; revision=10740
* sys_term.c: killed sleep(1) as this should no longer be a problem withDavid Greenman1995-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. Notes: svn path=/head/; revision=10679
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
| | | | Notes: svn path=/head/; revision=10571
* Avoid race condition with telnet options processing (login: prompt lost).Paul Traina1995-09-051-22/+7
| | | | | | | Submitted by: John Capo & Peter Wemm Notes: svn path=/head/; revision=10563
* Set erase character for login: prompt.Paul Traina1995-09-051-1/+5
| | | | | | | Submitted by: Peter Wemm & John Capo Notes: svn path=/head/; revision=10562
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientsPaul Traina1995-08-282-6/+8
| | | | Notes: svn path=/head/; revision=10398
* Import Sendmail v8.6.12, onto the CSRG(!) branch.Peter Wemm1995-08-171-2/+2
| | | | | | | A seperate commit to fix the conflicts wil follow. Notes: svn path=/head/; revision=10088
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-053-4/+7
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* Change default banner to FreeBSD, properly ifdefed by __FreeBSD__Andrey A. Chernov1995-08-041-1/+5
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9883
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-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: Notes: svn path=/head/; revision=9760
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-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) Notes: svn path=/head/; revision=9694