]>
git.ipfire.org Git - thirdparty/HylaFAX.git/log
Darren Nickerson [Tue, 10 Jan 2006 22:20:43 +0000 (22:20 +0000)]
We had fixes since rc1, so we'll try again with rc2.
Lee Howard [Tue, 10 Jan 2006 01:17:03 +0000 (01:17 +0000)]
Bug 224: portability
Lee Howard [Tue, 10 Jan 2006 01:14:27 +0000 (01:14 +0000)]
Bug 691: cleanup after DTE-DCE speed deduction failure
Darren Nickerson [Mon, 9 Jan 2006 22:01:37 +0000 (22:01 +0000)]
First release candidate for 4.2.5 to replace broken 4.2.4
Darren Nickerson [Mon, 9 Jan 2006 21:55:30 +0000 (21:55 +0000)]
Prepping for 4.2.5
Aidan Van Dyk [Mon, 9 Jan 2006 19:26:31 +0000 (19:26 +0000)]
Neither the eval string or the sed script were working properly on different
sh/sed combinations. This aims to be more portable.
Aidan Van Dyk [Mon, 9 Jan 2006 17:18:30 +0000 (17:18 +0000)]
We need to include crypt.h if we use crypt.h. Some system are getting
another unknown crypt (returning int) which is causing segfaults.
Aidan Van Dyk [Mon, 9 Jan 2006 17:10:11 +0000 (17:10 +0000)]
The single quotes (') in the comments (added later for clarity) break the
hardquotes used to pass the string for the awk script. Followup to broken
4.2.4 release (Bug 719)
Darren Nickerson [Wed, 4 Jan 2006 15:46:08 +0000 (15:46 +0000)]
URL typo correction
Darren Nickerson [Wed, 4 Jan 2006 15:41:15 +0000 (15:41 +0000)]
4.2.4 is born. Great work all!
Aidan Van Dyk [Wed, 4 Jan 2006 15:23:45 +0000 (15:23 +0000)]
Bug 719: Unsanitised user-supplied data passed to eval in notify and faxrcvd
User supplied data (job params, CallID information) is passed unsanitised
eval in the notify and faxrcvd scripts. Patrice's patch makes sure to
wrap all user-supplied strings that are eval'ed in hard quotes.
This fixes CVE-2005-3539
Aidan Van Dyk [Thu, 22 Dec 2005 14:41:33 +0000 (14:41 +0000)]
Bug 717:
The whole point of STRUCT_PAM_MESSAGE is that it contains the const or not
Darren Nickerson [Wed, 21 Dec 2005 15:19:40 +0000 (15:19 +0000)]
4.2.4beta1 is born!
Lee Howard [Fri, 16 Dec 2005 22:40:29 +0000 (22:40 +0000)]
Make the version check for libtiff a little more elegantly coded.
Lee Howard [Fri, 16 Dec 2005 01:33:28 +0000 (01:33 +0000)]
Bug 713: don't lock-down pagingProtocol by default
Lee Howard [Fri, 16 Dec 2005 01:28:17 +0000 (01:28 +0000)]
Bug 682: fix possible hfaxd login vulnerability due to PAM
library absence during build
Lee Howard [Fri, 16 Dec 2005 01:11:12 +0000 (01:11 +0000)]
Bug 714: fix Solaris build error due to PAM_MSG_VERSION
Lee Howard [Fri, 16 Dec 2005 00:50:42 +0000 (00:50 +0000)]
*** empty log message ***
Lee Howard [Fri, 16 Dec 2005 00:43:43 +0000 (00:43 +0000)]
Bug 717: need to use STRUCT_PAM_MESSAGE in the prototype as well
Darren Nickerson [Mon, 5 Dec 2005 15:59:30 +0000 (15:59 +0000)]
Changelog entry for previous commit
Darren Nickerson [Mon, 5 Dec 2005 15:48:54 +0000 (15:48 +0000)]
Mainpine configs are common for Duo+, Quatro+ and Octo+. Minor changes to
config templates to reflect this. Thanks Rajesh!
Lee Howard [Thu, 1 Dec 2005 23:17:45 +0000 (23:17 +0000)]
If clength gets real big (for some broken JBIG reason) then it can make i
"wrap" and makes problems for the loop.
Lee Howard [Tue, 29 Nov 2005 21:42:13 +0000 (21:42 +0000)]
Bug 646: add disconnection detection immediately following a dial
Lee Howard [Tue, 29 Nov 2005 21:38:29 +0000 (21:38 +0000)]
Bug 709: update hfaxd 'site adduser' command
Lee Howard [Tue, 29 Nov 2005 21:28:57 +0000 (21:28 +0000)]
Bug 282: disable AT+FRS=n on USRs
Lee Howard [Tue, 29 Nov 2005 21:23:56 +0000 (21:23 +0000)]
Bug 708: prevent hangs in Phase C when the modem or the sender may get into
a funk that causes an infinite loop in the decoder.
Lee Howard [Tue, 29 Nov 2005 21:18:07 +0000 (21:18 +0000)]
Remove "check modem power" as that's misleading and not often useful.
Lee Howard [Tue, 29 Nov 2005 21:14:53 +0000 (21:14 +0000)]
minor documentation clarification
Aidan Van Dyk [Tue, 22 Nov 2005 21:38:45 +0000 (21:38 +0000)]
Fix typo - manpage is now callid, not cid
Darren Nickerson [Tue, 22 Nov 2005 16:11:07 +0000 (16:11 +0000)]
Formatting tidy-up
Aidan Van Dyk [Tue, 22 Nov 2005 15:53:16 +0000 (15:53 +0000)]
Update CHANGES file
Aidan Van Dyk [Tue, 22 Nov 2005 15:47:43 +0000 (15:47 +0000)]
1) Fix small possible memory leak on error path
2) new[] means we should be using delete[] operator
Aidan Van Dyk [Mon, 21 Nov 2005 21:57:18 +0000 (21:57 +0000)]
Bug 712
faxstat -l does not display time in local time zone
When printing the formated time 'Z' in Jprintf and Rprintf, we need to
check the session S_USEGMT flag to see if GMT or locatime is desired.
We also force S_USEGMT off in the OldProtocol, which has no notion of
using GMT time, and only know localtime.
Darren Nickerson [Mon, 14 Nov 2005 05:21:50 +0000 (05:21 +0000)]
4.2.3 is born. Great work all! -d
Darren Nickerson [Wed, 9 Nov 2005 17:00:47 +0000 (17:00 +0000)]
hylafax-4.2.3rc1 is born. Great work all!
Aidan Van Dyk [Wed, 9 Nov 2005 16:54:21 +0000 (16:54 +0000)]
Add CHANGES for FaxClient 1yz PRELIM fix
Lee Howard [Wed, 9 Nov 2005 05:08:11 +0000 (05:08 +0000)]
Bug 691: return "exit 1" to traps but dont trap signal 0 anymore.
Aidan Van Dyk [Tue, 8 Nov 2005 15:40:06 +0000 (15:40 +0000)]
Bug 706: FaxClient doesn't handle 1yz Preliminary results when connecting
Handle some PRELIM replies. RFC959 states only 1 PRELIM (1yz) is allowed
but we are liberaly in what we accept.
Darren Nickerson [Fri, 4 Nov 2005 18:58:05 +0000 (18:58 +0000)]
hylafax-4.2.3beta1 is born.
Lee Howard [Mon, 31 Oct 2005 22:45:34 +0000 (22:45 +0000)]
Bug 691: fix the exit status of some scripts by fixing trap usage
Lee Howard [Mon, 31 Oct 2005 21:39:54 +0000 (21:39 +0000)]
Bug 692: clarify -a time specification
Lee Howard [Mon, 31 Oct 2005 21:34:56 +0000 (21:34 +0000)]
Bug 698: add more description to getpeername error message
Lee Howard [Mon, 31 Oct 2005 19:45:12 +0000 (19:45 +0000)]
Bug 699: HP-UX #ifdef adjustments
Lee Howard [Thu, 27 Oct 2005 21:41:54 +0000 (21:41 +0000)]
Bug 703: fix cover page deletion problem
Lee Howard [Thu, 27 Oct 2005 04:24:46 +0000 (04:24 +0000)]
Bug 667: correct documentation regarding MaxBatchJobs
Lee Howard [Fri, 21 Oct 2005 23:36:04 +0000 (23:36 +0000)]
Bug 631: don't increment prevPage when NSF/DCS/TSI are received instead of PPS
Tim Rice [Thu, 20 Oct 2005 21:42:49 +0000 (21:42 +0000)]
TMPDIR fixes. Shell portability fixes.
Lee Howard [Thu, 20 Oct 2005 20:05:23 +0000 (20:05 +0000)]
Bug 701: change Class1TCFResponseDelay to Class1SwitchingCmd
Lee Howard [Thu, 20 Oct 2005 19:07:36 +0000 (19:07 +0000)]
Bug 700: improve security by improving our temporary file mechanism in scripts
and disabling UNIX socket attempts by clients when CONFIG_UNIXTRANSPORT
is not enabled
Lee Howard [Fri, 30 Sep 2005 00:12:43 +0000 (00:12 +0000)]
Bug 599: initialize CallID answer lengths
Lee Howard [Tue, 27 Sep 2005 19:44:04 +0000 (19:44 +0000)]
Bug 318: fix sendfax from crashing when the to-name includes "#"
Lee Howard [Tue, 27 Sep 2005 19:38:49 +0000 (19:38 +0000)]
Bug 224: only log printable comment characters
NEWLEN can only decrease page length
Lee Howard [Tue, 27 Sep 2005 19:29:09 +0000 (19:29 +0000)]
Bug 590: clean up page size support
Lee Howard [Tue, 27 Sep 2005 19:26:20 +0000 (19:26 +0000)]
Bug 636: improve logging when a document has been rejected
Lee Howard [Tue, 27 Sep 2005 19:23:13 +0000 (19:23 +0000)]
Bug 118: if a job is blocked to a destination and the blocking job fails,
then delay the blocked job also
Lee Howard [Tue, 27 Sep 2005 19:21:06 +0000 (19:21 +0000)]
Bug 118: batch jobs from sleep, also
Lee Howard [Tue, 27 Sep 2005 19:18:25 +0000 (19:18 +0000)]
Bug 502: fix and improve copy quality correction
Lee Howard [Tue, 27 Sep 2005 19:14:28 +0000 (19:14 +0000)]
Bug 682: fix PAM non-passworded authentication
Lee Howard [Tue, 27 Sep 2005 19:11:45 +0000 (19:11 +0000)]
Bug 662: add comments in typerules for enscript usage
Lee Howard [Tue, 27 Sep 2005 19:09:44 +0000 (19:09 +0000)]
Bug 477: document JobFmt Y option
Lee Howard [Tue, 27 Sep 2005 19:06:12 +0000 (19:06 +0000)]
Bug 452: allow JDELE from any pwd
Lee Howard [Tue, 27 Sep 2005 19:03:11 +0000 (19:03 +0000)]
Bug 362: be more informative if there is a problem with /dev/null
Lee Howard [Tue, 27 Sep 2005 19:00:28 +0000 (19:00 +0000)]
Bug 326: don't place calls when we don't have any documents to send
Lee Howard [Tue, 27 Sep 2005 18:58:22 +0000 (18:58 +0000)]
Bug 321: make hfaxd clean up after itself
Lee Howard [Tue, 27 Sep 2005 18:54:19 +0000 (18:54 +0000)]
Bug 66: add UNSENT (job timed out) accounting to xferfaxlog
Lee Howard [Tue, 27 Sep 2005 18:51:38 +0000 (18:51 +0000)]
Bug 242: add job aborted message to failure notification
Lee Howard [Tue, 27 Sep 2005 18:49:40 +0000 (18:49 +0000)]
Bug 118: requeue batches together
Lee Howard [Tue, 27 Sep 2005 18:47:39 +0000 (18:47 +0000)]
Bug 118: add IXO/TAP page batching
Lee Howard [Tue, 27 Sep 2005 18:44:09 +0000 (18:44 +0000)]
Bug 689: fixes class 1 support for EOM in pagehandling
Lee Howard [Tue, 27 Sep 2005 18:38:21 +0000 (18:38 +0000)]
Bug 224: add JBIG send support (via RTFCC), improve dataformat logging
and handling
Lee Howard [Tue, 27 Sep 2005 18:33:48 +0000 (18:33 +0000)]
Bug 665: add hasV17Trouble detection
Lee Howard [Tue, 27 Sep 2005 18:30:39 +0000 (18:30 +0000)]
Bug 415: improve the way we detect and read station ids, no longer
requiring explicit foreknowledge of bitorder
Lee Howard [Tue, 27 Sep 2005 18:26:43 +0000 (18:26 +0000)]
Bug 663: various session logging improvements
Lee Howard [Tue, 27 Sep 2005 18:23:03 +0000 (18:23 +0000)]
Bug 656: add Retransmit-Ignore RTNHandlingMethod
Darren Nickerson [Wed, 21 Sep 2005 17:27:51 +0000 (17:27 +0000)]
hylafax-4.2.2 is born. Congrats all!
Lee Howard [Fri, 16 Sep 2005 23:50:41 +0000 (23:50 +0000)]
Bug 694: do not confirm ECM blocks when we are missing frames other than
the last one when a null-block retransmission is received
Lee Howard [Sun, 11 Sep 2005 03:24:33 +0000 (03:24 +0000)]
Class1TCFRecvHack should only be used for debugging now.
Tim Rice [Tue, 6 Sep 2005 00:49:02 +0000 (00:49 +0000)]
[distrules util/Makefile.in] Add missing notify lines to distrules. Install
notify.awk to go with notify-4.1
Tim Rice [Mon, 5 Sep 2005 23:26:03 +0000 (23:26 +0000)]
[util/notify.sh.in] Clean up comment left over from notify-4.1 version.
No code changes.
Tim Rice [Mon, 5 Sep 2005 22:53:43 +0000 (22:53 +0000)]
[pkg/sproto.stub.in] Add files that were added to distribution.
Darren Nickerson [Sat, 3 Sep 2005 02:54:46 +0000 (02:54 +0000)]
Cleanup documentation typo. No bug opened for this.
Change "based on and device ID and call identification"
to "based on device ID and call identification"
Darren Nickerson [Fri, 2 Sep 2005 13:51:23 +0000 (13:51 +0000)]
We have a 4.2.2 release candidate. Congrats all!
Lee Howard [Sat, 27 Aug 2005 02:16:52 +0000 (02:16 +0000)]
Bug 625: fix premature batching loop exit and iterator naming error
Tim Rice [Wed, 24 Aug 2005 18:56:19 +0000 (18:56 +0000)]
Should be blank line between targets. Not \t\n
Darren Nickerson [Mon, 22 Aug 2005 13:46:35 +0000 (13:46 +0000)]
Fifth time lucky?
Lee Howard [Thu, 18 Aug 2005 15:32:25 +0000 (15:32 +0000)]
Bug 686: correct documentation wording on RETURNTRANSCRIPT
Lee Howard [Wed, 17 Aug 2005 21:52:03 +0000 (21:52 +0000)]
Bug 223: fix error in tiffcheck not catching needed reformatting on
MH and MR documents when "-3" was used.
Lee Howard [Wed, 17 Aug 2005 17:45:05 +0000 (17:45 +0000)]
Bug 685: DSOs need a place to live
Lee Howard [Tue, 16 Aug 2005 04:08:01 +0000 (04:08 +0000)]
Bug 622: add workaround for gawk ascii-to-hex type conversion
Lee Howard [Mon, 15 Aug 2005 19:04:30 +0000 (19:04 +0000)]
Bug 232: fix logic error regarding ecmFramePos and eod which could cause
the ECM data to not get sent at all
Lee Howard [Sat, 13 Aug 2005 00:00:07 +0000 (00:00 +0000)]
Bug 683: $JUNK gets big, so we can't 'grep something `cat $JUNK`', instead
(for i in `cat $JUNK`; do grep something $i; done) it
Lee Howard [Thu, 11 Aug 2005 00:06:40 +0000 (00:06 +0000)]
Bug 118: change sleep(1) to pokeScheduler(1)
Lee Howard [Wed, 10 Aug 2005 23:38:23 +0000 (23:38 +0000)]
Must write the line count.
Lee Howard [Wed, 10 Aug 2005 21:34:38 +0000 (21:34 +0000)]
Don't attempt to record TIFFTAG_CLEANFAXDATA when ECM was used... because
it won't work with non-G3/G4 codecs and because it's meaningless anyway in
ECM sessions, anyway.
Lee Howard [Wed, 10 Aug 2005 00:15:50 +0000 (00:15 +0000)]
Bug 681: create temp files in the tmp dir
Lee Howard [Tue, 9 Aug 2005 15:42:30 +0000 (15:42 +0000)]
Bug 679: homogenize default user id for hfaxd-received files, etc
Lee Howard [Mon, 8 Aug 2005 19:38:07 +0000 (19:38 +0000)]
Bug 671: remove cuserid cruft
Aidan Van Dyk [Mon, 8 Aug 2005 19:15:17 +0000 (19:15 +0000)]
Bug 680 - JobRetryNoCarrier has no default
NoCarrierRetries (what JobRetry* replaced) has a default of 1.
Set JobRetryNoCarrier to 1.
Update documentation to reflect it.
Lee Howard [Mon, 8 Aug 2005 18:20:41 +0000 (18:20 +0000)]
Bug 507: add needed abortReceive to recvFrame failure following CRP transmission
Tim Rice [Sat, 6 Aug 2005 00:20:26 +0000 (00:20 +0000)]
Allow for differences in Sun PAM and Linux PAM. Based on patch from Lee.