0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Bug 63] - MANSEDLOCAL alters more than just man page numbers. (applied patch) More... over 23 years ago
[Bug 75] - faxsetup typo causes error message in bash 2. Applied patch ReportedBy [email protected]. More... over 23 years ago
[Bug 64] - probemodem refers to fuser also. Applied patch. More... over 23 years ago
Another minor typo - thanks Lee! More... over 23 years ago
[Bug 72] some typos in the tarball. Corrected Hylafax -> HylaFAX Reporter: [email protected] More... over 23 years ago
[Bug 74] - stty problem on linux. Changes to faxaddmodem should be applied here as well. ReportedBy: [email protected] More... over 23 years ago
Lee's re-working of README & COPYRIGHT, and a CONTRIBUTORS break-out More... over 23 years ago
Fixes for Solaris change awk to $AWK in getGSFonts() More... over 23 years ago
Bug 70: added -nointeractive option and INTERACTIVE environment variable. Bug 71: changed bitchExecutable() to do a ls -l on the file. More... over 23 years ago
--- hylafax/config.site Added #DIR_SYSVINIT="/etc/init.d" # location of SysV-style init script #DIR_SYSVINITSTART="../rc2.d" # location of SysV-style start script #DIR_SYSVINITSTOP="../rc0.d" # location of SysV-style stop script #NAME_SYSVINITSTART="S80fax" # name of SysV-style start script #NAME_SYSVINITSTOP="K80fax" # name of SysV-style stop script #FAXQ_SERVER=yes # init script starts faxq #HFAXD_SERVER=yes # init script starts hfaxd #HFAXD_OLD_PROTOCOL=no # don't start old protocol #HFAXD_SNPP_SERVER=no # don't start paging protocol More... over 23 years ago
Lee Howard and Giulio Orsero's patch to address [Bug 56] and [Bug 57] (fuser and verifyModemRate() bogosity) More... over 23 years ago
revert out configure changes of previous patch, s/4f/5f/ is not needed. More... over 23 years ago
Preliminary fix for manpage numbers, bugzilla id 62 More... over 23 years ago
Fix fxAssert that was around the wrong way. More... over 23 years ago
Update cvs admin files More... over 23 years ago
sprintf type cleanups to faxd files. More... over 23 years ago
More cleanups... More... over 23 years ago
Clean up code to create FDIS strings and temp filename creation in SendFaxClient. More... over 23 years ago
More sprintf to snprintf, and checking for overflow in strcpy() More... over 23 years ago
Replace sprint() calls with snprintf() and check against overflow from command line arguments. More... over 23 years ago
Fix stupid mistake... More... over 23 years ago
Replace sprintf with snprintf in faxadduser, faxdeluser and faxmsg. Also trap some other potential overflows in faxmsg(ie strcpy into fixed buffer from command line). More... over 23 years ago
Enhance the durability of the fxStr classes format() and vformat() methods using the [v]snprintf functions. More... over 23 years ago
Cleanup a couple of sprintf calls in regex library. More... over 23 years ago
Remove sprintf call from sendpage.c++ More... over 23 years ago
Remove sprintf() call in sendfax.c++ More... over 23 years ago
Replace sprintf() call in faxalter.c++ with fxStr::format() More... over 23 years ago
Add snprintf and vsnprintf to port functions, add a check for vsnprintf protoype. More... over 23 years ago
Add snprintf and vsnprintf port functions for systems with missing implementations. Alter syslog and vsyslog so that they use [v]snprintf in preference to [v]sprintf More... over 23 years ago
Apply fix patch to fix patch to fix original patch to something that was sortof working anyway... More... over 23 years ago