Age | Commit message (Expand) | Author |
2023-06-05 | use getline(3) instead of fgetln(3) | Omar Polo |
2023-05-15 | cast to '(long long)' instead of '(long long int)' | Omar Polo |
2023-05-10 | cast off_t to long long int for printing | Omar Polo |
2020-02-09 | Use sysexits.h exit values to distinguish between tempfail and permfail. | Todd C. Miller |
2020-02-07 | Remove backward compatibility for obsolete -H flag. | Todd C. Miller |
2020-02-02 | Allow mail.local to be run as non-root. | Todd C. Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2015-12-12 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-07-06 | Add support for IPv6 by using getaddrinfo(). Our inetd.conf ships | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-05-26 | sort flags on both the synopsis and usage. | Igor Sobrado |
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 |
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 |
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 |
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | 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 |
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-10-16 | check malloc ret val | Todd C. Miller |
1996-08-30 | use S_IWOTH | 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 | buf oflows, deal with 1777 spool, general DOS attack protection; help from da... | 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 |