Gregory Neil Shapiro
602a2b1b1d
Import sendmail 8.11.3
2001-02-28 00:19:57 +00:00
Gregory Neil Shapiro
1ed4a948e1
This commit was generated by cvs2svn to compensate for changes in r73188,
...
which included commits to RCS files with non-trunk default branches.
2001-02-28 00:19:57 +00:00
Gregory Neil Shapiro
12d67cf44c
Return to the code as distributed by sendmail.org. This eliminates a
...
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
2001-02-22 17:47:24 +00:00
Gregory Neil Shapiro
2003ac3f25
Document the vacation -d and -l options
...
PR: docs/22875
2001-02-22 05:54:31 +00:00
Gregory Neil Shapiro
0dc3067b45
Update FreeBSD import README
2001-01-21 22:22:31 +00:00
Gregory Neil Shapiro
c46d91b759
Repair 8.11.2 merge conflicts
2001-01-21 22:21:43 +00:00
Gregory Neil Shapiro
193538b7da
Import sendmail 8.11.2
2001-01-21 22:17:06 +00:00
Gregory Neil Shapiro
c0e6e8f8f8
This commit was generated by cvs2svn to compensate for changes in r71345,
...
which included commits to RCS files with non-trunk default branches.
2001-01-21 22:17:06 +00:00
Ruslan Ermilov
1dbbcab2fb
Return to the stock version of this file as local FreeBSD mods
...
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.
2000-11-17 16:30:34 +00:00
Gregory Neil Shapiro
3d1a10799a
Add FreeBSD-only options to the getopt string
...
PR: 21544
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
2000-10-10 22:27:08 +00:00
Gregory Neil Shapiro
31305937b3
Add missing FreeBSD-only flag to the usage statement.
2000-10-01 16:32:16 +00:00
Gregory Neil Shapiro
e30cb8b125
Update FreeBSD import information after sendmail 8.11.1 import
2000-10-01 02:06:00 +00:00
Gregory Neil Shapiro
d995d2ba6b
Fix conflicts from merge of sendmail 8.11.1
2000-10-01 02:03:50 +00:00
Gregory Neil Shapiro
42e5d16589
Import of sendmail version 8.11.1 into vendor branch SENDMAIL with
...
release tag v8_11_1.
Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
2000-10-01 01:49:02 +00:00
Gregory Neil Shapiro
a9ff8c001c
This commit was generated by cvs2svn to compensate for changes in r66494,
...
which included commits to RCS files with non-trunk default branches.
2000-10-01 01:49:02 +00:00
Gregory Neil Shapiro
f14ecfa18a
Remove Build files -- they rely on the devtools system which isn't imported
...
(or used)
2000-10-01 01:22:44 +00:00
Brian Somers
fd4409e068
Revert my last change. libutil.h is still required for setusercontext()
...
and unistd.h is already included.
Requested by: gshapiro
2000-09-06 17:59:37 +00:00
Brian Somers
9feac5c218
Move setproctitle() from libutil to libc (after a repo-copy)
...
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
2000-09-02 01:51:36 +00:00
Gregory Neil Shapiro
9350bdc398
Fix syntax for Received: header after conflict resolution.
...
Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
2000-08-13 18:47:42 +00:00
Gregory Neil Shapiro
cd904b75f9
Add a FREEBSD-upgrade file describing what was done for the import
...
Remove obsolete files after the 8.11.0 import
2000-08-12 22:25:19 +00:00
Gregory Neil Shapiro
3299c2f123
Fix conflicts from merge of sendmail 8.11.0.
...
PR: bin/11552 misc/18512 bin/15088
2000-08-12 22:19:16 +00:00
Gregory Neil Shapiro
06f25ae9f1
Import of sendmail version 8.11.0 into vendor branch SENDMAIL with
...
release tag v8_11_0.
Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
2000-08-12 21:55:49 +00:00
Gregory Neil Shapiro
e8c96e01af
This commit was generated by cvs2svn to compensate for changes in r64562,
...
which included commits to RCS files with non-trunk default branches.
2000-08-12 21:55:49 +00:00
David E. O'Brien
8bdd91e3a1
Install sendmail.cf into /etc/mail.
...
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)
1999-12-19 19:55:19 +00:00
Greg Lehey
c09813a5da
Change location of temporary file from /tmp to /var/tmp. This is a
...
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
1999-12-17 01:18:44 +00:00
Peter Wemm
b518ca7de5
Apply the sendmail 8.9.3 denial-of-service patch which prevents untrusted
...
users from running newaliases. (This is to protect aliases.db against
truncation).
PR: 15088
1999-11-25 18:03:05 +00:00
Peter Wemm
945d12af3b
This commit was generated by cvs2svn to compensate for changes in r53696,
...
which included commits to RCS files with non-trunk default branches.
1999-11-25 18:03:05 +00:00
Peter Wemm
80123737de
Remove the standalone buildtools stuff, we don't use it here and it
...
clutters things up. (Suggested by wollman)
1999-02-07 09:45:12 +00:00
Peter Wemm
e01d6f6164
Merge 8.9.2+patches -> 8.9.3 changes into mainline.
1999-02-07 09:43:30 +00:00
Peter Wemm
2e43090e08
Import sendmail 8.9.3 onto vendor branch, replacing previous interim
...
8.9.2 + patches version.
Obtained from: ftp.sendmail.org
1999-02-07 09:40:41 +00:00
Peter Wemm
a292fc5855
This commit was generated by cvs2svn to compensate for changes in r43730,
...
which included commits to RCS files with non-trunk default branches.
1999-02-07 09:40:41 +00:00
Peter Wemm
a9d022882c
Merge changes from vendor branch into our version
1999-01-24 07:46:43 +00:00
Peter Wemm
25bab6e904
Check the patch obtained from sendmail.org for the header denial-of-service
...
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)
1999-01-24 07:40:56 +00:00
Peter Wemm
940295fab5
This commit was generated by cvs2svn to compensate for changes in r43148,
...
which included commits to RCS files with non-trunk default branches.
1999-01-24 07:40:56 +00:00
Peter Wemm
656ba99342
These files were replaced by symlinks in 8.9.2...
1999-01-12 13:24:46 +00:00
Peter Wemm
76b7bf7135
Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changes
...
were submitted back to sendmail.org (stage 1) and were incorporated.
1999-01-12 12:38:06 +00:00
Peter Wemm
065a643db3
Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)
...
Obtained from: ftp.sendamil.org
1999-01-12 12:26:57 +00:00
Peter Wemm
c3debd01c8
This commit was generated by cvs2svn to compensate for changes in r42575,
...
which included commits to RCS files with non-trunk default branches.
1999-01-12 12:26:57 +00:00
Bruce Evans
b7db722f78
"Fixed" a printf format error. Use bogus casts to avoid using %p so that
...
the output doesn't change (unless the old format caused runtime errors).
1998-10-17 16:14:00 +00:00
Bruce Evans
1ec86adf67
Fixed printf format errors.
1998-10-17 16:04:28 +00:00
Dag-Erling Smørgrav
dea468b2e9
By popular request, mention that mailq responds to the same options as
...
sendmail(8).
PR: i386/8149
1998-10-07 19:45:36 +00:00
Peter Wemm
05b73c60a4
I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNC
...
was not on by default.. Back previous change out.
1998-08-04 13:56:32 +00:00
Peter Wemm
aa0c66bc41
Invert the sense of the -s flag (local addition). Instead of compiling
...
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.
1998-08-04 13:46:46 +00:00
Peter Wemm
d615a19295
Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
1998-08-04 13:14:21 +00:00
Peter Wemm
e3de8dc3d1
Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.
1998-08-04 13:11:42 +00:00
Peter Wemm
c97fb50e13
Copy original rev 1.2 - fix usage line to match reality.
1998-08-04 13:09:38 +00:00
Peter Wemm
1bceb5b259
Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.
1998-08-04 13:08:41 +00:00
Peter Wemm
829be59c37
Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
1998-08-04 13:07:03 +00:00
Peter Wemm
663f78a4e8
Copy original revs 1.19,1.15 - setusercontext() support and __FreeBSD__>=2
...
Copy original revs 1.9,1.8,1.7 - set PS_STRINGS correctly.
1998-08-04 13:04:55 +00:00
Peter Wemm
4ec6f1f332
Copy original rev 1.3 - fix cosmetic typo in example
...
Copy original rev 1.2 - sort xrefs
1998-08-04 12:59:12 +00:00
Peter Wemm
f897fed538
Copy original rev 1.5 - sort/fix xrefs
...
Copy original rev 1.4 - correct path to /usr/share/misc/sendmail.hf
1998-08-04 12:57:34 +00:00
Peter Wemm
b2ee1660ba
Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
1998-08-04 12:53:30 +00:00
Peter Wemm
b26579db36
Copy rev 1.2 of usr.sbin/sendmail/cf/sh/makeinfo.sh: Use LC_TIME=C date
.
1998-08-04 12:47:09 +00:00
Peter Wemm
bb9b311a11
Copy across rev 1.2 of usr.sbin/sendmail/cf/ostype/bsd4.4.m4:
...
Remove the legacy -d option from the arguments to mail.local in 4.4bsd.
1998-08-04 12:45:34 +00:00
Peter Wemm
8c7de60340
Copy across rev 1.2 of usr.sbin/sendmail/cf/m4/cfhead.m4: Record envelope
...
sender in each Received: header along the way. Great for spammer hunting.
1998-08-04 12:44:19 +00:00
Peter Wemm
c2aa98e247
Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
...
src/contrib as per various discussions. I will copy across our changes
and then point the Makefiles across once the dust has settled..
1998-08-03 05:56:20 +00:00