summaryrefslogtreecommitdiff
path: root/usr.bin/vacation/vacation.c
AgeCommit message (Collapse)Author
2007-03-21remove extra *p tests, from charles longeauTed Unangst
ok deraadt millert
2007-02-27support rfc2919 List-Id, from Tamas TEVESZ, ok millertTheo de Raadt
2007-02-23Ignore trailing space after "Auto-Submitted: no"Todd C. Miller
Remove an unneeded check for !*p OK deraadt@
2007-02-23add back in character count check by Tamas TEVESZ, though this doesTheo de Raadt
not truly handle trailing whitespace on the line. but that is handled very weakly for other patterns, too.
2007-02-23support for "Auto-Submitted: no" from Tamas TEVESZ; small tweak by millert,Theo de Raadt
ok millert (man page update being done by jmc)
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
rescinded 22 July 1999. Proofed by myself and Theo.
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-07I want my vacation to be case nonsensitive in readheaders().Mike Pechkin
millert@ ok
2001-11-19kill more registersMike Pechkin
millert@ ok
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
at it, do some -Wall fixing.
1999-06-03add support for including the subject of a message being replied toMarco S Hyman
in the reply; OK'd by deraadt@
1999-02-12parse "Return-Path:" headers in addition to UUCP styleMarco S Hyman
"From " lines; remove redundant program name from log messages
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
o If .vacation.db is size 0, dbopen() with O_TRUNC (otherwise vacation will do exit(1) and sendmail will be unhappy. dbopen() should probably deal with zero-length files sanely.
1997-08-06use -- instead; ericTheo de Raadt
1997-07-29oopsTheo de Raadt
1997-07-29Theo really wanted a hole in Allman code. Now he's got one.bitblt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-06vfork w/ exit botchTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt