summaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper/mailwrapper.c
AgeCommit message (Expand)Author
2017-06-14Remove main() prototype and unused envp argument.anton
2015-12-28remove unused copy argument from addarg()Joerg Jung
2015-12-14Update default MTA reference to smtpd(8). Rectify documentation ofSunil Nimmagadda
2015-10-12surprisingly, this can pledge "stdio rpath exec" right at start. onceTheo de Raadt
2014-10-08simple reallocarray() use; ok dougTheo de Raadt
2007-11-06avoid coredump when ther;s only one token on a line; ok millert@Otto Moerbeek
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2004-07-06Back out rev 1.2 as it doesn't make sense--since we exit on failureTodd C. Miller
2003-03-09As pointed out by Perry, mailwrapper is never invoked directly,Todd C. Miller
2003-03-08Bleah, someone beat me to this but I have some minor chagesTodd C. Miller
2003-03-08fix err/errx uses; andrushock@korovino.netTheo de Raadt
2002-12-20Don't bother free()ing memory when we are just headed for exit().Todd C. Miller
2002-12-09KNFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-08do not free unallocated memory, PR#1989Jakob Schlyter
2000-01-10Place NULL arg on end of argv array only after all other args. mickey@ okimp
2000-01-10extra : in err(); impTheo de Raadt
1999-12-17terminate an arg vector w/ NULLMichael Shalayeff
1999-09-28Proper error output.Hakan Olsson
1999-08-02Fallback to sendmail if /etc/mailer.conf is missing.Jakob Schlyter
1999-08-02IndentationJakob Schlyter
1999-08-02Fix realloc bug.Jakob Schlyter
1999-08-02Integration of mailwrapper (from NetBSD)Jakob Schlyter