]> git.ipfire.org Git - thirdparty/HylaFAX.git/log
thirdparty/HylaFAX.git
22 years agoRename faxRequest (faxd/faxRequest.*) to FaxItem (faxd/FaxItem.*) to prevent
Aidan Van Dyk [Thu, 20 Nov 2003 15:20:33 +0000 (15:20 +0000)] 
Rename faxRequest (faxd/faxRequest.*) to FaxItem (faxd/FaxItem.*) to prevent
case-insensitive clashes with FaxRequest (faxd/FaxRequest.*)

See Bug 369

22 years agoRename RegEx* (util/RegEx*.*) to RE* (util/RE*.*) to prevent
Aidan Van Dyk [Thu, 20 Nov 2003 14:46:11 +0000 (14:46 +0000)] 
Rename RegEx* (util/RegEx*.*) to RE* (util/RE*.*) to prevent
case-insensitive clashes with system headers.

See Bug 369

22 years agoRename Syslog (util/Syslog.*) to SystemLog (util/SystemLog.*) to prevent
Aidan Van Dyk [Thu, 20 Nov 2003 14:14:59 +0000 (14:14 +0000)] 
Rename Syslog (util/Syslog.*) to SystemLog (util/SystemLog.*) to prevent
case-insensitive clashes with system headers (syslog.h).

See Bug 369

22 years agoDefault paramates are specified in the declaration, and not needed (allowed)
Aidan Van Dyk [Thu, 20 Nov 2003 13:53:06 +0000 (13:53 +0000)] 
Default paramates are specified in the declaration, and not needed (allowed)
in the definition.

Removes the extra =NULL to allow compile with gcc 3.2.

22 years agoBug 469: remove superfluous bytes from DCS
Lee Howard [Mon, 17 Nov 2003 20:07:40 +0000 (20:07 +0000)] 
Bug 469: remove superfluous bytes from DCS

22 years ago[Bug 468] format string vulnerability in hfaxd
Darren Nickerson [Tue, 11 Nov 2003 04:17:16 +0000 (04:17 +0000)] 
[Bug 468] format string vulnerability in hfaxd

See http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=468

This patch fixes one serious format string issue, and tidies up three
other harmless ones for the sake of consistency.

Thanks to SuSE Security Team for the careful hfaxd code audit that
uncovered this vulnerability, and for working with us prior to the
public announcement to evaluate and certify their proposed fix.

22 years agoFix variable/function collision with Solaris x86 system include macros.
Aidan Van Dyk [Mon, 10 Nov 2003 18:13:50 +0000 (18:13 +0000)] 
Fix variable/function collision with Solaris x86 system include macros.

See bugzilla:
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=444

Rename temporary variable CS => CSum n pageSendApp::sendUcpMsg()
Rename HylaFAXServer::SP() => HylaFAXServer::SPACE()

22 years agoBug 462: consolidate MemoryDecoder code
Lee Howard [Sat, 8 Nov 2003 02:06:04 +0000 (02:06 +0000)] 
Bug 462: consolidate MemoryDecoder code

22 years ago[Bug 445] Ancient faxes get re-sent, and to the wrong people!!!
Darren Nickerson [Wed, 5 Nov 2003 22:36:37 +0000 (22:36 +0000)] 
[Bug 445] Ancient faxes get re-sent, and to the wrong people!!!
Thanks to iFAX Solutions for tracking down one of the most serious and
long-standing bugs I've ever been unfortunate enough to see happen to an
important production system. Because of blocking issues, HylaFAX was
orphaning original documents, and re-faxing them months (or years) later.
This patch removes the unnecessary blocking in cases where faxq already
has the framework to handle children properly, and prevents this situation
from ever arising.

22 years ago[Bug 367] getty_ps and mgetty not suitable for incoming data connect
Darren Nickerson [Wed, 5 Nov 2003 22:21:38 +0000 (22:21 +0000)] 
[Bug 367] getty_ps and mgetty not suitable for incoming data connect
Prefer 'agetty' over 'getty'; note requirements for getty in documentation;
note restrictions of particular getty packages.
Thanks to Glenn Burkhardt for this submission, and for his patience as
we sought to reach a "rough concensus" ;-) -d

