Gregory Neil Shapiro
6af83ee0d2
This commit was generated by cvs2svn to compensate for changes in r141858,
...
which included commits to RCS files with non-trunk default branches.
2005-02-14 02:30:00 +00:00
Gregory Neil Shapiro
5ec584e8c3
Update notes after sendmail 8.13.1 import
2004-08-01 01:18:40 +00:00
Gregory Neil Shapiro
bfb62e91d7
Resolve conflicts from sendmail 8.13.1 import
2004-08-01 01:16:16 +00:00
Gregory Neil Shapiro
e92d3f3ffe
Import sendmail 8.13.1
2004-08-01 01:04:57 +00:00
Gregory Neil Shapiro
6b3455a766
This commit was generated by cvs2svn to compensate for changes in r132943,
...
which included commits to RCS files with non-trunk default branches.
2004-08-01 01:04:57 +00:00
Gregory Neil Shapiro
6ee3849565
Fix path to rc.sendmail
2004-04-07 05:29:03 +00:00
Gregory Neil Shapiro
78ff00619a
Update for 8.12.11 import
...
MFC after: 7 days
2004-02-14 21:59:30 +00:00
Gregory Neil Shapiro
1ae5b8d45c
Fix sendmail 8.12.11 import conflicts
2004-02-14 21:58:08 +00:00
Gregory Neil Shapiro
323f6dcb88
Import sendmail 8.12.11
2004-02-14 21:53:31 +00:00
Gregory Neil Shapiro
5d747405d7
This commit was generated by cvs2svn to compensate for changes in r125820,
...
which included commits to RCS files with non-trunk default branches.
2004-02-14 21:53:31 +00:00
Gregory Neil Shapiro
3fdb39034f
Cast the NULL to a pointer type for 64 bit architectures
...
Submitted by: harti
MFC after: 4 days
2003-10-31 22:12:09 +00:00
Gregory Neil Shapiro
1f9b7c9633
Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given
...
the number of broken DNS servers out there in the world. Since we are
diverging from the sendmail.org submit.mc, it's time to make our own
freebsd.submit.mc.
PR: conf/57733
Reviewed by: nork
MFC after: 2 weeks
2003-10-19 00:03:13 +00:00
Gregory Neil Shapiro
5902aa9498
Update for 8.12.10 import
2003-09-19 23:20:46 +00:00
Gregory Neil Shapiro
7660b554bc
Fix sendmail 8.12.10 import conflicts
2003-09-19 23:14:57 +00:00
Gregory Neil Shapiro
a7ec597c92
Import sendmail 8.12.10
2003-09-19 23:11:30 +00:00
Gregory Neil Shapiro
2baeb480ca
This commit was generated by cvs2svn to compensate for changes in r120256,
...
which included commits to RCS files with non-trunk default branches.
2003-09-19 23:11:30 +00:00
Jacques Vidrine
58fec67565
Correct address parsing bug that is believed to be remotely exploitable.
...
Submitted by: Michal Zalewski <lcamtuf@dione.ids.pl>
2003-09-17 15:10:36 +00:00
Jacques Vidrine
148aa75197
This commit was generated by cvs2svn to compensate for changes in r120169,
...
which included commits to RCS files with non-trunk default branches.
2003-09-17 15:10:36 +00:00
Ruslan Ermilov
ee9f05f121
Follow the (good) trend of returning import files to vendor versions
...
where possible for easier future imports.
2003-06-18 16:43:43 +00:00
Gregory Neil Shapiro
2af5e4d96f
sendmail 8.12.9 has been imported
2003-03-29 19:21:28 +00:00
Gregory Neil Shapiro
729362425c
Fix conflicts from sendmail 8.12.9 import
2003-03-29 19:18:07 +00:00
Gregory Neil Shapiro
5ef517c097
Import sendmail 8.12.9
2003-03-29 19:12:53 +00:00
Gregory Neil Shapiro
77b53d4402
This commit was generated by cvs2svn to compensate for changes in r112810,
...
which included commits to RCS files with non-trunk default branches.
2003-03-29 19:12:53 +00:00
Gregory Neil Shapiro
8f755de4a6
sendmail 8.12.8 has been imported
2003-03-03 17:25:49 +00:00
Gregory Neil Shapiro
f9218d3d4f
Fix conflicts from sendmail 8.12.8 import
2003-03-03 17:18:01 +00:00
Gregory Neil Shapiro
d9986b26e6
Import sendmail 8.12.8
2003-03-03 17:09:13 +00:00
Gregory Neil Shapiro
bdf8df5292
This commit was generated by cvs2svn to compensate for changes in r111823,
...
which included commits to RCS files with non-trunk default branches.
2003-03-03 17:09:13 +00:00
Gregory Neil Shapiro
e0e1e2d0a3
Follow the (good) trend of returning import files to vendor versions
...
where possible for easier future imports.
2003-02-23 21:58:16 +00:00
Gregory Neil Shapiro
a153c1fc66
This local FreeBSD mod isn't needed now that we have the freebsd* ostype
...
files.
2003-02-23 21:53:16 +00:00
Gregory Neil Shapiro
fabecb74aa
Import proto.m4 fix from vendor repository. This fixes a cf building
...
bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
2003-02-10 16:41:06 +00:00
Gregory Neil Shapiro
82cd538ed5
This commit was generated by cvs2svn to compensate for changes in r110647,
...
which included commits to RCS files with non-trunk default branches.
2003-02-10 16:41:06 +00:00
Gregory Neil Shapiro
856417ebfd
Update for sendmail 8.12.7 import
2003-02-08 20:36:52 +00:00
Gregory Neil Shapiro
2ef40764f0
Resolve conflicts from sendmail 8.12.7 import
2003-02-08 20:35:51 +00:00
Gregory Neil Shapiro
13bd19636b
Import sendmail 8.12.7
2003-02-08 20:31:29 +00:00
Gregory Neil Shapiro
9e80f49658
This commit was generated by cvs2svn to compensate for changes in r110560,
...
which included commits to RCS files with non-trunk default branches.
2003-02-08 20:31:29 +00:00
Gregory Neil Shapiro
518536da5d
Even if biff is turned off, we still need to set curoff as the code
...
uses that if there is an error writing to the mailbox. Note this bug
is only in the FreeBSD code, not the vendor code (which doesn't offer
nobiff).
PR: misc/43392
MFC after: 3 days
2003-02-08 19:25:21 +00:00
Gregory Neil Shapiro
509cae3754
MFS: Fix smrsh bypass bug.
2002-10-13 00:56:58 +00:00
Gregory Neil Shapiro
3edfa581ab
Move the $FreeBSD$ CVS labels far enough away from the $Id$ CVS labels so
...
I don't have to manually resolve conflicts on every import. Ironically,
most of these files have no changes from the vendor version except the
$FreeBSD$ line.
2002-08-28 18:12:33 +00:00
Gregory Neil Shapiro
554ef1f6d9
Changes for the import of sendmail 8.12.6
2002-08-28 17:59:45 +00:00
Gregory Neil Shapiro
9d8fddc1be
Resolve conflicts from sendmail 8.12.6 import
2002-08-28 17:58:45 +00:00
Gregory Neil Shapiro
959366dcbe
Import sendmail 8.12.6
2002-08-28 17:57:52 +00:00
Gregory Neil Shapiro
4d75ea9b02
This commit was generated by cvs2svn to compensate for changes in r102528,
...
which included commits to RCS files with non-trunk default branches.
2002-08-28 17:57:52 +00:00
Gregory Neil Shapiro
e070e59a45
Update for the sendmail 8.12.5 import
2002-06-26 02:52:59 +00:00
Gregory Neil Shapiro
f848909f8f
Resolve conflicts from import of sendmail 8.12.5
2002-06-26 02:50:37 +00:00
Gregory Neil Shapiro
739ac4d4d3
Import sendmail 8.12.5
2002-06-26 02:48:44 +00:00
Gregory Neil Shapiro
e1acb3f10e
This commit was generated by cvs2svn to compensate for changes in r98841,
...
which included commits to RCS files with non-trunk default branches.
2002-06-26 02:48:44 +00:00
Gregory Neil Shapiro
1146811813
sendmail 8.12.4 has been imported
2002-06-11 21:17:35 +00:00
Gregory Neil Shapiro
88ad41d4f0
Resolve conflicts from sendmail 8.12.4 import
2002-06-11 21:16:51 +00:00
Gregory Neil Shapiro
94c0120574
Import sendmail 8.12.4
2002-06-11 21:12:04 +00:00
Gregory Neil Shapiro
2c55319df3
This commit was generated by cvs2svn to compensate for changes in r98121,
...
which included commits to RCS files with non-trunk default branches.
2002-06-11 21:12:04 +00:00
Gregory Neil Shapiro
7320a0ab16
Resolve conflicts from import of post-8.12.3 bug fixes.
2002-04-20 20:34:16 +00:00
Gregory Neil Shapiro
6a2f2ff3e9
Import of post-8.12.3 bug fixes from vendor repository.
...
These are being imported for the upcoming FreeBSD 4.6 release.
2002-04-20 20:31:51 +00:00
Gregory Neil Shapiro
1e66b2bb25
This commit was generated by cvs2svn to compensate for changes in r95154,
...
which included commits to RCS files with non-trunk default branches.
2002-04-20 20:31:51 +00:00
Gregory Neil Shapiro
6b7c9af44b
Remove files no longer in vendor release from vendor branch.
2002-04-20 19:51:37 +00:00
Gregory Neil Shapiro
63e422f7ec
Two more files to keep track of.
2002-04-20 19:34:31 +00:00
Gregory Neil Shapiro
89b0ba9b30
A couple more sendmail-related files
2002-04-10 05:16:45 +00:00
Gregory Neil Shapiro
a4a4d0803c
Record sendmail 8.12.3 import
2002-04-10 03:08:35 +00:00
Gregory Neil Shapiro
320f00e768
Fix conflicts from sendmail 8.12.3 import
2002-04-10 03:06:22 +00:00
Gregory Neil Shapiro
605302a5c9
Import sendmail 8.12.3
2002-04-10 03:05:00 +00:00
Gregory Neil Shapiro
982281085c
This commit was generated by cvs2svn to compensate for changes in r94334,
...
which included commits to RCS files with non-trunk default branches.
2002-04-10 03:05:00 +00:00
Gregory Neil Shapiro
6409bf9271
Found two more files that use the sendmail infrastructure.
2002-04-09 02:09:14 +00:00
Gregory Neil Shapiro
e84338ffa2
Another man page that can change as sendmail requirements change.
2002-04-06 17:53:06 +00:00
Gregory Neil Shapiro
6e4caefe33
Add usr.sbin/mailwrapper/Makefile to the list of changed files as
...
it contains a list of symlinks to make which are normally symlinks
to the sendmail binary.
2002-04-05 04:28:10 +00:00
Gregory Neil Shapiro
56f22faff3
Add a list of files sendmail importants may affect. This is mostly
...
for my own reference so I don't miss things on future imports.
2002-04-05 03:52:48 +00:00
Gregory Neil Shapiro
39e37e7212
Fix mail.local build for non-sendmail.org code
2002-02-18 02:18:42 +00:00
Gregory Neil Shapiro
04bb1e1f17
Remove files no longer part of the sendmail 8.12.2 distribution.
2002-02-17 22:51:21 +00:00
Gregory Neil Shapiro
21779123d1
This commit was generated by cvs2svn to compensate for changes in r90809,
...
which included commits to RCS files with non-trunk default branches.
2002-02-17 22:51:21 +00:00
Gregory Neil Shapiro
0045d4bf99
Update import instructions for sendmail 8.12.2
2002-02-17 22:06:57 +00:00
Gregory Neil Shapiro
12ed1c7c81
Resolve conflicts from sendmail 8.12.2 import
2002-02-17 21:58:34 +00:00
Gregory Neil Shapiro
4026605903
Import sendmail 8.12.2
2002-02-17 21:56:45 +00:00
Gregory Neil Shapiro
5b587aff2d
This commit was generated by cvs2svn to compensate for changes in r90792,
...
which included commits to RCS files with non-trunk default branches.
2002-02-17 21:56:45 +00:00
Gregory Neil Shapiro
d673082fea
Update import information
2001-08-21 01:33:05 +00:00
Gregory Neil Shapiro
56477e1e22
Resolve conflicts from sendmail 8.11.6 import
2001-08-21 01:32:34 +00:00
Gregory Neil Shapiro
c86d59657f
Import sendmail 8.11.6
2001-08-21 01:31:44 +00:00
Gregory Neil Shapiro
7bda8bfe5e
This commit was generated by cvs2svn to compensate for changes in r82017,
...
which included commits to RCS files with non-trunk default branches.
2001-08-21 01:31:44 +00:00
Gregory Neil Shapiro
e9b61c96b8
Update FreeBSD import information
2001-08-01 01:36:17 +00:00
Gregory Neil Shapiro
6dbce3c381
Resolve conflicts from import of sendmail 8.11.5
2001-08-01 01:34:52 +00:00
Gregory Neil Shapiro
13058a9161
Import sendmail 8.11.5
2001-08-01 01:33:27 +00:00
Gregory Neil Shapiro
d8318f16e2
This commit was generated by cvs2svn to compensate for changes in r80785,
...
which included commits to RCS files with non-trunk default branches.
2001-08-01 01:33:27 +00:00
Ruslan Ermilov
3e99af9747
This page is in man(7) format.
2001-07-13 08:06:08 +00:00
Gregory Neil Shapiro
e6744d19c4
sendmail 8.11.4 has been imported
2001-05-28 17:13:41 +00:00
Gregory Neil Shapiro
c0c4794d84
Resolve conflicts from 8.11.4 import
2001-05-28 17:10:35 +00:00
Gregory Neil Shapiro
8774250cea
Import sendmail 8.11.4
2001-05-28 17:08:52 +00:00
Gregory Neil Shapiro
e66921d832
This commit was generated by cvs2svn to compensate for changes in r77349,
...
which included commits to RCS files with non-trunk default branches.
2001-05-28 17:08:52 +00:00
Gregory Neil Shapiro
f21dafbc5c
Forgot to update this README when I imported 8.11.3
2001-03-30 02:09:19 +00:00
Ruslan Ermilov
afcf05e46a
setlocale(3) has been fixed to match POSIX standard:
...
LC_ALL takes precedence over other LC_* envariables.
2001-03-02 16:52:14 +00:00
Gregory Neil Shapiro
b466200952
Repair 8.11.3 merge conflicts
2001-02-28 00:22:47 +00:00
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