summaryrefslogtreecommitdiff
path: root/usr.bin/mail/names.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-09-16Replace the local getname() and getuserid() functions with callsTodd C. Miller
2015-10-16Modernize allocation by:mmcc
2015-01-20Add support for the "-r fromaddr" flag now that we don't supportTodd C. Miller
2014-12-16Add new "expandaddr" flag (disabled by default) to enable recipientTodd C. Miller
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21fix arg reversal that was introduced during ANSIficationTodd C. Miller
2001-11-21o ANSIfyTodd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2000-08-23repair sendmail options handlingMichael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-03-23When calling sendmail, use "--" to indicate end of command line arguments.Todd C. Miller
1997-11-14NetBSD changes (mostly comsmetic):Todd C. Miller
1997-07-31Another static buffer bytes the dust.Todd C. Miller
1997-07-24tempnam(3) goes bye bye.Todd C. Miller
1997-07-14NOSTR -> NULLTodd C. Miller
1997-07-13bcopy() -> memcpy() and fix some casts.Todd C. Miller
1997-07-13Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.Todd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-11from christos;Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt