| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unused copy argument from addarg() | 2015-12-28 | 1 | -12/+9 | |
| | | | | | | | diff from Serguey Parkhomovsky via tech@ ok sunil millert | ||||
| * | Update default MTA reference to smtpd(8). Rectify documentation of | 2015-12-14 | 1 | -2/+2 | |
| | | | | | | | | | fallback behaviour when configuration file is missing. Documentation bits from Serguey Parkhomovsky. Ok jung@ "if the fallback code stays" | ||||
| * | surprisingly, this can pledge "stdio rpath exec" right at start. once | 2015-10-12 | 1 | -2/+10 | |
| | | | | | | the config file is opened, it can pledge "stdio exec", and be on its merry way to start the real MTA | ||||
| * | simple reallocarray() use; ok doug | 2014-10-08 | 1 | -2/+2 | |
| | | |||||
| * | avoid coredump when ther;s only one token on a line; ok millert@ | 2007-11-06 | 1 | -2/+2 | |
| | | |||||
| * | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | | |||||
| * | Back out rev 1.2 as it doesn't make sense--since we exit on failure | 2004-07-06 | 1 | -12/+3 | |
| | | | | | | there is no need to save the old value of the pointer we are realloc()ing. Based on a diff from Andrey Matveev. | ||||
| * | As pointed out by Perry, mailwrapper is never invoked directly, | 2003-03-09 | 1 | -3/+8 | |
| | | | | | | | | err/warn will show names like sendmail, mailq, etc which is confusing. However, prefixing "mailwrapper" to the string passed to err/warn is ugly too. The least evil alternative seems to be to stash the value of __progname for checking and assign "mailwrapper" to __progname. | ||||
| * | Bleah, someone beat me to this but I have some minor chages | 2003-03-08 | 1 | -3/+3 | |
| | | |||||
| * | fix err/errx uses; andrushock@korovino.net | 2003-03-08 | 1 | -11/+10 | |
| | | |||||
| * | Don't bother free()ing memory when we are just headed for exit(). | 2002-12-20 | 1 | -17/+1 | |
| | | | | | Fixes a bug whereby freed memory was used in an error case. | ||||
| * | KNF | 2002-12-09 | 1 | -18/+9 | |
| | | |||||
| * | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -5/+5 | |
| | | |||||
| * | do not free unallocated memory, PR#1989 | 2001-08-08 | 1 | -2/+1 | |
| | | |||||
| * | Place NULL arg on end of argv array only after all other args. mickey@ ok | 2000-01-10 | 1 | -3/+4 | |
| | | |||||
| * | extra : in err(); imp | 2000-01-10 | 1 | -2/+2 | |
| | | |||||
| * | terminate an arg vector w/ NULL | 1999-12-17 | 1 | -1/+3 | |
| | | |||||
| * | Proper error output. | 1999-09-28 | 1 | -2/+2 | |
| | | |||||
| * | Fallback to sendmail if /etc/mailer.conf is missing. | 1999-08-02 | 1 | -3/+14 | |
| | | |||||
| * | Indentation | 1999-08-02 | 1 | -12/+12 | |
| | | |||||
| * | Fix realloc bug. | 1999-08-02 | 1 | -4/+13 | |
| | | |||||
| * | Integration of mailwrapper (from NetBSD) | 1999-08-02 | 1 | -0/+166 | |
| "The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert | |||||
