History log of /freebsd-10.0-release/contrib/sendmail/src/mci.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 249729 21-Apr-2013 gshapiro

Merge sendmail 8.14.7 to HEAD

MFC after: 4 days


# 223067 14-Jun-2011 gshapiro

Merge sendmail 8.14.5 to HEAD

MFC after: 4 days


# 182352 28-Aug-2008 gshapiro

Merge sendmail 8.14.3 into HEAD.

Note: As the first merge since the conversion to svn, it includes many
propset changes to get the proper svn:eol-style and svn:mime-type on the
files (as merged from the fixed up vendor/dist area).

MFC after: 3 days


# 168520 08-Apr-2007 gshapiro

Resolve conflicts from sendmail 8.14.1 import


# 159613 14-Jun-2006 gshapiro

Resolve conflicts from sendmail 8.13.7 import


# 157006 22-Mar-2006 gshapiro

Resolve conflicts from sendmail 8.13.6 import


# 147081 07-Jun-2005 gshapiro

Resolve conflicts from sendmail 8.13.4 import


# 141887 14-Feb-2005 gshapiro

Merge mci.c change to add mci_close() from the vendor branch.

Problem noted by: marcus


# 141862 14-Feb-2005 gshapiro

Resolve conflicts from sendmail 8.13.3 import

MFC after: 4 days


# 132946 31-Jul-2004 gshapiro

Resolve conflicts from sendmail 8.13.1 import


# 120259 19-Sep-2003 gshapiro

Fix sendmail 8.12.10 import conflicts


# 111826 03-Mar-2003 gshapiro

Fix conflicts from sendmail 8.12.8 import


# 111367 23-Feb-2003 gshapiro

Follow the (good) trend of returning import files to vendor versions
where possible for easier future imports.


# 110563 08-Feb-2003 gshapiro

Resolve conflicts from sendmail 8.12.7 import


# 102533 28-Aug-2002 gshapiro

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.


# 98125 11-Jun-2002 gshapiro

Resolve conflicts from sendmail 8.12.4 import


# 95157 20-Apr-2002 gshapiro

Resolve conflicts from import of post-8.12.3 bug fixes.


# 94337 10-Apr-2002 gshapiro

Fix conflicts from sendmail 8.12.3 import


# 90795 17-Feb-2002 gshapiro

Resolve conflicts from sendmail 8.12.2 import


# 77352 28-May-2001 gshapiro

Resolve conflicts from 8.11.4 import


# 72910 22-Feb-2001 gshapiro

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


# 71348 21-Jan-2001 gshapiro

Repair 8.11.2 merge conflicts


# 64565 12-Aug-2000 gshapiro

Fix conflicts from merge of sendmail 8.11.0.

PR: bin/11552 misc/18512 bin/15088


# 42580 12-Jan-1999 peter

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.


# 40498 17-Oct-1998 bde

"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).


# 38033 03-Aug-1998 peter

This commit was generated by cvs2svn to compensate for changes in r38032,
which included commits to RCS files with non-trunk default branches.


# 38032 03-Aug-1998 peter

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..