22 years agoBug 395: adds ModemRecvSuccessCmd, ModemAnswerDialCmd, and faxanswer -h "dial" options
Lee Howard [Mon, 3 Nov 2003 21:36:45 +0000 (21:36 +0000)] 
Bug 395: adds ModemRecvSuccessCmd, ModemAnswerDialCmd, and faxanswer -h "dial" options

22 years agoBug 459: incorporate modulation changes into the Class 1 "bitrate" fallback
Lee Howard [Sun, 2 Nov 2003 00:19:50 +0000 (00:19 +0000)] 
Bug 459: incorporate modulation changes into the Class 1 "bitrate" fallback

22 years agoBug 458: lengthen Class1SendMsgDelay default from 75 to 200 ms
Lee Howard [Sun, 2 Nov 2003 00:13:52 +0000 (00:13 +0000)] 
Bug 458: lengthen Class1SendMsgDelay default from 75 to 200 ms

22 years agoBug 232: error handling enhancement for Class 1 ECM.
Lee Howard [Sun, 2 Nov 2003 00:09:00 +0000 (00:09 +0000)] 
Bug 232: error handling enhancement for Class 1 ECM.

22 years agoBug 460: make an "OK" response be an error if we're not expecting it
Lee Howard [Fri, 31 Oct 2003 21:14:39 +0000 (21:14 +0000)] 
Bug 460: make an "OK" response be an error if we're not expecting it

22 years agoBug 461: fix subaddress sending in Class 1
Lee Howard [Wed, 29 Oct 2003 04:07:45 +0000 (04:07 +0000)] 
Bug 461: fix subaddress sending in Class 1

22 years agochange: "All other types of files must be con­
Lee Howard [Mon, 27 Oct 2003 18:55:04 +0000 (18:55 +0000)] 
change: "All other types of files  must  be  con­
       verted to one of these two formats."

to: "All other types of files  must  be  con­
       verted to one of these three formats."

22 years agoBug 456: add Class1TMQueryCmd and Class1RMQueryCmd
Lee Howard [Sun, 19 Oct 2003 12:45:27 +0000 (12:45 +0000)] 
Bug 456: add Class1TMQueryCmd and Class1RMQueryCmd

22 years agoBug 232: ECM fixes for OpenServer
Lee Howard [Fri, 17 Oct 2003 22:34:15 +0000 (22:34 +0000)] 
Bug 232: ECM fixes for OpenServer

22 years agoBug 232: code cleanup makes UnixWare happy.
Lee Howard [Fri, 17 Oct 2003 04:44:49 +0000 (04:44 +0000)] 
Bug 232: code cleanup makes UnixWare happy.
         Also configure update for gcc 3.3.1

22 years agoBug 348: handle PIP after the last page of image data as a non-failure
Lee Howard [Wed, 15 Oct 2003 20:45:59 +0000 (20:45 +0000)] 
Bug 348: handle PIP after the last page of image data as a non-failure

22 years agoBug 442: enable backwards compatibility for encoding changes
Lee Howard [Tue, 14 Oct 2003 16:37:44 +0000 (16:37 +0000)] 
Bug 442: enable backwards compatibility for encoding changes

22 years agoBug 223: correct EOFB with MMR
Lee Howard [Tue, 14 Oct 2003 04:38:14 +0000 (04:38 +0000)] 
Bug 223: correct EOFB with MMR

22 years agoBug 436: suppress libtiff warning messages from becoming fatal
Lee Howard [Mon, 13 Oct 2003 23:35:17 +0000 (23:35 +0000)] 
Bug 436: suppress libtiff warning messages from becoming fatal

22 years agoBug 232: don't timeout on long-winded ECM blocks
Lee Howard [Fri, 10 Oct 2003 19:06:52 +0000 (19:06 +0000)] 
Bug 232: don't timeout on long-winded ECM blocks

22 years agoBug 223: implement MMR in Class 1.
Lee Howard [Thu, 9 Oct 2003 23:19:02 +0000 (23:19 +0000)] 
Bug 223: implement MMR in Class 1.

22 years agoBug 223: implements MMR in Class 1.
Lee Howard [Thu, 9 Oct 2003 22:47:52 +0000 (22:47 +0000)] 
Bug 223: implements MMR in Class 1.

