summaryrefslogtreecommitdiffstats
path: root/usr.bin/vacation (follow)
Commit message (Expand)AuthorAgeFilesLines
* revert previous after complaints from sthen and deraadt;jmc2021-01-211-2/+2
* remove an unneccessary escape; from martin vahlensieckjmc2021-01-211-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-301-4/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Reword vacation(1)'s one-line description.bentley2014-11-151-3/+3
* sendmail -> smtpd;jmc2014-09-161-3/+3
* unsigned char casts for ctypederaadt2013-11-261-8/+8
* match behavior of current sendmail-based vacation: eliminate the concept thatokan2013-04-192-13/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* makes source code fit on a 80-column display, no binary change.sobrado2009-10-111-3/+4
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-8/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove extra *p tests, from charles longeautedu2007-03-211-7/+7
* support rfc2919 List-Id, from Tamas TEVESZ, ok millertderaadt2007-02-272-3/+17
* show flag argumentderaadt2007-02-231-2/+2
* Ignore trailing space after "Auto-Submitted: no"millert2007-02-231-9/+10
* support for "Auto-Submitted: no" from Tamas TEVESZjmc2007-02-231-11/+25
* add back in character count check by Tamas TEVESZ, though this doesderaadt2007-02-231-3/+3
* support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert,deraadt2007-02-231-8/+22
* fix a display;jmc2006-12-131-3/+2
* Add Auto-Submitted header in generated mail as per RFC 3834.millert2006-08-141-2/+3
* cope with fdopen failure betterderaadt2004-04-051-3/+8
* knf. there are some scary XXX in here which need fixingderaadt2004-03-081-27/+25
* Fix off by one in strlcpy() check; Patrick Latifimillert2003-08-091-5/+5
* mostly ansi cleanup; pval okderaadt2003-06-101-16/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-3/+3
* 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-10/+10
* I want my vacation to be case nonsensitive in readheaders().mpech2002-02-071-5/+11
* kill more registersmpech2001-11-191-9/+9
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mpjanzen2000-08-051-13/+18
* Finish off cleanup usr.bin/ man pages.aaron2000-03-141-17/+25
* More consistent introduction to options.aaron1999-10-171-2/+3
* document "Precedence: list"deraadt1999-08-091-2/+3
* - remove all trailing whitespaceaaron1999-07-091-2/+2
* Once again, fix the spelling of "occurrence" in the documentationpjanzen1999-06-061-2/+2
* - remove trailing white spaceaaron1999-06-051-2/+2
* add support for including the subject of a message being replied tomarc1999-06-032-8/+45
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* Note that vacation can now use the Return-Pathmarc1999-02-121-7/+8
* parse "Return-Path:" headers in addition to UUCP stylemarc1999-02-121-11/+28
* usr.bin/ man page fixes, t-zaaron1998-10-301-4/+4
* close(fileno()) inside vfork(); cgdderaadt1998-07-081-3/+3
* o Don't put newlines in syslog() messages and use %m, not strerror()millert1998-02-071-18/+23
* $OpenBSD$deraadt1997-09-211-2/+1
* syslog(3)deraadt1997-09-201-3/+3