summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/cmd3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for the "-r fromaddr" flag now that we don't supportmillert2015-01-201-1/+3
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Fixed typo in comment.tobias2009-09-051-3/+3
* elide a little bit later, the final list, after From has beenmartynas2009-07-231-3/+3
* - use strncmp/strncasecmp instead of comparing by charactermartynas2008-07-161-5/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-4/+4
* o kill strcpy()millert2001-11-211-12/+16
* o ANSIfymillert2001-11-211-82/+56
* Major signal overhaul. We no longer longjmp all over the place.millert2001-11-201-8/+13
* More fixes from Don Beusee:millert2001-01-191-4/+4
* Changes from Don Beusee:millert2001-01-161-17/+25
* $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-021-4/+7
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* When incorporating new messages, clear the "new" count before themillert2000-04-251-2/+3
* NetBSD changes (mostly comsmetic):millert1997-11-141-28/+25
* Make istrcpy() take a size (not length) field, now called istrncpy().millert1997-07-301-3/+4
* Fix one possible oflow (not exploitable) and do a wee bit of KNF.millert1997-07-301-12/+13
* NOSTR -> NULLmillert1997-07-141-35/+35
* bcopy() -> memcpy() and fix some casts.millert1997-07-131-16/+16
* Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.millert1997-07-131-46/+46
* overflows aboundderaadt1997-05-301-3/+3
* Use ``mail.local -H'' to do dot locking so we can have mode 755 mailmillert1997-03-291-3/+3
* from christos;deraadt1996-06-111-41/+64
* initial import of NetBSD treederaadt1995-10-181-0/+731