summaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_rmail/ctm_rmail.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CTM from 13-CURRENT after the release of FreeBSD-12.0.Stefan Eßer2018-12-151-672/+0
* The mode of files created by ctm_rmail was always 0600, even if theIan Dowse2002-01-221-0/+6
* * fix ctm(8) to use mkstemp() instead of tempnam() for tempfileKris Kennaway2001-05-061-1/+1
* Close buffer overflows. This is partially based on an old version ofKris Kennaway2000-01-091-22/+25
* Paranoia: use mkstemp instead of mktemp.Jacques Vidrine1998-07-271-6/+8
* Support for "-u" which sets the timestamp from the delta on the file.Poul-Henning Kamp1996-04-291-2/+5
* typo in my last commit.Poul-Henning Kamp1995-12-261-1/+1
* A trivial enhancement to ctm_rmail to support the -v option and pass itPeter Wemm1995-12-261-1/+4
* Remove all trailing white space on the lines.Poul-Henning Kamp1995-12-251-1/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.Poul-Henning Kamp1995-03-191-1/+1
* (Not tested yet. I may insist that ctm be invoked with absolute path. /phk)Poul-Henning Kamp1995-02-251-47/+192
* I (phk) blundered with the last change. Make it right & better now.Poul-Henning Kamp1995-02-241-1/+1
* Make us a little safer, by writing to a tempfile, and rename when done.Poul-Henning Kamp1995-02-231-4/+14
* Use absolute path for the "ctm" program.Poul-Henning Kamp1995-02-201-1/+2
* Various nitpicking from Stephen.Poul-Henning Kamp1995-02-151-4/+2
* Clean up some details, to make it clear to gcc that we do not try to doPoul-Henning Kamp1995-02-101-17/+24
* CTM email tools.Poul-Henning Kamp1995-01-311-0/+486