Menu

HylaFAX+ Code Repository Commit Log


Commit Date  
[r2308] by faxguy

This copes with problem senders that first signal PPS-MPS but then
after a PPR exchange and retransmissions they signal PPS-NULL. It's
a coping mechanism, however, as we are only able to guess that the
PPS-MPS signal was more-accurate than the PPS-NULL.

2013-09-05 20:11:32 Tree
[r2307] by faxguy

Make trunk, tags, branches directories, and mv everything
into trunk.

2013-08-25 05:47:50 Tree
[r2306] by lee

The misc directory and its contents somehow did not get
added properly by the automated repository conversion
process. This fixes that.

2013-08-25 00:39:20 Tree
[r2305] by faxguy

Subject: [PATCH 2/5] Fix file descriptor leak on error

Credit goes to "cppcheck"

Signed-off-by: Thomas Jarosch <thomas.jarosch@...>

https://sourceforge.net/p/hylafax/patches/8/

2013-08-06 16:13:37 Tree
[r2304] by faxguy

LDAP authentication function rewrite credit (Dennis Jenkins)

2013-07-31 10:09:23 Tree
[r2303] by faxguy

Code cleanup. Brace usage consistency. "ldapCheck()" now matches the
dominant style of the rest of "hfaxd". Also tweaked the ultimate user
pass/fail logic at bottom (new code seems cleaner to me).

from Dennis Jenkins

2013-07-31 10:05:45 Tree
[r2302] by faxguy

Replaced dynamically allocated char buffers with small automatic buffers on
the stack. Removed LDAP_BUFFER_LEN (changeset-002). Replaced usage with
"sizeof(buffer)" expression.

From Dennis Jenkins

2013-07-31 10:04:37 Tree
[r2301] by faxguy

Split earlier sanity tests into two blocks. One results in error "530" sent
to client, the other silently fails. Not 100% sure if this is the desired
behavior. What does the protocol specification document state should happen?

2013-07-31 10:03:24 Tree
[r2300] by faxguy

Replaced highly-repetitive cleanup code with common block at bottom.

From Dennis Jenkins

2013-07-31 10:01:44 Tree
[r2299] by faxguy

Check for possible overflow when building "filter".

2013-07-31 10:00:33 Tree
Older >