summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/mci.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Merge sendmail 8.15.2gshapiro2015-07-091-0/+1
| | | | Approved by: re (gjb)
* MFC: Merge sendmail 8.14.9 to HEADgshapiro2014-05-261-1/+1
|
* MFC: Merge sendmail 8.14.8gshapiro2014-02-011-2/+2
|
* Merge sendmail 8.14.7 to HEADgshapiro2013-04-211-2/+2
|\ | | | | | | MFC after: 4 days
* \ Merge sendmail 8.14.5 to HEADgshapiro2011-06-141-2/+29
|\ \ | |/ | | | | MFC after: 4 days
| * Stage 1 of sendmail dist tree flattening. contrib/sendmail/contribpeter2008-08-281-1561/+0
| | | | | | | | prevents doing this in one pass.
| * Import sendmail 8.14.1gshapiro2007-04-091-17/+17
| |
| * Import sendmail 8.13.7gshapiro2006-06-141-1/+9
| | | | | | | | Security: FreeBSD-SA-06:17.sendmail
| * Import sendmail 8.13.6gshapiro2006-03-221-6/+7
| | | | | | | | Security: FreeBSD-SA-06:13.sendmail
| * Import sendmail 8.13.4gshapiro2005-06-071-2/+2
| |
| * Commit patch from sendmail.org web site for socket close bug:gshapiro2005-02-141-0/+51
| | | | | | | | | | | | http://www.sendmail.org/patches/close_wait.p2 This is being put in the vendor branch as it is in the vendor's repo.
| * Import sendmail 8.13.3gshapiro2005-02-141-2/+2
| |
| * Import sendmail 8.13.1gshapiro2004-08-011-6/+10
| |
| * Import sendmail 8.12.10gshapiro2003-09-191-5/+15
| |
| * Import sendmail 8.12.8gshapiro2003-03-031-4/+2
| |
| * Import sendmail 8.12.7gshapiro2003-02-081-1/+3
| |
| * Import sendmail 8.12.4gshapiro2002-06-111-4/+4
| |
| * Import of post-8.12.3 bug fixes from vendor repository.gshapiro2002-04-201-1/+1
| | | | | | | | These are being imported for the upcoming FreeBSD 4.6 release.
| * Import sendmail 8.12.3gshapiro2002-04-101-6/+5
| |
| * Import sendmail 8.12.2gshapiro2002-02-171-216/+306
| |
| * Import sendmail 8.11.4gshapiro2001-05-281-4/+9
| |
| * Import sendmail 8.11.2gshapiro2001-01-211-7/+9
| |
| * Import of sendmail version 8.11.0 into vendor branch SENDMAIL withgshapiro2000-08-121-131/+229
| | | | | | | | | | | | release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
| * Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)peter1999-01-121-6/+6
| | | | | | | | Obtained from: ftp.sendamil.org
* | Merge sendmail 8.14.3 into HEAD.gshapiro2008-08-281-6/+24
| | | | | | | | | | | | | | | | 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
* | Resolve conflicts from sendmail 8.14.1 importgshapiro2007-04-091-17/+17
| |
* | Resolve conflicts from sendmail 8.13.7 importgshapiro2006-06-141-1/+9
| |
* | Resolve conflicts from sendmail 8.13.6 importgshapiro2006-03-221-6/+7
| |
* | Resolve conflicts from sendmail 8.13.4 importgshapiro2005-06-071-2/+2
| |
* | Merge mci.c change to add mci_close() from the vendor branch.gshapiro2005-02-141-0/+51
| | | | | | | | Problem noted by: marcus
* | Resolve conflicts from sendmail 8.13.3 importgshapiro2005-02-141-2/+2
| | | | | | | | MFC after: 4 days
* | Resolve conflicts from sendmail 8.13.1 importgshapiro2004-08-011-6/+10
| |
* | Fix sendmail 8.12.10 import conflictsgshapiro2003-09-191-5/+16
| |
* | Fix conflicts from sendmail 8.12.8 importgshapiro2003-03-031-4/+2
| |
* | Follow the (good) trend of returning import files to vendor versionsgshapiro2003-02-231-2/+0
| | | | | | | | where possible for easier future imports.
* | Resolve conflicts from sendmail 8.12.7 importgshapiro2003-02-081-1/+3
| |
* | Move the $FreeBSD$ CVS labels far enough away from the $Id$ CVS labels sogshapiro2002-08-281-2/+2
| | | | | | | | | | | | 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.
* | Resolve conflicts from sendmail 8.12.4 importgshapiro2002-06-111-4/+4
| |
* | Resolve conflicts from import of post-8.12.3 bug fixes.gshapiro2002-04-201-1/+1
| |
* | Fix conflicts from sendmail 8.12.3 importgshapiro2002-04-101-6/+5
| |
* | Resolve conflicts from sendmail 8.12.2 importgshapiro2002-02-171-216/+306
| |
* | Resolve conflicts from 8.11.4 importgshapiro2001-05-281-4/+9
| |
* | 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
* | Repair 8.11.2 merge conflictsgshapiro2001-01-211-7/+9
| |
* | Fix conflicts from merge of sendmail 8.11.0.gshapiro2000-08-121-130/+230
| | | | | | | | PR: bin/11552 misc/18512 bin/15088
* | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changespeter1999-01-121-6/+6
| | | | | | | | were submitted back to sendmail.org (stage 1) and were incorporated.
* | "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).
* Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch underpeter1998-08-031-0/+1293
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
OpenPOWER on IntegriCloud