Age | Commit message (Expand) | Author |
2006-05-13 | delete case for ?; cdp_xe@gmx.net | Theo de Raadt |
2006-04-01 | minor lint cleaning; ok millert | Theo de Raadt |
2006-01-02 | #include <sys/signal.h> not needed | Todd C. Miller |
2005-05-29 | Fix case where input file lacks newline before EOF; Andrey Matveev | Todd C. Miller |
2004-08-08 | spacing | Theo de Raadt |
2004-05-20 | Grammar nit. | Tom Cosgrove |
2003-07-10 | add missing includes | David Krause |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-03 | KNF | Theo de Raadt |
2002-06-02 | minor KNF | Theo de Raadt |
2002-03-27 | 'S' required in OpenBSD (LOCAL_MAILER_FLAGS). From lazy form@. | Mike Pechkin |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Call S_ISLNK with correct variable; Peter Philipp | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-18 | err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert... | Theo de Raadt |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
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 |
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | Todd C. Miller |
2000-03-29 | Xr repair | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
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 |
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 |
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 da... | Theo de Raadt |