summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper/mailwrapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove main() prototype and unused envp argument.anton2017-06-141-6/+4
* remove unused copy argument from addarg()jung2015-12-281-12/+9
* Update default MTA reference to smtpd(8). Rectify documentation ofsunil2015-12-141-2/+2
* surprisingly, this can pledge "stdio rpath exec" right at start. oncederaadt2015-10-121-2/+10
* simple reallocarray() use; ok dougderaadt2014-10-081-2/+2
* avoid coredump when ther;s only one token on a line; ok millert@otto2007-11-061-2/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Back out rev 1.2 as it doesn't make sense--since we exit on failuremillert2004-07-061-12/+3
* As pointed out by Perry, mailwrapper is never invoked directly,millert2003-03-091-3/+8
* Bleah, someone beat me to this but I have some minor chagesmillert2003-03-081-3/+3
* fix err/errx uses; andrushock@korovino.netderaadt2003-03-081-11/+10
* Don't bother free()ing memory when we are just headed for exit().millert2002-12-201-17/+1
* KNFderaadt2002-12-091-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.millert2002-02-161-5/+5
* do not free unallocated memory, PR#1989jakob2001-08-081-2/+1
* Place NULL arg on end of argv array only after all other args. mickey@ okimp2000-01-101-3/+4
* extra : in err(); impderaadt2000-01-101-2/+2
* terminate an arg vector w/ NULLmickey1999-12-171-1/+3
* Proper error output.ho1999-09-281-2/+2
* Fallback to sendmail if /etc/mailer.conf is missing.jakob1999-08-021-3/+14
* Indentationjakob1999-08-021-12/+12
* Fix realloc bug.jakob1999-08-021-4/+13
* Integration of mailwrapper (from NetBSD)jakob1999-08-021-0/+166