| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=162806
|
| |
|
|
|
|
|
|
|
| |
NetBSD revisions 1.8 and 1.9 are not actually applied to our code base
because we have solved the problem differently, therefore, these changes
can be safely skipped.
Notes:
svn path=/head/; revision=161038
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
till NetBSD mailwrapper.8,v 1.11 and OpenBSD mailwrapper.8,v 1.8:
- Separate exit status out from diagnostics section.
- Fix typos.
Obtained from: NetBSD, OpenBSD
MFC After: Along with mailwrapper(8) updates.
Notes:
svn path=/head/; revision=161036
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- K&R -> ANSI prototype [O]
- Do not bother to do free right before exit() or execve() [O]
- Remove some dead code in addarg()
- Make additional parameters specified in mailer.conf(5)
actually work and document the fact. [N]
- Avoid using __progname but instead use getprogname()
and setprogname() to provide more sensible messages. [O, N]
- Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
have sync'ed with their code.
- WARNS=6
Obtained from/Inspired by: OpenBSD [O], NetBSD [N] (partially)
Notes:
svn path=/head/; revision=159326
|
| |
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=136670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131500
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
NO_SENDMAIL is defined.
PR: 57058
Reported by: Henri Hennebert <hlh@cocoon.cercle.be>
Melvyn Sopacua on current@
Submitted by: ru@
MFC after: 2 weeks
Notes:
svn path=/head/; revision=124644
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117280
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111447
|
| |
|
|
|
|
|
|
|
| |
submit mail queue check.
PR: docs/38924
Notes:
svn path=/head/; revision=110574
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
|
|
|
| |
a direct symlink to sendmail.
Notes:
svn path=/head/; revision=100639
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99968
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99800
|
| |
|
|
|
|
|
|
|
|
|
| |
symlinks to the sendmail binary but in FreeBSD's case, they are
symlinks to mailwrapper.
Submitted by: tisco
MFC after: 4 days
Notes:
svn path=/head/; revision=93858
|
| |
|
|
|
|
|
|
|
|
| |
the case where both the config file and the default MTA don't exist.
PR: 29521
Submitted by: marius@alchemy.franken.de
Notes:
svn path=/head/; revision=81344
|
| |
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
|
|
|
|
|
|
| |
errx. Instead use warn to print the string, then cleanup and exit
normally.
This fixes a core dump if the executable to be run doesn't exist.
Notes:
svn path=/head/; revision=77679
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68756
|
| |
|
|
|
|
|
|
|
|
| |
lets unprivileged installworld: almost work first try and always work second.
BINOWN isn't quite right for this, but it's not really worth creating
a MAILOWN for this.
Notes:
svn path=/head/; revision=61230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61023
|
| |
|
|
|
|
|
|
|
|
| |
.Ux (UNIX) as is appropriate in the context used.
PR: 17954
Submitted by: Brian Handy <handy@physics.montana.edu>
Notes:
svn path=/head/; revision=59219
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Realloc memory leak fixed which won't matter but would trigger purify
o Default to sendmail when no mailer.conf exists.
Fixed bugs in OpenBSD version:
o Add NULL termination in the right place.
Also put back the err. free shouldn't touch errno.
Pointed out by: theo de raadt (except the NULL bug :-)
Notes:
svn path=/head/; revision=55705
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a string containign 'J'.
o Properly terminate argv list with a NULL entry.
o Use warn() to report the exec failure because free could change errno and
err would report the wrong reason.
o Don't terminate string to err with ':' since this results in two colons.
Notes:
svn path=/head/; revision=55698
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55283
|
| |
|
|
|
|
|
| |
two sets of changes from different trees.
Notes:
svn path=/head/; revision=55238
|
| |
|
|
|
|
|
|
| |
don't particularly like doing this here, but the alternative (loosing mail)
is worse.
Notes:
svn path=/head/; revision=55234
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55233
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55228
|
|
|
chosen mailer.
Obtained from: NetBSD
Notes:
svn path=/vendor/NetBSD/dist/; revision=54816
|