22 years agoBug 223: implements MMR support for Class 1 modems.
Lee Howard [Thu, 9 Oct 2003 21:27:41 +0000 (21:27 +0000)] 
Bug 223: implements MMR support for Class 1 modems.

22 years agoBug 442: deduce MIMENCODE/UUENCODE/ENCODING at compile-time for automatic usage in...
Lee Howard [Tue, 7 Oct 2003 18:26:34 +0000 (18:26 +0000)] 
Bug 442: deduce MIMENCODE/UUENCODE/ENCODING at compile-time for automatic usage in faxrcvd

22 years agoBug 232: fix trailing flag on RCP frame
Lee Howard [Tue, 7 Oct 2003 18:10:10 +0000 (18:10 +0000)] 
Bug 232: fix trailing flag on RCP frame

22 years agoBug 384: correct typerules documentation and %w, %W, %l, %L notation
Lee Howard [Sat, 4 Oct 2003 18:19:26 +0000 (18:19 +0000)] 
Bug 384: correct typerules documentation and %w, %W, %l, %L notation

22 years agoBug 389: corrects sizing for tagline
Lee Howard [Fri, 26 Sep 2003 16:37:26 +0000 (16:37 +0000)] 
Bug 389: corrects sizing for tagline
         corrects page chopping for extended resolutions

22 years agoBug 389: synchronize faxmodem and tagtest for extended resolutions support
Lee Howard [Tue, 23 Sep 2003 18:53:19 +0000 (18:53 +0000)] 
Bug 389: synchronize faxmodem and tagtest for extended resolutions support
fix modem capabilities to always have VR_NORMAL

22 years agoBug 448: corrects nomenclature for MH data format (from "1-D MR" to "1-D MH").
Lee Howard [Mon, 22 Sep 2003 19:13:05 +0000 (19:13 +0000)] 
Bug 448: corrects nomenclature for MH data format (from "1-D MR" to "1-D MH").

22 years agoBug 232: rather large patch implements ECM support in Class 1.
Lee Howard [Sat, 20 Sep 2003 16:05:02 +0000 (16:05 +0000)] 
Bug 232: rather large patch implements ECM support in Class 1.
    Many thanks go to Harald Pollack and Steve Tuckner.

22 years agoBug 389: fix widths declaration and usage to work on OpenServer
Lee Howard [Mon, 15 Sep 2003 19:11:03 +0000 (19:11 +0000)] 
Bug 389: fix widths declaration and usage to work on OpenServer

22 years agoBug 209: correction to the Microsoft NSF.
Lee Howard [Fri, 12 Sep 2003 17:33:15 +0000 (17:33 +0000)] 
Bug 209: correction to the Microsoft NSF.

22 years agoBug 209: adds a Microsoft NSF
Lee Howard [Thu, 11 Sep 2003 19:10:31 +0000 (19:10 +0000)] 
Bug 209: adds a Microsoft NSF

22 years agoBug 440: because we initialize base with malloc we should free(base) rather than...
Lee Howard [Wed, 10 Sep 2003 19:00:39 +0000 (19:00 +0000)] 
Bug 440: because we initialize base with malloc we should free(base) rather than delete base.

22 years agoBug 438 : now there are two z's in the list. Removing one now.
Lee Howard [Wed, 3 Sep 2003 15:15:17 +0000 (15:15 +0000)] 
Bug 438 : now there are two z's in the list.  Removing one now.

22 years agoBug 438: enable the faxcover "-z" option
Lee Howard [Mon, 1 Sep 2003 16:19:09 +0000 (16:19 +0000)] 
Bug 438: enable the faxcover "-z" option

22 years agoBug 437: keep PDF attachment naming consistent with TIFF and PS
Lee Howard [Mon, 1 Sep 2003 15:59:30 +0000 (15:59 +0000)] 
Bug 437:  keep PDF attachment naming consistent with TIFF and PS

22 years agoBug 417 : adds Class1ValidateV21Frames option, a requisite for future ECM support
Lee Howard [Fri, 29 Aug 2003 22:13:14 +0000 (22:13 +0000)] 
Bug 417 : adds Class1ValidateV21Frames option, a requisite for future ECM support

