summaryrefslogtreecommitdiffstats
path: root/usr.bin/vacation/vacation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* 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
* unsigned char casts for ctypederaadt2013-11-261-8/+8
* match behavior of current sendmail-based vacation: eliminate the concept thatokan2013-04-191-3/+3
* 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
* remove extra *p tests, from charles longeautedu2007-03-211-7/+7
* support rfc2919 List-Id, from Tamas TEVESZ, ok millertderaadt2007-02-271-2/+12
* Ignore trailing space after "Auto-Submitted: no"millert2007-02-231-9/+10
* 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
* 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-031-7/+3
* 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
* add support for including the subject of a message being replied tomarc1999-06-031-7/+36
* parse "Return-Path:" headers in addition to UUCP stylemarc1999-02-121-11/+28
* 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
* use -- instead; ericderaadt1997-08-061-4/+4
* oopsderaadt1997-07-291-3/+3
* Theo really wanted a hole in Allman code. Now he's got one.bitblt1997-07-291-3/+4
* r?index -> strr?chrmillert1997-01-171-7/+7
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* vfork w/ exit botchderaadt1996-12-061-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+443