aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm
Commit message (Expand)AuthorAgeFilesLines
...
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-205-5/+7
* Remove whitespace at EOL.Dima Dorfman2001-07-152-19/+19
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-3/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* * fix ctm(8) to use mkstemp() instead of tempnam() for tempfileKris Kennaway2001-05-065-7/+64
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-3/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+3
* There is an arbitrary file size limit in ctm of 20MB. By my reckoning,Stephen McKay2001-02-191-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-273-92/+27
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-2/+6
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-131-1/+1
* Change use of perror() to warn()Kris Kennaway2000-08-031-1/+1
* Doubling the size of MAXSIZE because of large delta indigestion.Chuck Robey2000-06-211-1/+1
* Mark "name" as being an argument, so it is formatted correctly.Nik Clayton2000-03-071-1/+1
* Correcting SECURITY warning.Chuck Robey2000-01-292-22/+32
* Fix insecure tempfile handling.Kris Kennaway2000-01-161-5/+18
* |Since I had suffered from partially applied CTM deltas, some time ago,Poul-Henning Kamp2000-01-151-4/+10
* Document the (in)security features of CTM, especially ctm_rmail.Kris Kennaway2000-01-112-24/+51
* Close buffer overflows. This is partially based on an old version ofKris Kennaway2000-01-091-22/+25
* Correct the email address that folk are to bug if they needMark Murray1999-11-291-24/+12
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-301-8/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
* Some man page cleanup. Make the NAME and SYNOPSIS sections agree soMike Pritchard1999-06-241-2/+4
* Use 4 digit year in log file, rather than 2.Daniel O'Callaghan1999-01-191-1/+1
* Paranoia: use mkstemp instead of mktemp.Jacques Vidrine1998-07-271-6/+8
* Spellint fixes.Poul-Henning Kamp1998-06-101-3/+3
* Spelling/typo fix: (proccessed).Robert Nordier1998-04-201-2/+2
* Spelling/typo fixes: (proccessed, og).Robert Nordier1998-04-201-3/+3
* (evil) hackers -> crackersMartin Cracauer1998-04-081-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Delete ctm_scan program. There is no manpage for ctm_scanWolfram Schneider1997-10-123-208/+2
* Use err(3). Use An/Aq for author name.Philippe Charnier1997-09-1711-92/+97
* fix misspellingJohn-Mark Gurney1997-08-301-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2221-21/+21
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1421-21/+21
* Be a little less fatalistic in case of problems.Poul-Henning Kamp1996-12-281-3/+4
* Correct MLINKS, now that I know how it actually works.Stephen McKay1996-12-171-1/+2
* Documented ctm_dequeue and the new feature of ctm_smail that goes with it.Stephen McKay1996-12-152-12/+123
* Simplified. Some fts related bugs removed. Made less verbose. The defaultStephen McKay1996-11-271-121/+91
* Removed unnecessary locking. Simplified. Tidied.Stephen McKay1996-11-271-305/+181
* Don't dump core on zero-size files.Poul-Henning Kamp1996-11-211-2/+2