summaryrefslogtreecommitdiff
path: root/usr.bin/vacation
AgeCommit message (Expand)Author
2024-08-29fix handling of Return-PathOmar Polo
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-01-21revert previous after complaints from sthen and deraadt;Jason McIntyre
2021-01-21remove an unneccessary escape; from martin vahlensieckJason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-15Reword vacation(1)'s one-line description.Anthony J. Bentley
2014-09-16sendmail -> smtpd;Jason McIntyre
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-04-19match behavior of current sendmail-based vacation: eliminate the concept thatOkan Demirmen
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-11makes source code fit on a 80-column display, no binary change.Igor Sobrado
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-02-27support rfc2919 List-Id, from Tamas TEVESZ, ok millertTheo de Raadt
2007-02-23show flag argumentTheo de Raadt
2007-02-23Ignore trailing space after "Auto-Submitted: no"Todd C. Miller
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZJason McIntyre
2007-02-23add back in character count check by Tamas TEVESZ, though this doesTheo de Raadt
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert,Theo de Raadt
2006-12-13fix a display;Jason McIntyre
2006-08-14Add Auto-Submitted header in generated mail as per RFC 3834.Todd C. Miller
2004-04-05cope with fdopen failure betterTheo de Raadt
2004-03-08knf. there are some scary XXX in here which need fixingTheo de Raadt
2003-08-09Fix off by one in strlcpy() check; Patrick LatifiTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-07I want my vacation to be case nonsensitive in readheaders().Mike Pechkin
2001-11-19kill more registersMike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-08-05Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mPaul Janzen
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
1999-10-17More consistent introduction to options.Aaron Campbell
1999-08-09document "Precedence: list"Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-06-06Once again, fix the spelling of "occurrence" in the documentationPaul Janzen
1999-06-05- remove trailing white spaceAaron Campbell
1999-06-03add support for including the subject of a message being replied toMarco S Hyman
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-02-12Note that vacation can now use the Return-PathMarco S Hyman
1999-02-12parse "Return-Path:" headers in addition to UUCP styleMarco S Hyman
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-08close(fileno()) inside vfork(); cgdTheo de Raadt
1998-02-07o Don't put newlines in syslog() messages and use %m, not strerror()Todd C. Miller