Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-08-16 | /etc/sendmail.cf -> /etc/mail/sendmail.cf | Brad Smith | |
-- PR# 1364, From: sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | Todd C. Miller | |
way the From line escaping gets done correctly even for really long lines. | |||
2000-03-29 | Xr repair | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-01-11 | Correct documentation on how mail.local does its locking. | Constantine Sapuntzakis | |
1998-08-17 | As prommised, mail.local is no longer setuid. | Todd C. Miller | |
1998-08-15 | go back to using mktemp, not mkstemp in baditem(); theo | Todd C. Miller | |
1998-08-15 | Break out locking code into its own file so it can be shared with lockspool. | Todd C. Miller | |
Call lockspool when invoked with -H flag for backward compatibility. | |||
1998-05-18 | readlink(path, buf, sizeof buf-1). Never forget that -1. | Theo de Raadt | |
1998-02-24 | Xr biff 1 | Todd C. Miller | |
1998-02-24 | 1) Mode X's for mkstemp | Todd C. Miller | |
2) Document problems with using quotas on /var/mail and tell how to make sendmail do the right thing. | |||
1998-02-06 | Grammar and clarifications. | gene | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-08-13 | a little extra paranoia | dm | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-03-29 | Make ``mail.local -H'' explicately indicate when the lock fails or succeeds. | Todd C. Miller | |
1997-03-28 | "mail.local -H" is valid usage. | Todd C. Miller | |
1997-02-12 | fix option argument parsing, nirva@ishiboo.com | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-24 | comment on why this mktemp use is safe | Theo de Raadt | |
1996-12-05 | typo | Theo de Raadt | |
1996-10-16 | check malloc ret val | Todd C. Miller | |
1996-08-30 | use S_IWOTH | Theo de Raadt | |
1996-08-29 | more signals please | Theo de Raadt | |
1996-08-29 | first cut at -H; to be used mailers to grab locks in 755 spool direectories | Theo de Raadt | |
1996-08-29 | talk about quotas on spool filesystems (untested idea) | Theo de Raadt | |
1996-08-29 | buf oflows, deal with 1777 spool, general DOS attack protection; help from ↵ | Theo de Raadt | |
david mazieres | |||
1996-08-29 | buf oflows, deal with 1777 spool, general DOS attack protection | Theo de Raadt | |
1996-08-27 | Fix race condition. | dm | |
1996-08-27 | Use lockfiles by default, rather than fcntl. | dm | |
1996-07-19 | race thee no more; fix from travis@evtech.com with some additional stuff from me | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |