summaryrefslogtreecommitdiffstats
path: root/usr.bin/vacation
AgeCommit message (Expand)AuthorFilesLines
2021-01-21revert previous after complaints from sthen and deraadt;jmc1-2/+2
2021-01-21remove an unneccessary escape; from martin vahlensieckjmc1-4/+4
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-3/+3
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc1-4/+4
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt1-3/+3
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-3/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+1
2014-11-15Reword vacation(1)'s one-line description.bentley1-3/+3
2014-09-16sendmail -> smtpd;jmc1-3/+3
2013-11-26unsigned char casts for ctypederaadt1-8/+8
2013-04-19match behavior of current sendmail-based vacation: eliminate the concept thatokan2-13/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2009-10-11makes source code fit on a 80-column display, no binary change.sobrado1-3/+4
2007-09-11use strcspn to properly overwrite '\n' in fgets returned buffergilles1-8/+5
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-21remove extra *p tests, from charles longeautedu1-7/+7
2007-02-27support rfc2919 List-Id, from Tamas TEVESZ, ok millertderaadt2-3/+17
2007-02-23show flag argumentderaadt1-2/+2
2007-02-23Ignore trailing space after "Auto-Submitted: no"millert1-9/+10
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZjmc1-11/+25
2007-02-23add back in character count check by Tamas TEVESZ, though this doesderaadt1-3/+3
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert,deraadt1-8/+22
2006-12-13fix a display;jmc1-3/+2
2006-08-14Add Auto-Submitted header in generated mail as per RFC 3834.millert1-2/+3
2004-04-05cope with fdopen failure betterderaadt1-3/+8
2004-03-08knf. there are some scary XXX in here which need fixingderaadt1-27/+25
2003-08-09Fix off by one in strlcpy() check; Patrick Latifimillert1-5/+5
2003-06-10mostly ansi cleanup; pval okderaadt1-16/+11
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt1-3/+3
2002-02-16Part 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.millert1-10/+10
2002-02-07I want my vacation to be case nonsensitive in readheaders().mpech1-5/+11
2001-11-19kill more registersmpech1-9/+9
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduderaadt1-3/+3
2000-08-05Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mpjanzen1-13/+18
2000-03-14Finish off cleanup usr.bin/ man pages.aaron1-17/+25
1999-10-17More consistent introduction to options.aaron1-2/+3
1999-08-09document "Precedence: list"deraadt1-2/+3
1999-07-09- remove all trailing whitespaceaaron1-2/+2
1999-06-06Once again, fix the spelling of "occurrence" in the documentationpjanzen1-2/+2
1999-06-05- remove trailing white spaceaaron1-2/+2
1999-06-03add support for including the subject of a message being replied tomarc2-8/+45
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex1-3/+3
1999-02-12Note that vacation can now use the Return-Pathmarc1-7/+8
1999-02-12parse "Return-Path:" headers in addition to UUCP stylemarc1-11/+28
1998-10-30usr.bin/ man page fixes, t-zaaron1-4/+4
1998-07-08close(fileno()) inside vfork(); cgdderaadt1-3/+3
1998-02-07o Don't put newlines in syslog() messages and use %m, not strerror()millert1-18/+23
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-20syslog(3)deraadt1-3/+3