Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -39/+38 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -2/+2 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -24/+48 |
| | |||||
* | Make the example "too large" message in the manual match the updated one | mckay | 2003-07-25 | 1 | -1/+1 |
| | | | | actually sent by ctm_smail since rev 1.13. | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
| | |||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -7/+12 |
| | |||||
* | The mode of files created by ctm_rmail was always 0600, even if the | iedowse | 2002-01-22 | 1 | -0/+6 |
| | | | | | | | | | umask was less restrictive. This was caused by the use of mkstemp() which internally passes a mode of 0600 to open(). Fix this by explicitly chmod'ing the files to (0666 & ~umask). PR: bin/16119 Submitted by: Sascha Blank <blank@uni-trier.de> | ||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -2/+2 |
| | |||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -5/+7 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | * fix ctm(8) to use mkstemp() instead of tempnam() for tempfile | kris | 2001-05-06 | 3 | -3/+10 |
| | | | | | | | | | | | | | creation. * Tag the internal err() function with __printflike to allow checking for non-constant format string arguments (none exist) * Use fmtcheck() to sanitize the tar command obtained via -t to make sure it doesn't contain extraneous format operators. Reviewed by: mikeh MFC after: 1 week | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -0/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -2/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -2/+6 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+1 |
| | |||||
* | Complete migration of aliases file to /etc/mail/aliases. | gshapiro | 2000-08-13 | 1 | -1/+1 |
| | | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well. | ||||
* | Correcting SECURITY warning. | chuckr | 2000-01-29 | 1 | -11/+16 |
| | | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh | ||||
* | Document the (in)security features of CTM, especially ctm_rmail. | kris | 2000-01-11 | 1 | -23/+24 |
| | |||||
* | Close buffer overflows. This is partially based on an old version of | kris | 2000-01-09 | 1 | -22/+25 |
| | | | | | | the fix from OpenBSD. Reviewed by: markm | ||||
* | Remove comments left since mdoc.template time or just useless comments | phantom | 1999-10-30 | 1 | -8/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Some man page cleanup. Make the NAME and SYNOPSIS sections agree so | mpp | 1999-06-24 | 1 | -2/+4 |
| | | | | | | that whatis(1) will produce the expected results. Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc | ||||
* | Paranoia: use mkstemp instead of mktemp. | nectar | 1998-07-27 | 1 | -6/+8 |
| | | | | | PR: bin/3211 Reported by: Mark Pritchard <mpp@FreeBSD.ORG> | ||||
* | (evil) hackers -> crackers | cracauer | 1998-04-08 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Use err(3). Use An/Aq for author name. | charnier | 1997-09-17 | 1 | -2/+2 |
| | |||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4424 | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Correct MLINKS, now that I know how it actually works. | mckay | 1996-12-17 | 1 | -1/+2 |
| | |||||
* | Documented ctm_dequeue and the new feature of ctm_smail that goes with it. | mckay | 1996-12-15 | 2 | -12/+123 |
| | | | | Expanded the ctm_rmail example usage section. | ||||
* | update SEE ALSO section | wosch | 1996-05-27 | 1 | -2/+2 |
| | |||||
* | Support for "-u" which sets the timestamp from the delta on the file. | phk | 1996-04-29 | 2 | -3/+13 |
| | | | | | | | | Intended for sup mirrors etc. Not well tested yet. Reviewed by: phk Submitted by: Giles Lean <giles@nemeton.com.au> Submitted by: John Hay <jhay@mikom.csir.co.za> | ||||
* | typo in my last commit. | phk | 1995-12-26 | 1 | -1/+1 |
| | |||||
* | A trivial enhancement to ctm_rmail to support the -v option and pass it | peter | 1995-12-26 | 2 | -4/+14 |
| | | | | through to cvs when unpacking the delta.. (I read the output.. :-) | ||||
* | Remove all trailing white space on the lines. | phk | 1995-12-25 | 1 | -1/+9 |
| | | | | Suggested by: Phil Taylor <phil@zipmail.co.uk> | ||||
* | Remove -g from CFLAGS. | bde | 1995-07-12 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -3/+3 |
| | |||||
* | Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly. | phk | 1995-03-19 | 1 | -1/+1 |
| | |||||
* | (Not tested yet. I may insist that ctm be invoked with absolute path. /phk) | phk | 1995-02-25 | 3 | -62/+278 |
| | | | | | | | | | | | | | | | This patch fixes the concurrency problem, and adds a possibly useful -f switch (which you can read about in the man page :-) ). It also removes the absolute path from the invocation of ctm. I'll write a note about how to use a script with sendmail and procmail or some such, and people can fix their PATH there. BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail directory. Stephen. Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au> | ||||
* | I (phk) blundered with the last change. Make it right & better now. | phk | 1995-02-24 | 1 | -1/+1 |
| | | | | | Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za> | ||||
* | Make us a little safer, by writing to a tempfile, and rename when done. | phk | 1995-02-23 | 1 | -4/+14 |
| | | | | Still needs more locking I belive. | ||||
* | Use absolute path for the "ctm" program. | phk | 1995-02-20 | 1 | -1/+2 |
| | |||||
* | Various nitpicking from Stephen. | phk | 1995-02-15 | 3 | -8/+5 |
| | | | | | Reviewed by: phk Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au> |