22 years agoBug 435 : Kevin Fleming correctly reports that, although tiffcheck has code to suppor...
Lee Howard [Fri, 29 Aug 2003 22:05:33 +0000 (22:05 +0000)] 
Bug 435 : Kevin Fleming correctly reports that, although tiffcheck has code to support MMR it does rejects the
command-line option.  This patch fixes that oversight.

22 years agoBug 389: Adds reception support for 400 X 400 dpi by mapping it to R16.
Lee Howard [Fri, 15 Aug 2003 22:37:35 +0000 (22:37 +0000)] 
Bug 389: Adds reception support for 400 X 400 dpi by mapping it to R16.

22 years agoBug 378: AT_XON fix for Topic modems and changes AT_XONXOFF to AT_DLEETX
Lee Howard [Sat, 2 Aug 2003 16:03:52 +0000 (16:03 +0000)] 
Bug 378: AT_XON fix for Topic modems and changes AT_XONXOFF to AT_DLEETX

22 years agoBug 199: adds additional hooks for topic and lucent configs
Lee Howard [Fri, 25 Jul 2003 16:23:26 +0000 (16:23 +0000)] 
Bug 199: adds additional hooks for topic and lucent configs

22 years agoCorrected typo: RingTimout -> RingTimeout
Darren Nickerson [Wed, 23 Jul 2003 21:02:44 +0000 (21:02 +0000)] 
Corrected typo: RingTimout -> RingTimeout

22 years agoRecording 4.1.7 changes here. There won't be a CVS tag for this release
Darren Nickerson [Sun, 20 Jul 2003 22:33:47 +0000 (22:33 +0000)] 
Recording 4.1.7 changes here. There won't be a CVS tag for this release
since it's only one patch, but it makes sense to update these two files
so that history reflects the release of a 4.1.7 ;-) -d

22 years agoBug 415: enhancement to make HylaFAX send an NSF frame in Class 1. Includes a small...
Lee Howard [Fri, 18 Jul 2003 21:53:29 +0000 (21:53 +0000)] 
Bug 415: enhancement to make HylaFAX send an NSF frame in Class 1.  Includes a small fix to received NSF reporting and
adds a few additional NSF stamps.

22 years agoBug 299. FaxSend was initializing the modem twice before dialing. This removes...
Lee Howard [Tue, 8 Jul 2003 21:32:45 +0000 (21:32 +0000)] 
Bug 299.  FaxSend was initializing the modem twice before dialing.  This removes the second instance and will
trim sending session logs a bit and should help fax broadcasters considerably.

22 years agoBug 419. Adds Class1TMConnectDelay option which helps new Agere/Lucent modems.
Lee Howard [Tue, 8 Jul 2003 18:48:26 +0000 (18:48 +0000)] 
Bug 419.  Adds Class1TMConnectDelay option which helps new Agere/Lucent modems.

22 years agoBug 420. Adds SaveUnconfirmedPages option - defaults to true.
Lee Howard [Tue, 8 Jul 2003 18:36:29 +0000 (18:36 +0000)] 
Bug 420.  Adds SaveUnconfirmedPages option - defaults to true.

22 years agoBug 426. Remote MMR capability requires ECM.
Lee Howard [Tue, 8 Jul 2003 18:29:58 +0000 (18:29 +0000)] 
Bug 426.  Remote MMR capability requires ECM.

22 years agoBug 428. Fixes two typos... s/donop/doneop/. Thanks to Chris Parsons for reporting...
Lee Howard [Tue, 8 Jul 2003 18:00:36 +0000 (18:00 +0000)] 
Bug 428.  Fixes two typos... s/donop/doneop/.  Thanks to Chris Parsons for reporting this.

22 years agoBug 389. Aplying Lee's patch. s/and/&&/ s/or/||/
Tim Rice [Thu, 3 Jul 2003 00:33:35 +0000 (00:33 +0000)] 
Bug 389. Aplying Lee's patch. s/and/&&/ s/or/||/

22 years ago[Bug 267] Fix gcc warnings in -Wall mode
Darren Nickerson [Mon, 30 Jun 2003 04:51:45 +0000 (04:51 +0000)] 
[Bug 267] Fix gcc warnings in -Wall mode
We broke page chopping in 4.1.6. This patch repairs the damage by making
MaxPageLength stay consistently cast as u_short. Thanks to Lee and Aidan
for getting to the bottom of this one!

