summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Resolve conflicts from 8.11.4 importGregory Neil Shapiro2001-05-286-69/+148
| | | | | | | | Notes: svn path=/head/; revision=77352
* | This commit was generated by cvs2svn to compensate for changes in r77349,Gregory Neil Shapiro2001-05-2827-593/+1542
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=77350
| * Import sendmail 8.11.4Gregory Neil Shapiro2001-05-2833-662/+1690
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=77349
* | Repair 8.11.3 merge conflictsGregory Neil Shapiro2001-02-284-37/+89
| | | | | | | | Notes: svn path=/head/; revision=73191
* | This commit was generated by cvs2svn to compensate for changes in r73188,Gregory Neil Shapiro2001-02-2824-168/+471
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=73189
| * Import sendmail 8.11.3Gregory Neil Shapiro2001-02-2828-206/+560
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=73188
* | Return to the code as distributed by sendmail.org. This eliminates aGregory Neil Shapiro2001-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 Notes: svn path=/head/; revision=72910
* | Repair 8.11.2 merge conflictsGregory Neil Shapiro2001-01-218-85/+160
| | | | | | | | Notes: svn path=/head/; revision=71348
* | This commit was generated by cvs2svn to compensate for changes in r71345,Gregory Neil Shapiro2001-01-2126-515/+1136
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=71346
| * Import sendmail 8.11.2Gregory Neil Shapiro2001-01-2134-601/+1297
| | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=71345
* | Return to the stock version of this file as local FreeBSD modsRuslan Ermilov2000-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. Notes: svn path=/head/; revision=68858
* | Fix conflicts from merge of sendmail 8.11.1Gregory Neil Shapiro2000-10-016-25/+44
| | | | | | | | Notes: svn path=/head/; revision=66497
* | This commit was generated by cvs2svn to compensate for changes in r66494,Gregory Neil Shapiro2000-10-0126-163/+403
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=66495
| * Import of sendmail version 8.11.1 into vendor branch SENDMAIL withGregory Neil Shapiro2000-10-0132-189/+449
| | | | | | | | | | | | | | | | | | release tag v8_11_1. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/ Notes: svn path=/vendor/sendmail/dist/; revision=66494
* | Revert my last change. libutil.h is still required for setusercontext()Brian Somers2000-09-061-5/+1
| | | | | | | | | | | | | | | | | | and unistd.h is already included. Requested by: gshapiro Notes: svn path=/head/; revision=65529
* | Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-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 Notes: svn path=/head/; revision=65353
* | Add a FREEBSD-upgrade file describing what was done for the importGregory Neil Shapiro2000-08-128-1641/+0
| | | | | | | | | | | | | | Remove obsolete files after the 8.11.0 import Notes: svn path=/head/; revision=64566
* | Fix conflicts from merge of sendmail 8.11.0.Gregory Neil Shapiro2000-08-129-2574/+4409
| | | | | | | | | | | | | | PR: bin/11552 misc/18512 bin/15088 Notes: svn path=/head/; revision=64565
* | This commit was generated by cvs2svn to compensate for changes in r64562,Gregory Neil Shapiro2000-08-1247-6668/+24999
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=64563
| * Import of sendmail version 8.11.0 into vendor branch SENDMAIL withGregory Neil Shapiro2000-08-1258-10250/+29403
| | | | | | | | | | | | | | | | | | release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/ Notes: svn path=/vendor/sendmail/dist/; revision=64562
* | Install sendmail.cf into /etc/mail.David E. O'Brien1999-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) Notes: svn path=/head/; revision=54836
* | This commit was generated by cvs2svn to compensate for changes in r53696,Peter Wemm1999-11-251-0/+12
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=53697
| * Apply the sendmail 8.9.3 denial-of-service patch which prevents untrustedPeter Wemm1999-11-251-0/+12
| | | | | | | | | | | | | | | | | | | | users from running newaliases. (This is to protect aliases.db against truncation). PR: 15088 Notes: svn path=/vendor/sendmail/dist/; revision=53696
* | Merge 8.9.2+patches -> 8.9.3 changes into mainline.Peter Wemm1999-02-074-20/+39
| | | | | | | | Notes: svn path=/head/; revision=43733
* | This commit was generated by cvs2svn to compensate for changes in r43730,Peter Wemm1999-02-0721-158/+206
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=43731
| * Import sendmail 8.9.3 onto vendor branch, replacing previous interimPeter Wemm1999-02-0725-178/+245
| | | | | | | | | | | | | | | | | | 8.9.2 + patches version. Obtained from: ftp.sendmail.org Notes: svn path=/vendor/sendmail/dist/; revision=43730
* | Merge changes from vendor branch into our versionPeter Wemm1999-01-242-0/+8
| | | | | | | | Notes: svn path=/head/; revision=43151
* | This commit was generated by cvs2svn to compensate for changes in r43148,Peter Wemm1999-01-243-1/+68
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=43149
| * Check the patch obtained from sendmail.org for the header denial-of-servicevendor/sendmail/8.9.2-headerPeter Wemm1999-01-245-1/+76
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/vendor/sendmail/dist/; revision=43148 svn path=/vendor/sendmail/8.9.2-header/; revision=43150; tag=vendor/sendmail/8.9.2-header
* | These files were replaced by symlinks in 8.9.2...Peter Wemm1999-01-122-1026/+0
| | | | | | | | Notes: svn path=/head/; revision=42586
* | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changesPeter Wemm1999-01-129-88/+422
| | | | | | | | | | | | | | were submitted back to sendmail.org (stage 1) and were incorporated. Notes: svn path=/head/; revision=42580
* | This commit was generated by cvs2svn to compensate for changes in r42575,Peter Wemm1999-01-1239-333/+1443
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42576
| * Import sendmail-8.9.2 onto vendor branch (update from 8.9.1)Peter Wemm1999-01-1248-423/+1870
| | | | | | | | | | | | | | Obtained from: ftp.sendamil.org Notes: svn path=/vendor/sendmail/dist/; revision=42575
* | "Fixed" a printf format error. Use bogus casts to avoid using %p so thatBruce Evans1998-10-171-1/+3
| | | | | | | | | | | | | | the output doesn't change (unless the old format caused runtime errors). Notes: svn path=/head/; revision=40498
* | Fixed printf format errors.Bruce Evans1998-10-174-6/+6
| | | | | | | | Notes: svn path=/head/; revision=40497
* | By popular request, mention that mailq responds to the same options asDag-Erling Smørgrav1998-10-071-4/+8
| | | | | | | | | | | | | | | | | | sendmail(8). PR: i386/8149 Notes: svn path=/head/; revision=40043
* | Copy original revs 1.19,1.15 - setusercontext() support and __FreeBSD__>=2Peter Wemm1998-08-041-3/+6
| | | | | | | | | | | | | | Copy original revs 1.9,1.8,1.7 - set PS_STRINGS correctly. Notes: svn path=/head/; revision=38079
* | Copy original rev 1.3 - fix cosmetic typo in examplePeter Wemm1998-08-041-2/+2
| | | | | | | | | | | | | | Copy original rev 1.2 - sort xrefs Notes: svn path=/head/; revision=38078
* | Copy original rev 1.5 - sort/fix xrefsPeter Wemm1998-08-041-4/+4
|/ | | | | | | Copy original rev 1.4 - correct path to /usr/share/misc/sendmail.hf Notes: svn path=/head/; revision=38077
* Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch undervendor/sendmail/8.9.1Peter Wemm1998-08-0351-0/+54257
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled.. Notes: svn path=/vendor/sendmail/dist/; revision=38032 svn path=/vendor/sendmail/8.9.1/; revision=38034; tag=vendor/sendmail/8.9.1