]>
git.ipfire.org Git - thirdparty/HylaFAX.git/log
Lee Howard [Fri, 5 Aug 2005 22:03:27 +0000 (22:03 +0000)]
Bug 513: fix some notification errors in notify, especially when dealing with
conversion errors
Tim Rice [Fri, 5 Aug 2005 19:08:14 +0000 (19:08 +0000)]
Fix for platforms that do not have stdint.h
Tim Rice [Wed, 3 Aug 2005 17:11:30 +0000 (17:11 +0000)]
Labels in destructors are not portable. OK Lee.
Lee Howard [Wed, 3 Aug 2005 16:48:38 +0000 (16:48 +0000)]
Add "#include <stdint.h>" for intptr
Tim Rice [Wed, 3 Aug 2005 04:17:46 +0000 (04:17 +0000)]
add intptr_t if system doesn't have it.
Lee Howard [Tue, 2 Aug 2005 20:50:42 +0000 (20:50 +0000)]
Bug 676: fix features problem with PAM authentication
Darren Nickerson [Mon, 1 Aug 2005 13:11:30 +0000 (13:11 +0000)]
Fourth beta release of 4.2.2
Lee Howard [Sat, 30 Jul 2005 16:46:43 +0000 (16:46 +0000)]
Bug 507: fix timeout hang in nested while loop
Lee Howard [Sat, 30 Jul 2005 01:14:55 +0000 (01:14 +0000)]
Bug 674: fix lots of compiler warnings
Lee Howard [Sat, 30 Jul 2005 01:04:32 +0000 (01:04 +0000)]
Bug 671: don't use va_copy as it's not portable
this approach uses vsnprintf instead
Lee Howard [Sat, 30 Jul 2005 00:35:49 +0000 (00:35 +0000)]
Bug 232: fix potential faxgetty hang in endBlock()
Lee Howard [Sat, 30 Jul 2005 00:03:49 +0000 (00:03 +0000)]
Bug 224: for now, don't save partial JBIG pages as it leads to a corrupt TIFF
Lee Howard [Fri, 29 Jul 2005 23:23:08 +0000 (23:23 +0000)]
Bug 118: release the destination for future calls when all jobs in a batch
fail to prepare properly
Lee Howard [Thu, 28 Jul 2005 22:24:28 +0000 (22:24 +0000)]
Bug 224: fix and improve upon the missing DNL/NEWLEN situation
Lee Howard [Tue, 26 Jul 2005 21:07:19 +0000 (21:07 +0000)]
Bug 118: fix batching to properly release modems
Lee Howard [Tue, 26 Jul 2005 16:45:25 +0000 (16:45 +0000)]
Bug 123: disable priority scheduling for Mac OS X 10.4 for build compatibility
Lee Howard [Tue, 26 Jul 2005 00:04:34 +0000 (00:04 +0000)]
Bug 671: fix crash with 'sendfax -vv' and remove deprecated cuserid()
Lee Howard [Mon, 25 Jul 2005 23:45:19 +0000 (23:45 +0000)]
Bug 670: fix some documentation due to batching feature
Lee Howard [Mon, 25 Jul 2005 22:43:00 +0000 (22:43 +0000)]
Bug 673: fix warning of unused oiFlow declaration
Lee Howard [Mon, 25 Jul 2005 22:16:33 +0000 (22:16 +0000)]
Bug 118: fix race condition for scheduled batch send coordination
Lee Howard [Mon, 25 Jul 2005 21:54:25 +0000 (21:54 +0000)]
Bug 224: fix some situations with JBIG/JPEG format where the length merker
was corrupted or incorrect or missing
Darren Nickerson [Mon, 25 Jul 2005 15:04:57 +0000 (15:04 +0000)]
Quick re-beta to fix scheduler.
Lee Howard [Fri, 22 Jul 2005 21:47:15 +0000 (21:47 +0000)]
Bug 667: missed this file in the patch
Lee Howard [Thu, 21 Jul 2005 21:50:25 +0000 (21:50 +0000)]
Bug 667: fix a potential stalled run queue due to the earlier throttle change
Lee Howard [Thu, 21 Jul 2005 20:46:23 +0000 (20:46 +0000)]
Bug 507: a needed timeout setting was missed. This fixes that.
Darren Nickerson [Thu, 21 Jul 2005 02:13:50 +0000 (02:13 +0000)]
Incrementing to beta2.
Lee Howard [Tue, 19 Jul 2005 19:09:05 +0000 (19:09 +0000)]
The grep for a list of config files was catching wrong templates because
"CLASS1" was catching "CLASS1.0" instances. So I'm adding the delimiter
to the grep. "CLASS1:" will not match "CLASS1.0:".
Lee Howard [Mon, 18 Jul 2005 19:02:49 +0000 (19:02 +0000)]
Bug 599: fix eval statement where $1 may contain non-alphanumeric characters
Lee Howard [Sat, 16 Jul 2005 21:47:43 +0000 (21:47 +0000)]
Bug 669: help some modems from reporting ERROR incorrectly
Lee Howard [Fri, 15 Jul 2005 16:43:19 +0000 (16:43 +0000)]
Bug 667: correct the return status of jobs in a batch when an abort occurs
Lee Howard [Thu, 14 Jul 2005 16:23:31 +0000 (16:23 +0000)]
Bug 319: count PDF pages when marked by "/Type/Page" (without whitespace)
Lee Howard [Wed, 13 Jul 2005 17:56:22 +0000 (17:56 +0000)]
Bug 667: fix job blocking handling, especially dealing with batches
keeps low priority jobs from blocking higher-priority jobs
removes blocking when a job to the destination is not in process
keeps batching from ignoring MaxConcurrentCalls on retries
Lee Howard [Wed, 13 Jul 2005 17:51:56 +0000 (17:51 +0000)]
Bug 667/668: update the job.pid entry on batched jobs when the send program starts
Lee Howard [Mon, 11 Jul 2005 15:57:42 +0000 (15:57 +0000)]
Bug 667: cap MaxBatchJobs at 64, default to 64
fix error with abortion of a lead batched job causing all jobs to abort
fix list corruption from occurring when job preparation fails with batched jobs
throttle runScheduler from running no more than once per second
remove disclaimer regarding batching support
Lee Howard [Mon, 11 Jul 2005 15:14:05 +0000 (15:14 +0000)]
Bug 232: don't overwrite ECM frame data with corrupt frames
Lee Howard [Sat, 9 Jul 2005 00:05:20 +0000 (00:05 +0000)]
install config/conexant-1.0
Lee Howard [Fri, 8 Jul 2005 23:24:15 +0000 (23:24 +0000)]
need to escape the dash, just like in the other instances
Lee Howard [Thu, 7 Jul 2005 21:47:41 +0000 (21:47 +0000)]
Bug 557: morePages is false at the end of a document even when there are
more documents - don't be fooled by this
Aidan Van Dyk [Tue, 5 Jul 2005 17:28:02 +0000 (17:28 +0000)]
Bug 667:
Temporarily disable batching, until we can properly get it fixed
Add Documentation for MaxBatchJobs (currently missing)
Lee Howard [Tue, 5 Jul 2005 16:05:10 +0000 (16:05 +0000)]
Bug 666: document the changes
Aidan Van Dyk [Mon, 4 Jul 2005 19:52:38 +0000 (19:52 +0000)]
Bug 666:
This patch does 2 things:
1) pulls the destJobs[].done/unblocking code out of setDead(job), into a
separate function (called removeDestInfoJob(job), so it can be re-used later
2) Uses that new function in suspendJob(job) to make sure that the job is
removed from any destination list.
Lee Howard [Tue, 28 Jun 2005 15:08:57 +0000 (15:08 +0000)]
Bug 664: initialize npages in pagesend before recording in xferfaxlog
Lee Howard [Wed, 22 Jun 2005 15:51:02 +0000 (15:51 +0000)]
Document 'sendfax -S tsi' option from Bug 600.
Lee Howard [Tue, 21 Jun 2005 23:28:18 +0000 (23:28 +0000)]
Bug 77: improve EOT detection within the prologue
Aidan Van Dyk [Mon, 20 Jun 2005 19:40:46 +0000 (19:40 +0000)]
Bug 661 CallID integration needs some fixin'
resize(0) == no elements
resize(1) = ellement[0]
Aidan Van Dyk [Mon, 20 Jun 2005 19:39:42 +0000 (19:39 +0000)]
Bug 661 CallID integration needs some fixin'
Fix copy-paste error s/Str/CallID/
Lee Howard [Wed, 15 Jun 2005 20:31:20 +0000 (20:31 +0000)]
Bug 566: close pipes when were done with them
Lee Howard [Wed, 15 Jun 2005 17:56:47 +0000 (17:56 +0000)]
Bug 282: add Class1SwitchingCmd before sending prologue frames
Lee Howard [Tue, 14 Jun 2005 17:14:59 +0000 (17:14 +0000)]
update configure to support AIX 5 and utmp
Lee Howard [Wed, 8 Jun 2005 23:30:04 +0000 (23:30 +0000)]
Bug 232: handle CRP as PPS
Lee Howard [Wed, 8 Jun 2005 22:18:34 +0000 (22:18 +0000)]
Bug 660: don't run recvResetPage when recvStartPage has not been run previously
Lee Howard [Wed, 8 Jun 2005 20:02:44 +0000 (20:02 +0000)]
Bug 638: increase timeout from 3.9 to 4.1 seconds for
Class1RMPersistence: 0 settings.
Lee Howard [Tue, 7 Jun 2005 20:44:02 +0000 (20:44 +0000)]
symbolic links need to be updated/refresed during 'make install'...
especially when the versioning changes
Lee Howard [Mon, 6 Jun 2005 19:24:02 +0000 (19:24 +0000)]
update
Lee Howard [Mon, 6 Jun 2005 18:54:24 +0000 (18:54 +0000)]
update per Bug 659
Lee Howard [Mon, 6 Jun 2005 18:49:20 +0000 (18:49 +0000)]
Bug 659: extend PAM support to OpenPAM
Lee Howard [Mon, 6 Jun 2005 18:39:24 +0000 (18:39 +0000)]
Bug 657: don't save null data pages when in non-ECM the data carrier
cannot be detected
Darren Nickerson [Thu, 2 Jun 2005 19:21:39 +0000 (19:21 +0000)]
HylaFAX-4.2.2beta1 is born.
Lee Howard [Wed, 1 Jun 2005 22:31:07 +0000 (22:31 +0000)]
Bug 232: send PPR instead of DCN when a zero frame block is received
Aidan Van Dyk [Mon, 30 May 2005 19:33:37 +0000 (19:33 +0000)]
Don't stop processing CallID parameters on the 1st "empty" paramter.
Lee Howard [Mon, 30 May 2005 19:18:18 +0000 (19:18 +0000)]
Bug 658: fix redirection of stderr in mail generation scripts
Tim Rice [Mon, 30 May 2005 14:52:25 +0000 (14:52 +0000)]
[faxd/FaxRecv.c++ faxd/NSF.c++ faxd/faxGettyApp.c++ faxd/faxQueueApp.c++
faxd/CopyQuality.c++ faxd/ClassModem.c++ faxd/FaxAcctInfo.c++ hfaxd/FIFO.c++
util/CallID.h util/CallID.c++ util/FaxRecvInfo.c++] clean up some comparisons
between signed and unsigned integer expressions. OK aidan AT ifax.com.
Tim Rice [Sun, 29 May 2005 21:03:52 +0000 (21:03 +0000)]
[faxd/CopyQuality.c++] Missing {} in case statement.
Tim Rice [Sun, 29 May 2005 19:00:50 +0000 (19:00 +0000)]
[util/CallID.c++ util/CallID.h] Portability fixes.
With help from aidan AT ifax.com
Tim Rice [Sun, 29 May 2005 18:58:27 +0000 (18:58 +0000)]
[configure util/FaxParams.c++ util/FaxParams.h] Portability fixes. Patch
by aidan AT ifax.com
Aidan Van Dyk [Sun, 29 May 2005 12:37:47 +0000 (12:37 +0000)]
use install.sh to install the symlinks for the DSO libraries. This
allows us to properly use install.sh for all the install, instead of
just these 2 programs actually doing hard-pathed symlinks.
Tim Rice [Sat, 28 May 2005 00:13:27 +0000 (00:13 +0000)]
[util/faxmodem.c] Non portable C++ comments in C code.
Lee Howard [Fri, 27 May 2005 19:10:47 +0000 (19:10 +0000)]
Bug 657: fix sefaulting with non-ECM
Lee Howard [Thu, 26 May 2005 20:54:46 +0000 (20:54 +0000)]
Bug 657: don't save null pages
Tim Rice [Wed, 25 May 2005 16:32:10 +0000 (16:32 +0000)]
[configure util/FaxParams.c++] Allow for older C++ compilers that have
iostream.h but not iostream. patch by Lee.
Tim Rice [Wed, 25 May 2005 04:00:15 +0000 (04:00 +0000)]
[configure] Add support for OpenServer 6
Tim Rice [Wed, 25 May 2005 03:53:51 +0000 (03:53 +0000)]
[config.guess config.sub] install current versions. OK Lee
Lee Howard [Wed, 18 May 2005 17:20:08 +0000 (17:20 +0000)]
Bug 626: add prototype config file for Rockwell/Conexant Class 1.0
Lee Howard [Wed, 18 May 2005 04:27:55 +0000 (04:27 +0000)]
Per discussion on-list, commenting-out the 7-bit text catching as it mostly
seems to catch more false-positives than it is useful.
Lee Howard [Wed, 18 May 2005 02:04:02 +0000 (02:04 +0000)]
Add prototype config support for "ACER Modem 56 surf"
Lee Howard [Mon, 16 May 2005 18:08:54 +0000 (18:08 +0000)]
Bug 653: espgs sends 'gs -h' info to stderr, so add "2>&1" following 'gs -h' calls.
Lee Howard [Fri, 13 May 2005 05:15:36 +0000 (05:15 +0000)]
Bug 646: don't send DCN after DCN is already received in response to
a 4th PPR
Lee Howard [Wed, 11 May 2005 17:35:09 +0000 (17:35 +0000)]
Bug 566: fix potential loop in protocol flow control
Lee Howard [Tue, 10 May 2005 16:28:17 +0000 (16:28 +0000)]
Bug 315: stop sendfax from transmitting comments to hfaxd due to problems
with newlines.
Aidan Van Dyk [Tue, 10 May 2005 13:24:26 +0000 (13:24 +0000)]
Some simple memory leak fixes from Bug 598.
Lee Howard [Mon, 9 May 2005 19:11:30 +0000 (19:11 +0000)]
Bug 647: fix UID attribution when using PAM logins
Lee Howard [Mon, 9 May 2005 18:05:49 +0000 (18:05 +0000)]
Bug 649: add -U option to tiff2fax, pdf2fax, and ps2fax as well as adding
the FaxModify customization inclusion.
Aidan Van Dyk [Mon, 9 May 2005 15:28:41 +0000 (15:28 +0000)]
Bug 602
Add JobRetry* paramaters (replace NoCarrierRetrys)
Aidan Van Dyk [Mon, 9 May 2005 14:57:41 +0000 (14:57 +0000)]
Bug 600
Add TSI/FAXNumber to the job for use in sending.
Only enabled if "UseJobTSI" is set to yes in config.devid
Lee Howard [Fri, 6 May 2005 17:51:41 +0000 (17:51 +0000)]
Bug 224: add JPEG receiving support
Lee Howard [Fri, 6 May 2005 17:48:45 +0000 (17:48 +0000)]
Bug 224: add JPEG receiving support and some beginnings of JBIG
Lee Howard [Fri, 6 May 2005 17:42:02 +0000 (17:42 +0000)]
Bug 643: change frameNumber typing from u_short to u_int for the benefit
of presumably broken Mac OS X compilers (that only allow u_short
to range between 0 and 255.
Lee Howard [Fri, 6 May 2005 17:35:26 +0000 (17:35 +0000)]
http://bugs.debian.org/303121
Add JPEG and PNG typerules catches.
Lee Howard [Fri, 6 May 2005 17:26:04 +0000 (17:26 +0000)]
Bug 650: add hooks for outbound fax pre-processing - FaxModify
Lee Howard [Fri, 6 May 2005 17:21:18 +0000 (17:21 +0000)]
Bug 651: improve the way that page transfer times are calculated for
received faxes
Lee Howard [Fri, 6 May 2005 16:58:21 +0000 (16:58 +0000)]
Bug 632: add prototype config option to work around MainPine error
with V.34-Fax
Lee Howard [Thu, 5 May 2005 00:41:36 +0000 (00:41 +0000)]
Bug 648: add remoteNSF, remoteDIS to info files and add
NSF and CSI to notify mail
Lee Howard [Fri, 29 Apr 2005 16:19:10 +0000 (16:19 +0000)]
Bug 647: backing out the changes as they were unnecessary
Lee Howard [Fri, 29 Apr 2005 00:24:22 +0000 (00:24 +0000)]
Bug 647: still allow password-less logins
Lee Howard [Wed, 27 Apr 2005 17:06:03 +0000 (17:06 +0000)]
Bug 646: add disconnection detection to ECM high-speed data reception
Lee Howard [Wed, 27 Apr 2005 16:45:15 +0000 (16:45 +0000)]
Bug 647: fix PAM user check for some builds
Lee Howard [Tue, 26 Apr 2005 23:39:01 +0000 (23:39 +0000)]
Bug 582: fix broken compile on Mac OS X
Lee Howard [Tue, 26 Apr 2005 20:17:11 +0000 (20:17 +0000)]
Bug 646: add gotEOT detection in recvFrame
Lee Howard [Mon, 25 Apr 2005 21:05:17 +0000 (21:05 +0000)]
Bug 77: fix the logging of COMREC received DCN as such
Lee Howard [Mon, 25 Apr 2005 17:58:11 +0000 (17:58 +0000)]
Bug 646: improved disconnection detection in transmitFrame and transmitData