summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* Typo in comment.kris1999-04-251-1/+1
|
* Enable tcp_wrapper support by default.markm1999-03-281-10/+4
|
* MaxHeaderLines is now MaxHeadersLength (in bytes)peter1999-02-071-1/+1
|
* Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-241-0/+1
| | | | length limits. The configuration keyword is: confMAX_HEADER_LINES
* Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-241-5/+5
| | | | | can be found. Submitted by: Bruce
* The new crypt code breaks "make world". Back it out.markm1999-01-2310-1/+951
|
* Removed from the secure/lib/libcrypt area, because of the rewrite to howbrandon1999-01-219-950/+0
| | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray
* Update for 8.9.2 (new file, control.c)peter1999-01-121-3/+4
| | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsidejb1998-08-311-4/+4
| | | | the US and not allowed to see this. I kept my eyes closed. 8-)
* Connect up sendmail-8.9.1peter1998-08-041-55/+49
|
* Staticise a variable.markm1997-10-081-1/+1
| | | | | PR: 4722 Submitted by: Karl Denninger
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-4/+4
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* Teach libdescrypt about elf builds.peter1997-09-051-3/+19
|
* Revert $FreeBSD$ to $Id$peter1997-02-2228-29/+29
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1428-29/+29
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-2/+2
|
* Secure telnet is now in eBones.markm1996-11-0754-27759/+0
|
* Remove references to TELNET*.markm1996-11-071-7/+1
|
* Fold sendmail-8.8.2 changes into files that have been touched.peter1996-10-241-2/+12
| | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!)
* cmp -s || install -c --> install -Cpeter1996-08-301-5/+5
|
* Same as non-secure telnetd, add support for ``-P altlogin'' to specifypeter1996-08-133-4/+21
| | | | an alternate /usr/bin/login type program to be run.
* This commit was generated by cvs2svn to compensate for changes in r17497,markm1996-08-104-3/+67
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Next version from the author - from SSLeay.0.6.3markm1996-08-104-3/+67
| |
* | Some breakeages sneaked in. This fixes them.markm1996-07-304-6/+3
| | | | | | | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-(
* | Merge, remove rubbish and bump the MAJOR.MINOR to 3.0markm1996-07-294-282/+12
| |
* | This commit was generated by cvs2svn to compensate for changes in r17330,markm1996-07-2911-10/+201
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Rats. Just when a piece of code is nice and stable, the author has tomarkm1996-07-2913-11/+208
| | | | | | | | release an upgrade.
* | Mrege conflicts etc.markm1996-07-283-61/+42
| |
* | This commit was generated by cvs2svn to compensate for changes in r17315,markm1996-07-2844-399/+655
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Latest libdes from Eric Young. Mainly code beautification.markm1996-07-2846-412/+689
| |
* | Add necessary item to CLEANFILESjkh1996-07-271-1/+2
| |
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-242-11/+5
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Bring in a change that got lost when we spammed over the CVS repositorynate1996-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
* | Localize timeache1996-05-071-0/+10
| |
* | Add extra targets a' la' eBones/Makefile for release/Makefile.markm1996-05-041-2/+27
| | | | | | | | (bootstrap etc)
* | Add randomness from /dev/random if it is available.markm1996-05-041-1/+23
| |
* | Add support for sockspst1996-04-232-1/+12
| |
* | typo shmrsh -> smrshpst1996-04-221-1/+1
| |
* | Enable proper installation of sendmail restricted shell smrsh(8).pst1996-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.
* | Split libcrypt and libcipher man pages.markm1996-04-132-91/+6
| |
* | Split the libcrypt and libcipher man pages.markm1996-04-132-110/+22
| |
* | Install crypt.3 so that libcipher will install if /usr/share/manmpp1996-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.
* | 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
OpenPOWER on IntegriCloud