aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mailwrapper/mailwrapper.c
Commit message (Expand)AuthorAgeFilesLines
* mailwrapper(8): change behaviour if mailer.conf cannot be openedLexi Winter2024-04-191-6/+17
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-181-1/+1
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-4/+2
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-2/+2
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-141-2/+4
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* Revert r326844Baptiste Daroussin2018-01-021-12/+6
* Replace usage of fparselen(3) by a getline(3)Baptiste Daroussin2017-12-141-6/+12
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Allow mailwrapper to use mailer.conf from localbase (respecting LOCALBASE env...Baptiste Daroussin2014-08-261-4/+15
* Sync with OpenBSD:Xin LI2010-03-301-4/+4
* Update NetBSD and OpenBSD SCM tags to match the reality. Note thatXin LI2006-08-071-2/+2
* Cleanups for mailwrapper(8):Xin LI2006-06-061-69/+41
* add FBSDIDPhilippe Charnier2003-07-061-1/+3
* de-__P()Alfred Perlstein2002-07-111-4/+4
* Don't free memory that was never allocated. This fixes a core dump inDima Dorfman2001-08-091-1/+0
* You can't free a string and then use it as the error message toPaul Richards2001-06-041-1/+2
* Do not add progname in err() strings, it will be printed twicePhilippe Charnier2000-05-281-9/+8
* Merge from OpenBSD:Warner Losh2000-01-101-9/+30
* Fix mysterious sendmail coredump on systems where malloc.conf pointed toWarner Losh2000-01-101-2/+4
* Make mailwrapper buildPeter Wemm1999-12-291-2/+3
* Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user'sPeter Wemm1999-12-191-0/+165