summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Update to current reality.phk1996-05-095-7/+482
| | | | mkctm.c can replace the guts of mkCTM if anybody feels like it...
* Support for "-u" which sets the timestamp from the delta on the file.phk1996-04-297-12/+112
| | | | | | | | 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>
* Updated howmany() to be once again identical with the namespace-pollutingbde1996-03-191-1/+1
| | | | one in <sys/types.h>. Lite2 changed the white space in the latter.
* Updated format strings to match Lite2's fixed-width type changes.bde1996-03-191-3/+3
| | | | | | uids and gids aren't unreasonably long any more, so we get to change all the format strings that were fixed to use %lu back to %u.
* Add support for local modifications to the tree, by using FOO.ctm insteadphk1996-02-058-50/+144
| | | | | | of FOO if present. Various other tweaks. Submitted by: Christian Haury <Christian.Haury@sagem.fr>
* ctm(5) has been written, so remove comment about it not existing. :)nate1996-01-311-2/+1
|
* typo in my last commit.phk1995-12-261-1/+1
|
* A trivial enhancement to ctm_rmail to support the -v option and pass itpeter1995-12-262-4/+14
| | | | through to cvs when unpacking the delta.. (I read the output.. :-)
* Remove all trailing white space on the lines.phk1995-12-251-1/+9
| | | | Suggested by: Phil Taylor <phil@zipmail.co.uk>
* Fix a core-dump.phk1995-11-101-2/+4
| | | | Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
* Forgot this one in the MD5 reshuffle.phk1995-07-131-3/+3
| | | | Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
* Remove -g from CFLAGS.bde1995-07-123-5/+5
|
* Fix to match new MD5 api. Faster, fixes memory leak.phk1995-07-123-12/+15
|
* Remove trailing whitespace.rgrimes1995-05-3011-54/+54
|
* Check for i/o errors in fclose() so that a full disk doesn't almostbde1995-04-161-7/+18
| | | | guarantee truncation of the file being edited.
* The latest round of bugfixes here...phk1995-03-292-11/+19
|
* Fixed a bug so that a delta#0 can be applied.phk1995-03-264-24/+33
| | | | | | Fixed a typo in the generation of temp filenames. "Blame" Joerg for the man-pages (and clarify a couple of minor points). Most appreceiated Joerg!
* Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (asjoerg1995-03-251-3/+3
| | | | | | | | | opposed to 0644 or 0755). It's finally still masked by the process' umask(2), and it does not make sense to restrict it further than that. This (especially for mkdir(2)) was causing major headaches for the CVS tree, since a member of group cvs was later not able to get cvs checkout permission for the mirrored tree failed to write the lock file).
* Added a man page for the ctm(1) command, as well as a format descriptionjoerg1995-03-253-2/+355
| | | | | | for the CTM deltas. Largely based on Poul-Henning's README, and the source code.
* Make sure exit() is sensible;phk1995-03-241-2/+7
|
* Modes on dirs were decimal by mistake.phk1995-03-241-2/+2
| | | | Submitted by: joerg
* Make extra arguments be subdirs to go through.phk1995-03-191-2/+11
|
* Finally applying my own fix. :-)joerg1995-03-191-5/+7
| | | | | | | | | | >Description: ctm(1) sometimes did not free up all used resources (open pipes and processes, heap memory). This happened whenever one of the passes ended prematurely, and it became very apparent when running it on a bunch of already applied deltas, resulting in a ``gunzip: resource temporarily unavailable'' due to the maxproc # exhausted.
* Add a missing "\" in a printf before the "n".roberto1995-03-191-2/+2
|
* Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.phk1995-03-191-1/+1
|
* Look at the .ctm_status file and ignores all patches already applied.phk1995-03-044-13/+37
| | | | | Reviewed by: phk Submitted by: J Wunsch <j@uriah.heep.sax.de>
* Added lock-files, so we should know if the machine panic'ed in the middlephk1995-02-281-1/+23
| | | | of an "apply".
* Latest updates to this.phk1995-02-272-11/+20
|
OpenPOWER on IntegriCloud