summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to update this README when I imported 8.11.3gshapiro2001-03-301-4/+4
|
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
| | | | LC_ALL takes precedence over other LC_* envariables.
* Repair 8.11.3 merge conflictsgshapiro2001-02-2810-259/+308
|
* This commit was generated by cvs2svn to compensate for changes in r73188,gshapiro2001-02-2839-253/+772
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.3gshapiro2001-02-2849-513/+1080
| |
* | Return to the code as distributed by sendmail.org. This eliminates agshapiro2001-02-221-3/+1
| | | | | | | | | | | | | | | | | | warning on Alphas. It is still not the perfect solution for machines which sizeof(u_long) != sizeof(void *) but it is as close as we are going to get for now and consistent with the rest of the code. 8.12 has solved this problem by providing a portable snprintf() which understands %p. PR: bin/14142
* | Document the vacation -d and -l optionsgshapiro2001-02-221-0/+17
| | | | | | | | PR: docs/22875
* | Update FreeBSD import READMEgshapiro2001-01-211-4/+19
| |
* | Repair 8.11.2 merge conflictsgshapiro2001-01-2115-144/+225
| |
* | This commit was generated by cvs2svn to compensate for changes in r71345,gshapiro2001-01-2163-779/+2178
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.2gshapiro2001-01-2178-925/+2405
| |
* | Return to the stock version of this file as local FreeBSD modsru2000-11-171-8/+3
| | | | | | | | | | to it have been made in mdoc(7) format, but now it is again in man(7) format, and the vendor apparently incorporated our mods.
* | Add FreeBSD-only options to the getopt stringgshapiro2000-10-101-1/+1
| | | | | | | | | | PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | Add missing FreeBSD-only flag to the usage statement.gshapiro2000-10-011-1/+1
| |
* | Update FreeBSD import information after sendmail 8.11.1 importgshapiro2000-10-011-4/+4
| |
* | Fix conflicts from merge of sendmail 8.11.1gshapiro2000-10-0113-254/+318
| |
* | This commit was generated by cvs2svn to compensate for changes in r66494,gshapiro2000-10-0166-432/+1209
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of sendmail version 8.11.1 into vendor branch SENDMAIL withgshapiro2000-10-0179-687/+1529
| | | | | | | | | | | | release tag v8_11_1. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
* | Remove Build files -- they rely on the devtools system which isn't importedgshapiro2000-10-016-94/+0
| | | | | | | | (or used)
* | Revert my last change. libutil.h is still required for setusercontext()brian2000-09-061-5/+1
| | | | | | | | | | | | and unistd.h is already included. Requested by: gshapiro
* | Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+5
| | | | | | | | | | | | | | | | | | and bump __FreeBSD_version to 500012 to mark the occasion. setproctitle() is prototyped in unistd.h as opposed to stdlib.h where OpenBSD and NetBSD have it. Reviewed by: peter
* | Fix syntax for Received: header after conflict resolution.gshapiro2000-08-131-1/+1
| | | | | | | | Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
* | Add a FREEBSD-upgrade file describing what was done for the importgshapiro2000-08-1219-5781/+49
| | | | | | | | Remove obsolete files after the 8.11.0 import
* | Fix conflicts from merge of sendmail 8.11.0.gshapiro2000-08-1221-4502/+6697
| | | | | | | | PR: bin/11552 misc/18512 bin/15088
* | This commit was generated by cvs2svn to compensate for changes in r64562,gshapiro2000-08-12283-10704/+45443
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of sendmail version 8.11.0 into vendor branch SENDMAIL withgshapiro2000-08-12312-19224/+52126
| | | | | | | | | | | | release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
* | Install sendmail.cf into /etc/mail.obrien1999-12-191-0/+6
| | | | | | | | | | | | | | | | | | The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade our repository to that version, we will get the change. It is best to make the path change in 4.0-R (which may not have the latest Sendmail Inc. version, than to change in mid-4.x stream when we may upgrade. Ok'ed by: Peter (quite a while ago)
* | Change location of temporary file from /tmp to /var/tmp. This is agrog1999-12-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repeat of an earlier commit which apparently got lost with the last import. It helps solve the frequently reported problem pid 4032 (mail.local), uid 0 on /: file system full (though there appears to be a lot of space) caused by idiots sending 30 MB mail messages. Most-recently-reported-by: jahanur <jahanur@jjsoft.com> Add $FreeBSD$ so that I can check the file back in. Rejected-by: CVS
* | This commit was generated by cvs2svn to compensate for changes in r53696,peter1999-11-251-0/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Apply the sendmail 8.9.3 denial-of-service patch which prevents untrustedpeter1999-11-251-0/+12
| | | | | | | | | | | | | | users from running newaliases. (This is to protect aliases.db against truncation). PR: 15088
* | Remove the standalone buildtools stuff, we don't use it here and itpeter1999-02-0797-2438/+0
| | | | | | | | clutters things up. (Suggested by wollman)
* | Merge 8.9.2+patches -> 8.9.3 changes into mainline.peter1999-02-075-22/+41
| |
* | This commit was generated by cvs2svn to compensate for changes in r43730,peter1999-02-0732-269/+485
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.9.3 onto vendor branch, replacing previous interimpeter1999-02-0737-291/+526
| | | | | | | | | | | | 8.9.2 + patches version. Obtained from: ftp.sendmail.org
* | Merge changes from vendor branch into our versionpeter1999-01-242-0/+8
| |
* | This commit was generated by cvs2svn to compensate for changes in r43148,peter1999-01-244-1/+72
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Check the patch obtained from sendmail.org for the header denial-of-servicepeter1999-01-246-1/+80
| | | | | | | | | | | | | | attack into the vendor branch. It is a little unusual doing it this way but it will eliminate (or minimize anyway) conflicts when 8.9.3 comes out. Obtained from: sendmail.org (as posted on bugtraq, but without broken tabs)
* | These files were replaced by symlinks in 8.9.2...peter1999-01-128-4104/+0
| |
* | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changespeter1999-01-1220-249/+797
| | | | | | | | were submitted back to sendmail.org (stage 1) and were incorporated.
* | This commit was generated by cvs2svn to compensate for changes in r42575,peter1999-01-12292-745/+2660
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)peter1999-01-12312-996/+3462
| | | | | | | | Obtained from: ftp.sendamil.org
* | "Fixed" a printf format error. Use bogus casts to avoid using %p so thatbde1998-10-171-1/+3
| | | | | | | | the output doesn't change (unless the old format caused runtime errors).
* | Fixed printf format errors.bde1998-10-174-6/+6
| |
* | By popular request, mention that mailq responds to the same options asdes1998-10-071-4/+8
| | | | | | | | | | | | sendmail(8). PR: i386/8149
* | I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNCpeter1998-08-042-14/+13
| | | | | | | | was not on by default.. Back previous change out.
* | Invert the sense of the -s flag (local addition). Instead of compilingpeter1998-08-042-13/+14
| | | | | | | | | | | | in the behavior via the previously default #define DONT_FSYNC, use the -s flag to turn the fsync() behavior on. This can be configured in sendmail.cf without recompiling mail.local.
* | Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.peter1998-08-041-21/+34
| |
* | Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.peter1998-08-041-1/+12
| |
* | Copy original rev 1.2 - fix usage line to match reality.peter1998-08-041-1/+1
| |
* | Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.peter1998-08-042-13/+12
| |
OpenPOWER on IntegriCloud