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