summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark "name" as being an argument, so it is formatted correctly.nik2000-03-071-1/+1
| | | | | PR: docs/16834 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Correcting SECURITY warning.chuckr2000-01-292-22/+32
| | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh
* Fix insecure tempfile handling.kris2000-01-161-5/+18
| | | | Reviewed by: audit@freebsd.org
* |Since I had suffered from partially applied CTM deltas, some time ago,phk2000-01-151-4/+10
| | | | | | | | | |I made ctm ignore deltas for files that match the "after edit" MD5. |(In one case, I had the compiler fill all temporary space while CTM |was editing files.) Submitted by: se Reviewed by: phk
* Document the (in)security features of CTM, especially ctm_rmail.kris2000-01-112-24/+51
|
* Close buffer overflows. This is partially based on an old version ofkris2000-01-091-22/+25
| | | | | | the fix from OpenBSD. Reviewed by: markm
* Correct the email address that folk are to bug if they needmarkm1999-11-291-24/+12
| | | | | | help; also point them in the direction of the source, not PHK (or any other human) if they need to make CTM deltas of their own.
* Remove comments left since mdoc.template time or just useless commentsphantom1999-10-301-8/+2
|
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
|
* Some man page cleanup. Make the NAME and SYNOPSIS sections agree sompp1999-06-241-2/+4
| | | | | | that whatis(1) will produce the expected results. Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
* Use 4 digit year in log file, rather than 2.danny1999-01-191-1/+1
|
* Paranoia: use mkstemp instead of mktemp.nectar1998-07-271-6/+8
| | | | | PR: bin/3211 Reported by: Mark Pritchard <mpp@FreeBSD.ORG>
* Spellint fixes.phk1998-06-101-3/+3
| | | | | | PR: 6903 (not the contrib bits). Reviewed by: phk Submitted by: Josh Gillam <josh@quick.net>
* Spelling/typo fix: (proccessed).rnordier1998-04-201-2/+2
|
* Spelling/typo fixes: (proccessed, og).rnordier1998-04-201-3/+3
|
* (evil) hackers -> crackerscracauer1998-04-081-2/+2
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* Delete ctm_scan program. There is no manpage for ctm_scanwosch1997-10-123-208/+2
| | | | | | and nobody use it. Reviewed by: phk & Richard Wackerbarth
* Use err(3). Use An/Aq for author name.charnier1997-09-1711-92/+97
|
* fix misspellingjmg1997-08-301-2/+2
| | | | | | Submitted-by: Josh Gilliam Closes PR:4424
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-2221-21/+21
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-3/+3
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1421-21/+21
| | | | | | | | 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.
* Be a little less fatalistic in case of problems.phk1996-12-281-3/+4
| | | | | Reviewed by: phk Submitted by: wosch
* Correct MLINKS, now that I know how it actually works.mckay1996-12-171-1/+2
|
* Documented ctm_dequeue and the new feature of ctm_smail that goes with it.mckay1996-12-152-12/+123
| | | | Expanded the ctm_rmail example usage section.
* Simplified. Some fts related bugs removed. Made less verbose. The defaultmckay1996-11-271-121/+91
| | | | | | number of mail messages sent per run was lowered from 2 to 1. Why? Well, some numbers just give you the warm fuzzies, like zero and one. Zero isn't much use here, so I picked my all time favourite, one.
* Removed unnecessary locking. Simplified. Tidied.mckay1996-11-271-305/+181
|
* Don't dump core on zero-size files.phk1996-11-211-2/+2
|
* Latest reality.phk1996-11-206-6/+10
|
* Make the case where there is no changes look less fatal.phk1996-11-172-1/+6
|
* Check bogus and ignore against the relative name, not the absolute.phk1996-11-161-16/+18
|
* Improve mkctm.c so we can use it, and start using it.phk1996-11-164-335/+173
| | | | | | This should help quite a bit on the load. Notice that some minor changes in config files will be needed. Contact me for details.
* fix .Xr macrowosch1996-09-211-2/+2
|
* aarghh! what is it with this CVSROOT/val-tags regexp anyway? howpeter1996-09-192-2/+2
| | | | many times do I have to do this to get it right? :-]
* Add dequeue script for the record.peter1996-09-071-0/+6
|
* make it slightly less verbose while creating queue entries..peter1996-09-071-3/+9
|
* make the "-l logfile" option actually do something..peter1996-09-071-1/+4
|
* After queueing deltas, send out an initial two mails since that will coverpeter1996-09-071-0/+3
| | | | 99.9% of the cases at with out delay as before.
* fts_children() returns NULL if there are no files. If there was a failurepeter1996-09-071-3/+6
| | | | then errno != 0.
* - resync with configs running on freefallpeter1996-09-077-12/+33
| | | | | | | | | | | - add ctm_conf.gnats from freefall - add support for doing both the immediate mailout and the queued mailout. - use "sendmail -odq -t" rather than "sendamil -t" to make it queue to the mailqueue rather than immediately begin transmission. This allows us to take advantage of our ordered dequeueing system without blowing WC's T1 to hell with a 50 part mailout in parallel. - bump the max ctm size from 3MB to 10MB.... This is mainly for the fast list.
* Some new options, useful for restoring single files or subtrees from thephk1996-08-309-83/+562
| | | | | | deltas. Submitted by: A JOSEPH KOSHY <koshy@fakir.india.hp.com>
* Add some explanation on TMPDIR.phk1996-07-241-1/+11
| | | | Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
* Small changes so that this actually stands a chance of doing thegpalmer1996-07-121-2/+11
| | | | right thing...
* Add ctm_dequeue to the SUBDIR list now that I've checked that itgpalmer1996-07-011-1/+2
| | | | compiles cleanly on 2.2
* Add a facility for a ``slow'' CTM delta queue, allowing `x' numbergpalmer1996-07-013-4/+497
| | | | | | | | | | | | | | of delta's to be mailed out every hour (or however often you schedule the cron job). ctm_dequeue is the cron job which takes the stuff from the queue directory and punts it into sendmail. The chunks of the deltas (and the complete deltas if they are that small) are sorted into order before being dispatched, so the people subscribing should still get the bits in the right order. The changes to ctm_smail should be fairly safe as they won't be activated unless you go for the new queue directory option.
* update SEE ALSO sectionwosch1996-05-273-7/+8
|
* Commit the right version of mkCTM, <:-)phk1996-05-142-35/+164
| | | | Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
OpenPOWER on IntegriCloud