22 years ago[Bug 389] superfine, hyperfine, etc. resolution support
Darren Nickerson [Mon, 16 Jun 2003 21:05:47 +0000 (21:05 +0000)] 
[Bug 389] superfine, hyperfine, etc. resolution support
This is a very large and involved patch.  Please see the included documentation
with regards to what it does and how it does it.  Essentially it changes an
info entry from SupportsHighRes (boolean) to SupportsVR (integer), allows a
modem to receive all resolutions for which it is capable (all of them in Class
1), allows a user to send in extended resolutions using the JPARM USEXRES or
'sendfax -G' option (if the modem and remote supports it).

22 years agoMinor typo in README
Darren Nickerson [Mon, 16 Jun 2003 13:25:56 +0000 (13:25 +0000)] 
Minor typo in README

22 years agoIncrementing to 4.1.6 release. Well done all! HYLAFAX-4_1_6
Darren Nickerson [Mon, 16 Jun 2003 03:15:12 +0000 (03:15 +0000)] 
Incrementing to 4.1.6 release. Well done all!

22 years agoIncrement to 4.1.6rc3. Third time lucky, or three strikes and you're out! HYLAFAX-4_1_6RC3
Darren Nickerson [Tue, 10 Jun 2003 03:54:52 +0000 (03:54 +0000)] 
Increment to 4.1.6rc3. Third time lucky, or three strikes and you're out!
We'll get there eventually ;-)

22 years ago[Bug 413] faxq may not format based on modem capabilities
Darren Nickerson [Tue, 10 Jun 2003 03:46:44 +0000 (03:46 +0000)] 
[Bug 413] faxq may not format based on modem capabilities
Extend the original fix to faxmodem, to allow faxmodem to provide valid
capabilities string to faxq. Thanks Lee!

22 years agoFix old typo. See Bug 418
Tim Rice [Thu, 29 May 2003 23:30:11 +0000 (23:30 +0000)] 
Fix old typo. See Bug 418

22 years agoUpdate README and increment to release candidate 2 (4.1.6rc2) HYLAFAX-4_1_6RC2
Darren Nickerson [Wed, 28 May 2003 22:17:11 +0000 (22:17 +0000)] 
Update README and increment to release candidate 2 (4.1.6rc2)

22 years agoclobberconfig rule didn't remove edit-faxcover.sh as expected.
Tim Rice [Tue, 27 May 2003 04:20:36 +0000 (04:20 +0000)] 
clobberconfig rule didn't remove edit-faxcover.sh as expected.
changed to clobber rule. Thanks to Lee for the report.

22 years agoAdd test for expr. See Bug 264
Tim Rice [Fri, 23 May 2003 03:28:51 +0000 (03:28 +0000)] 
Add test for expr. See Bug 264

22 years agoBumped to RC1 HYLAFAX-4_1_6RC1
Darren Nickerson [Fri, 16 May 2003 02:19:02 +0000 (02:19 +0000)] 
Bumped to RC1

22 years ago[Bug 250] externalizePhoneNumber cannot be controlled server-side
Darren Nickerson [Fri, 16 May 2003 02:15:45 +0000 (02:15 +0000)] 
[Bug 250] externalizePhoneNumber cannot be controlled server-side
Backing out this change due to security concerns with the approach as it
was contributed. Thanks to Patrice for catching this one.

