summaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmd3.c
AgeCommit message (Expand)Author
2017-11-09Only open regular files.christos
2014-12-16Fix various security related issues:christos
2012-04-29set close on exec for all opened files.christos
2009-04-11- magic fix for short fileschristos
2009-04-10From Anon Ymous:christos
2007-10-30From Anon Ymous: Make this compile without MIME_SUPPORT.christos
2007-10-30From Anon Ymous:christos
2007-10-29From Anon Ymous:christos
2007-10-27From Anon Ymous:christos
2007-10-23From Anon Ymous:christos
2007-06-05Add RCSID's to help files and centralize the function to cat the help files.christos
2006-11-28From Anon Ymous:christos
2006-10-31More fixes from Anon Ymous:christos
2006-10-21From our anonymous user:christos
2006-09-19s/ReplyFrom/ReplyAsRecipient/ from our anonymous user.christos
2006-09-18Jumbo mail patch from our anonymous user:christos
2006-03-03PR/32964: Johan Veenhuizen: implement the unalias commandchristos
2005-07-19Pass lint completely.christos
2005-07-19WARNS=3christos
2003-11-10Simplify set(). No functional change.ross
2003-11-10Refix last delta's string copying editsross
2003-10-31Defensively rewrite a string moving loop.ross
2003-10-29Fix the broken "!" escape and "shell" (&-prompt) commands. These problemsross
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-29bring in fixes from OpenBSD:christos
2002-08-12calloc() arg mistake. it's (nelem, size). from openbsditojun
2002-03-29only count header lines that are actually going to be displayedross
2002-03-05Use warn() instead of perror().wiz
2002-03-05KNF: No space after casts.wiz
2002-03-04Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE)wiz
2002-03-04Don't use special null string pointer (NOSTR), just use NULL.wiz
2002-03-02Rename variables to avoid shadowing.wiz
2002-03-02ANSIfy, and minimal KNF.wiz
1999-02-09fixes for PR 3886, 4719, 5424dean
1998-10-08Get rid of commons.wsanchez
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>lukem
1997-07-09update printf formats to match type of line countsmikel
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1996-12-28Sync with 4.4BSD-Lite2tls
1996-06-08- Fix PR/105: Implement dot locking protocol and check return value of flock.christos
1994-06-294.4-lite, plus our modsderaadt
1994-05-22cfree() is obsolete, use free()jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd