This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "HylaFAX".
The branch, master has been updated
via d968df52df76a8a964d10547b89647b9c51cf019 (commit)
via 30645acd9f4b73516e762f1be6cc6b6cab084087 (commit)
via 2b4b8dffe5ad5375d816104f38c300248833b719 (commit)
via 65a586c2ffb477fde26078e30fa3eb17fd7883d4 (commit)
from b4b03ea5006e62b09c1b9cb58b5e4d061f4daeee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d968df52df76a8a964d10547b89647b9c51cf019
Author: Aidan Van Dyk <[email protected]>
Date: Fri Jun 12 11:31:53 2009 -0400
clients: Add -O option
This adds a -O <option> syntax to the HylaFAX clients. This is
similar to the -c <option> on the server counterparts. Unfortunately
-c is already used by many clients (and -O is used for other things on
the server parts).
This gives you the ability to set any config option on a per-invocation
basis, like:
faxstat -O 'JobFmt: %j,%s' -O 'RecvFmt: %m' -r -d -s
commit 30645acd9f4b73516e762f1be6cc6b6cab084087
Author: Aidan Van Dyk <[email protected]>
Date: Fri Jun 12 11:29:38 2009 -0400
hfaxd/faxq: Add -c <option> to hfaxd/faxq as done in faxsend/faxgetty
This means all the "server" components of HylaFAX take -c option
arguments on the command line. faxq, faxsend and faxgetty have
already done this, this gives hfaxd that ability too. It's useful
if you need to start hfaxd with some option that you don't want
going in the config file.
This also documents the -c option in the rest of the man pages.
commit 2b4b8dffe5ad5375d816104f38c300248833b719
Author: Aidan Van Dyk <[email protected]>
Date: Fri Aug 14 12:14:00 2009 -0400
hfaxd: Cleanup uid initizliaztion and theoretical overflow
This fixes a "techincal" array overflow:
FAXUID_MAX == FAXUID_ANON == 60002 == array size.
array[FAXUID_ANON] is out of bounds
It happens to not be one because our "bit array" doesn't end exactly
on long bindaries, to the out-of-bound by 1 is still in the allocated
"long array".
This also tightens up checks on acceptable uid values before being used
or assigned.
commit 65a586c2ffb477fde26078e30fa3eb17fd7883d4
Author: Aidan Van Dyk <[email protected]>
Date: Tue Jun 9 14:27:45 2009 -0400
Revert "Bug 608: fixes for compilation on AMD 64"
This reverts commit 2b711903d33ea38717a1238f2277e8a3bdecbe44.
That commit changed the recvData API callback from:
bool (*f)(void*, const char*, int, fxStr&)
to;
bool (*f)(int, const char*, int, fxStr&)
Which is the exact *wrong* thing to do, and did it under the guise of
AMD fixes... That warning is properly fixed here as well as bringing the
API back to the (void*) argument.
-----------------------------------------------------------------------
Summary of changes:
faxalter/faxalter.c++ | 5 ++++-
faxd/faxQueueApp.c++ | 9 ++++++++-
faxmail/faxmail.c++ | 5 ++++-
faxrm/faxrm.c++ | 5 ++++-
faxstat/faxstat.c++ | 9 ++++++---
hfaxd/HylaFAXServer.c++ | 3 +++
hfaxd/HylaFAXServer.h | 1 +
hfaxd/User.c++ | 11 +++++++----
hfaxd/main.c++ | 7 ++++++-
libhylafax/FaxClient.c++ | 4 ++--
libhylafax/FaxClient.h | 4 ++--
man/faxalter.1 | 13 +++++++++++++
man/faxgetty.1m | 13 +++++++++++++
man/faxmail.1 | 13 +++++++++++++
man/faxq.1m | 13 +++++++++++++
man/faxrm.1 | 13 +++++++++++++
man/faxstat.1 | 13 +++++++++++++
man/hfaxd.1m | 13 +++++++++++++
man/sendfax.1 | 13 +++++++++++++
man/sendpage.1 | 13 +++++++++++++
man/textfmt.1 | 13 +++++++++++++
sendfax/sendfax.c++ | 5 ++++-
sendpage/sendpage.c++ | 5 ++++-
util/faxfetch.c++ | 15 ++++++---------
util/faxwatch.c++ | 9 ++++++---
util/textfmt.c++ | 5 ++++-
26 files changed, 201 insertions(+), 31 deletions(-)
hooks/post-receive
--
HylaFAX
____________________ HylaFAX(tm) Developers Mailing List ____________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.