22 years ago[configure, distrules, faxcover/Makefile.in, faxcover/edit-faxcover.sh.in,
Tim Rice [Sat, 10 May 2003 16:18:11 +0000 (16:18 +0000)] 
[configure, distrules, faxcover/Makefile.in, faxcover/edit-faxcover.sh.in,
man/Makefile.in, man/edit-faxcover.1, man/faxcover.1, pkg/cproto.stub.in,
pkg/sproto.stub.in] Add edit-faxcover command for editing the 10 header
lines of faxcover.ps.

22 years agoIncrementing version to 4.1.6-beta1. Thanks to Lee for his ongoing diligence HYLAFAX-4_1_6BETA1
Darren Nickerson [Fri, 9 May 2003 17:36:37 +0000 (17:36 +0000)] 
Incrementing version to 4.1.6-beta1. Thanks to Lee for his ongoing diligence
maintainting CHANGES and CONTRIBUTORS during each release cycle!

22 years ago[Bug 412] Rockwell modem incorrectly identified as AT&T dataport
Darren Nickerson [Wed, 7 May 2003 04:08:54 +0000 (04:08 +0000)] 
[Bug 412] Rockwell modem incorrectly identified as AT&T dataport
It did, but it doesn't now! Thanks to Arjen de Korte and Lee Howard.

22 years agoAdd missing files. Fix files that changed from .sh to .sh.in
Tim Rice [Wed, 7 May 2003 04:06:54 +0000 (04:06 +0000)] 
Add missing files. Fix files that changed from .sh to .sh.in

22 years agoFix typo from 4.0 days. s/die/boom/
Tim Rice [Tue, 6 May 2003 20:41:17 +0000 (20:41 +0000)] 
Fix typo from 4.0 days. s/die/boom/

22 years agoRemove duplicate promptForNonNullStringParameter shell function added
Tim Rice [Tue, 6 May 2003 18:05:03 +0000 (18:05 +0000)] 
Remove duplicate promptForNonNullStringParameter shell function added
by mistake.
Use promptForBooleanParameter() for changing $HFAXD_OLD_PROTOCOL, etc.

22 years ago[Bug 413] faxq may not format based on modem capabilities
Darren Nickerson [Tue, 6 May 2003 16:02:17 +0000 (16:02 +0000)] 
[Bug 413] faxq may not format based on modem capabilities
This fix from Lee corrects a problem, introduced when V.34 support was added,
that would result in HylaFAX scheduling (for instance) MR formatted documents
to modems that were only capable of MH. We were increasing BR_ALL ad DF_ALL
without adjusting Class2Parms::encodeCaps() and decodeCaps(). Thanks Lee!

22 years ago[Bug 408] another Samsung NSF
Darren Nickerson [Mon, 5 May 2003 00:09:48 +0000 (00:09 +0000)] 
[Bug 408] another Samsung NSF
Lee's collecting stamps again ... thanks Lee!

22 years agoOops, forgot to test a last minuite change. Forgot to quote variable.
Tim Rice [Tue, 29 Apr 2003 04:03:43 +0000 (04:03 +0000)] 
Oops, forgot to test a last minuite change. Forgot to quote variable.

22 years agoFix warnings. See comment #13 in Bug 267.
Tim Rice [Tue, 29 Apr 2003 03:35:56 +0000 (03:35 +0000)] 
Fix warnings. See comment #13 in Bug 267.

22 years agoFix install.sh See Bug 380
Tim Rice [Tue, 29 Apr 2003 03:32:19 +0000 (03:32 +0000)] 
Fix install.sh See Bug 380

22 years ago[util/wedged.sh.in] fix ed script. Partial fix for Bug 278.
Tim Rice [Tue, 29 Apr 2003 03:28:35 +0000 (03:28 +0000)] 
[util/wedged.sh.in] fix ed script. Partial fix for Bug 278.

22 years agoPatch to allow compilation under redhat9, gcc 3.2, unixware, see Bug#406
Robert Colquhoun [Sat, 26 Apr 2003 07:11:19 +0000 (07:11 +0000)] 
Patch to allow compilation under redhat9, gcc 3.2, unixware, see Bug#406
for details.

22 years agoDefault to all 10 header lines blank.
Tim Rice [Tue, 22 Apr 2003 22:55:15 +0000 (22:55 +0000)] 
Default to all 10 header lines blank.

22 years agoAdd missing modifyPasswd() for SCO.
Tim Rice [Tue, 22 Apr 2003 22:43:23 +0000 (22:43 +0000)] 
Add missing modifyPasswd() for SCO.
Add code to edit FAXQ_SERVER, HFAXD_SERVER, HFAXD_OLD_PROTOCOL, &
HFAXD_SNPP_SERVER variables in setup.cache.

22 years agoPut text part back in after Bug 313 patch removed too much.
Tim Rice [Sat, 19 Apr 2003 19:06:05 +0000 (19:06 +0000)] 
Put text part back in after Bug 313 patch removed too much.

22 years agoBug 248: Wait a second for "slower" modems such as the Nokia 6210 mobile.
Tim Rice [Sat, 19 Apr 2003 17:38:28 +0000 (17:38 +0000)] 
Bug 248: Wait a second for "slower" modems such as the Nokia 6210 mobile.

22 years agoFix warning, line 981: warning: argument 2: long passed as unsigned int
Tim Rice [Sat, 19 Apr 2003 16:58:58 +0000 (16:58 +0000)] 
Fix warning, line 981: warning:  argument 2:  long  passed as  unsigned int

22 years agoFix another warning. ok Robert
Tim Rice [Sat, 19 Apr 2003 16:40:27 +0000 (16:40 +0000)] 
Fix another warning. ok Robert
"../faxmail/faxmail.c++", line 489: warning:  nl used before set

22 years agoAdd casts to clean up warnings like off_t passed as unsigned int
Tim Rice [Sat, 19 Apr 2003 16:26:08 +0000 (16:26 +0000)] 
Add casts to clean up warnings like off_t passed as  unsigned int

22 years agoFix precedence.
Tim Rice [Sat, 19 Apr 2003 16:23:51 +0000 (16:23 +0000)] 
Fix precedence.
"../faxd/Class20.c++", line 148: warning:  == expression as operand for &
"../faxd/Class2Send.c++", line 367: warning:  == expression as operand for &

22 years agoAdd braces to 1 line if statement at Robert's suggestion.
Tim Rice [Sat, 19 Apr 2003 01:05:44 +0000 (01:05 +0000)] 
Add braces to 1 line if statement at Robert's suggestion.

22 years agoCast arg 3 of memset and memcpy to size_t to quiet warnings.
Tim Rice [Fri, 18 Apr 2003 23:54:35 +0000 (23:54 +0000)] 
Cast arg 3 of memset and memcpy to size_t to quiet warnings.

22 years agoCorrection from Lee to Lee's patch on Bug 309
Tim Rice [Fri, 18 Apr 2003 23:36:39 +0000 (23:36 +0000)] 
Correction from Lee to Lee's patch on Bug 309

22 years agoCast arg 3 of memset and memcpy to size_t to quiet warnings.
Tim Rice [Fri, 18 Apr 2003 23:16:08 +0000 (23:16 +0000)] 
Cast arg 3 of memset and memcpy to size_t to quiet warnings.

22 years ago"../faxd/Class2Recv.c++", line 319: warning: u_long assigned to int
Tim Rice [Fri, 18 Apr 2003 22:44:41 +0000 (22:44 +0000)] 
"../faxd/Class2Recv.c++", line 319: warning:  u_long assigned to  int
Declare lc uint32 to match TIFFTAG_IMAGELENGTH

22 years agoCast strtol to int to get rid of warnings.
Tim Rice [Fri, 18 Apr 2003 21:03:40 +0000 (21:03 +0000)] 
Cast strtol to int to get rid of warnings.
"../src/faxd/ClassModem.c++", line 1092: warning:  long  assigned to  int
"../src/faxd/ClassModem.c++", line 1118: warning:  long  assigned to  int

23 years agoMake UnixWare 2.x and OpenServer compilers happy after Bug 267 patches
Tim Rice [Fri, 18 Apr 2003 19:02:57 +0000 (19:02 +0000)] 
Make UnixWare 2.x and OpenServer compilers happy after Bug 267 patches
broke some platforms.

23 years ago[Bug 399] added #include <stdio.h> to TIFF test to make AIX happy.
Tim Rice [Thu, 17 Apr 2003 02:09:32 +0000 (02:09 +0000)] 
[Bug 399] added #include <stdio.h> to TIFF test to make AIX happy.

23 years ago[Bug 390] Fix AIX 4.3.3 build problem. Lee's patch made from suggestions
Tim Rice [Tue, 15 Apr 2003 21:44:02 +0000 (21:44 +0000)] 
[Bug 390] Fix AIX 4.3.3 build problem. Lee's patch made from suggestions
by Aldo Mini

23 years ago[Bug 335] Add rules to remove shared libraries.
Tim Rice [Mon, 14 Apr 2003 02:44:42 +0000 (02:44 +0000)] 
[Bug 335] Add rules to remove shared libraries.

23 years ago[Bug 235] added pointer to www.libtiff.org
Tim Rice [Sun, 13 Apr 2003 23:39:42 +0000 (23:39 +0000)] 
[Bug 235] added pointer to www.libtiff.org